AbrarSyed / SecretRoomsMod-forge

The official SecretRoomsMod repo
GNU Lesser General Public License v3.0
39 stars 35 forks source link

Crash after install #96

Closed gjfie0372 closed 10 years ago

gjfie0372 commented 10 years ago

Hello, I am trying to install the mod, using the latest version for Forge and the mod itself. Only my second mod, but I believe I've followed instructions correctly.

Have checked prior cases and didn't see one exactly the same.

Thanks in advance.

gjfie

---- Minecraft Crash Report ---- // My bad.

Time: 10/6/13 11:43 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at com.github.AbrarSyed.secretroomsmod.common.SecretRooms.load(SecretRooms.java:198) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696) ... 10 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 34861792 bytes (33 MB) / 139018240 bytes (132 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 4 mods loaded, 4 mods active mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized FML{6.4.20.916} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.916} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} SecretRoomsMod Unloaded->Constructed->Pre-initialized->Errored

AbrarSyed commented 10 years ago

Exactly what version of Minecraft, forge, and SecretRoomsMod are you using? On Oct 6, 2013 11:49 PM, "gjfie0372" notifications@github.com wrote:

Hello, I am trying to install the mod, using the latest version for Forge and the mod itself. Only my second mod, but I believe I've followed instructions correctly.

Have checked prior cases and didn't see one exactly the same.

Thanks in advance.

gjfie

---- Minecraft Crash Report ---- // My bad.

Time: 10/6/13 11:43 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at com.github.AbrarSyed.secretroomsmod.common.SecretRooms.load(SecretRooms.java:198) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 34861792 bytes (33 MB) / 139018240 bytes (132 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 4 mods loaded, 4 mods active mcp{8.09} Minecraft Coder Pack http://minecraft.jarUnloaded->Constructed->Pre-initialized->Initialized FML{6.4.20.916} Forge Mod Loader http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.916} Minecraft Forge http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} SecretRoomsModhttp://SecretRoomsMod-universal-4.6.1.286.zipUnloaded->Constructed->Pre-initialized->Errored

— Reply to this email directly or view it on GitHubhttps://github.com/AbrarSyed/SecretRoomsMod-forge/issues/96 .

gjfie0372 commented 10 years ago

Thanks for the reply:

Minecraft 1.6.4 Forge 9.11.1.916 SecretRooms {4.6.2}

GENARO ISLAS gjfie0372@aim.com

-----Original Message----- From: Abrar Syed notifications@github.com To: AbrarSyed/SecretRoomsMod-forge SecretRoomsMod-forge@noreply.github.com Cc: gjfie0372 gjfie0372@aim.com Sent: Mon, Oct 7, 2013 10:37 am Subject: Re: [SecretRoomsMod-forge] Crash after install (#96)

Exactly what version of Minecraft, forge, and SecretRoomsMod are you using? On Oct 6, 2013 11:49 PM, "gjfie0372" notifications@github.com wrote:

Hello, I am trying to install the mod, using the latest version for Forge and the mod itself. Only my second mod, but I believe I've followed instructions correctly.

Have checked prior cases and didn't see one exactly the same.

Thanks in advance.

gjfie

---- Minecraft Crash Report ---- // My bad.

Time: 10/6/13 11:43 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature: (Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I) Incompatible argument to function at com.github.AbrarSyed.secretroomsmod.common.SecretRooms.load(SecretRooms.java:198) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 34861792 bytes (33 MB) / 139018240 bytes (132 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 4 mods loaded, 4 mods active mcp{8.09} Minecraft Coder Pack http://minecraft.jarUnloaded->Constructed->Pre-initialized->Initialized FML{6.4.20.916} Forge Mod Loader http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized Forge{9.11.1.916} Minecraft Forge http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized secretroomsmod{4.6.2} SecretRoomsModhttp://SecretRoomsMod-universal-4.6.1.286.zipUnloaded->Constructed->Pre-initialized->Errored

— Reply to this email directly or view it on GitHubhttps://github.com/AbrarSyed/SecretRoomsMod-forge/issues/96; .

— Reply to this email directly or view it on GitHub.

AbrarSyed commented 10 years ago

Well that probably explains it.. there is no 4.6.2 for the SecretRoomsMod. Not to mention, it has not been updated for 1.6.4

On Mon, Oct 7, 2013 at 12:49 PM, gjfie0372 notifications@github.com wrote:

Thanks for the reply:

Minecraft 1.6.4 Forge 9.11.1.916 SecretRooms {4.6.2}

GENARO ISLAS gjfie0372@aim.com

-----Original Message----- From: Abrar Syed notifications@github.com To: AbrarSyed/SecretRoomsMod-forge < SecretRoomsMod-forge@noreply.github.com> Cc: gjfie0372 gjfie0372@aim.com Sent: Mon, Oct 7, 2013 10:37 am Subject: Re: [SecretRoomsMod-forge] Crash after install (#96)

Exactly what version of Minecraft, forge, and SecretRoomsMod are you using? On Oct 6, 2013 11:49 PM, "gjfie0372" notifications@github.com wrote:

Hello, I am trying to install the mod, using the latest version for Forge and the mod itself. Only my second mod, but I believe I've followed instructions correctly.

Have checked prior cases and didn't see one exactly the same.

Thanks in advance.

gjfie

---- Minecraft Crash Report ---- // My bad.

Time: 10/6/13 11:43 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature:

(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I)

Incompatible argument to function at cpw.mods.fml.common.LoadController.transition(LoadController.java:149) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697) at

cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:508) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:807) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.VerifyError: (class: com/github/AbrarSyed/secretroomsmod/blocks/BlockOneWay, method: determineOrientation signature:

(Lnet/minecraft/world/World;IIILnet/minecraft/entity/player/EntityPlayer;)I)

Incompatible argument to function at

com.github.AbrarSyed.secretroomsmod.common.SecretRooms.load(SecretRooms.java:198)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at

cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at

com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at

com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at

com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at

cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)

at

cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at

com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at

com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at

com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at

cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696) ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 34861792 bytes (33 MB) / 139018240 bytes (132 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total;

-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump

-Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v8.11 FML v6.4.20.916 Minecraft Forge 9.11.1.916 4 mods loaded, 4 mods active mcp{8.09} Minecraft Coder Pack http://minecraft.jarUnloaded->Constructed->Pre-initialized->Initialized

FML{6.4.20.916} Forge Mod Loader http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized

Forge{9.11.1.916} Minecraft Forge http://minecraftforge-9.11.1.916.jarUnloaded->Constructed->Pre-initialized->Initialized

secretroomsmod{4.6.2} SecretRoomsMod< http://SecretRoomsMod-universal-4.6.1.286.zip>Unloaded->Constructed->Pre-initialized->Errored

— Reply to this email directly or view it on GitHub< https://github.com/AbrarSyed/SecretRoomsMod-forge/issues/96>; .

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/AbrarSyed/SecretRoomsMod-forge/issues/96#issuecomment-25829561 .

AWESOMENESS