Ok, so basically, I tried to install a secret rooms mod and after following the instructions, when I load the game, it shows the Mojang logo and black screens. I put the mod zip into the mods folder, and i moved all the files from minecraftforge 1.5.1 into the minecraft.jar zip. After the FML loader finishes loading, it basically just black screens as i said earlier. Anybody able to help?
I've been trying continuously, but it still just keeps black screening. I checked some comments on the mod itself, and some people say its because the mod isnt up to date, but im not sure myself.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
--------------------------------------------------------------------------------------------------------------------------------------
Heres the ForgeModLoader-client-0.txt:
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2013-04-11 20:47:31 [INFO] [ForgeModLoader] Searching C:\Documents and Settings\User\Application Data\.minecraft\mods for mods
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Examining file SecretRoomsMod-universal-4.5.0.190.zip for potential mods
2013-04-11 20:47:31 [FINER] [ForgeModLoader] Located mcmod.info file in file SecretRoomsMod-universal-4.5.0.190.zip
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.github.AbrarSyed.SecretRooms.common.SecretRooms
2013-04-11 20:47:31 [FINEST] [SecretRoomsMod] Parsed dependency info : [] [] []
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods
2013-04-11 20:47:31 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file
2013-04-11 20:47:31 [INFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load
2013-04-11 20:47:31 [FINER] [ForgeModLoader] Received a system property request ''
2013-04-11 20:47:31 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2013-04-11 20:47:31 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Reloading logging properties from C:\Documents and Settings\User\Application Data\.minecraft\config\logging.properties
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Reloaded logging properties
2013-04-11 20:47:31 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2013-04-11 20:47:31 [INFO] [mcp] Activating mod mcp
2013-04-11 20:47:31 [FINE] [FML] Mod Logging channel FML configured at default level.
2013-04-11 20:47:31 [INFO] [FML] Activating mod FML
2013-04-11 20:47:31 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2013-04-11 20:47:31 [INFO] [Forge] Activating mod Forge
2013-04-11 20:47:31 [FINE] [SecretRoomsMod] Enabling mod SecretRoomsMod
2013-04-11 20:47:31 [FINE] [SecretRoomsMod] Mod Logging channel SecretRoomsMod configured at default level.
2013-04-11 20:47:31 [INFO] [SecretRoomsMod] Activating mod SecretRoomsMod
2013-04-11 20:47:31 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2013-04-11 20:47:31 [FINER] [ForgeModLoader] All mod requirements are satisfied
2013-04-11 20:47:31 [FINER] [ForgeModLoader] Sorting mods into an ordered list
2013-04-11 20:47:31 [FINER] [ForgeModLoader] Mod sorting completed successfully
2013-04-11 20:47:31 [FINE] [ForgeModLoader] Mod sorting data
2013-04-11 20:47:31 [FINE] [ForgeModLoader] SecretRoomsMod(The SecretRoomsMod:4.5.0): SecretRoomsMod-universal-4.5.0.190.zip ()
2013-04-11 20:47:31 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
2013-04-11 20:47:31 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
2013-04-11 20:47:31 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
2013-04-11 20:47:31 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
2013-04-11 20:47:31 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2013-04-11 20:47:31 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2013-04-11 20:47:31 [FINEST] [SecretRoomsMod] Sending event FMLConstructionEvent to mod SecretRoomsMod
2013-04-11 20:47:32 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: com/github/AbrarSyed/SecretRooms/common/CommandShow
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.Class.forName(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-04-11 20:47:32 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-04-11 20:47:32 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
2013-04-11 20:47:32 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-04-11 20:47:32 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:729)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: com.github.AbrarSyed.SecretRooms.common.CommandShow
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] ... 29 more
2013-04-11 20:47:32 [INFO] [STDERR] Caused by: java.lang.IncompatibleClassChangeError: class com.github.AbrarSyed.SecretRooms.common.CommandShow has interface net.minecraft.command.IAdminCommand as super class
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method)
2013-04-11 20:47:32 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(Unknown Source)
2013-04-11 20:47:32 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
2013-04-11 20:47:32 [INFO] [STDERR] ... 31 more
2013-04-11 20:48:10 [INFO] [STDERR] Someone is closing me!