So, I've been messing around with the Minecraft jar all day today and I keep running into errors. This is the newest problem I've run into. The only thing that makes sense to me is that it's related to REI's Minimap mod... could it be because I've installed it wrong? I placed it in the /Mods folder, but forge won't load it for some reason whenever I try to create a world. I'd appreciate any help with this :).
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Exception in server tick loop
This error has been saved to C:\Users\Bryan\AppData\Roaming\.minecraft\crash-reports\crash-2012-10-14_15.55.54-server.txt for your convenience. Please include a copy of this file if you report this crash to anyone.
--- BEGIN ERROR REPORT dffe429f --------
Generated 10/14/12 3:56 PM
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 387182304 bytes (369 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- FML: FML v3.1.35.394 Minecraft Forge 4.2.5.303 11 mods loaded, 11 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_Arrows [mod_Arrows] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_RecipeBook [mod_RecipeBook] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AS_DL [Dynamic Lights] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AS_FinderCompass [Finder Compass] (FinderCompass_FML_1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.43b-1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_Timber [Timber!] (Timber! (1.3.2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Player Count: 0 / 8; []
- World Imagination Land Entities: 0 total; []
- World Imagination Land Players: 0 total; []
- World Imagination Land Chunk Stats: ServerChunkCache: 0 Drop: 0
- Type: Integrated Server
java.lang.NoSuchMethodError: gr.getPersistentChunks()Lcom/google/common/collect/SetMultimap;
at gq.b(ChunkProviderServer.java:284)
at gr.b(WorldServer.java:121)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:565)
at axv.p(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at ep.run(SourceFile:539)
--- END ERROR REPORT b43bed89 ----------
I'm having a similar issue too, I can seem to download Forge API on my JAR file. But when I try to run Minecraft, I always seem to get a black screen after Forge tries to start up too:
2012-10-19 22:32:56 [INFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Discovering coremods
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
Try using a launcher (I recommend Magic launcher) to install Forge/other mods. Magic will actually show you the errors and will help out a lot. Thanks
When I tried using MagicLauncher:
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/20/12 12:08 AM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Dynamiclights
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:467)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
at net.minecraft.client.Minecraft.a(Minecraft.java:416)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Dynamiclights
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:407)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
... 4 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
... 31 more
@ Azn_Tempest the log seems to indicate dynamic lights is the issue forge is having, try removing it and seeing it the game runs?
@ SlyBane try installing the mods one by one, with a game run between each install to verify the install, that should help work out which mod is causing the bump
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Exception in server tick loop
This error has been saved to C:\Users\Bryan\AppData\Roaming\.minecraft\crash-reports\crash-2012-10-14_15.55.54-server.txt for your convenience. Please include a copy of this file if you report this crash to anyone.
--- BEGIN ERROR REPORT dffe429f --------
Generated 10/14/12 3:56 PM
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_05, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 387182304 bytes (369 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- FML: FML v3.1.35.394 Minecraft Forge 4.2.5.303 11 mods loaded, 11 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_Arrows [mod_Arrows] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_RecipeBook [mod_RecipeBook] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AS_DL [Dynamic Lights] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AS_FinderCompass [Finder Compass] (FinderCompass_FML_1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.43b-1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_Timber [Timber!] (Timber! (1.3.2).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Player Count: 0 / 8; []
- World Imagination Land Entities: 0 total; []
- World Imagination Land Players: 0 total; []
- World Imagination Land Chunk Stats: ServerChunkCache: 0 Drop: 0
- Type: Integrated Server
java.lang.NoSuchMethodError: gr.getPersistentChunks()Lcom/google/common/collect/SetMultimap;
at gq.b(ChunkProviderServer.java:284)
at gr.b(WorldServer.java:121)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:565)
at axv.p(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at ep.run(SourceFile:539)
--- END ERROR REPORT b43bed89 ----------
-
View User Profile
-
View Posts
-
Send Message
Retired StaffForgeModLoader-client-0.log it's inside the .minecraft folder. (use spoilers like you did for the normal error report)
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Discovering coremods
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Running coremod plugins
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Validating minecraft
2012-10-19 22:32:56 [FINEST] [ForgeModLoader] Minecraft validated, launching...
2012-10-19 22:32:57 [INFO] [STDOUT] 27 achievements
2012-10-19 22:32:57 [INFO] [STDOUT] 195 recipes
2012-10-19 22:32:57 [INFO] [STDOUT] Setting user: AznTempest254, -6343056474542793426
2012-10-19 22:32:57 [INFO] [STDOUT] LWJGL Version: 2.4.2
2012-10-19 22:32:57 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchFieldError: ofCustomFonts
2012-10-19 22:32:57 [INFO] [STDERR] at aov.getFontTexturePack(FontRenderer.java:285)
2012-10-19 22:32:57 [INFO] [STDERR] at aov.init(FontRenderer.java:135)
2012-10-19 22:32:57 [INFO] [STDERR] at aov.<init>(FontRenderer.java:118)
2012-10-19 22:32:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:414)
2012-10-19 22:32:57 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748)
2012-10-19 22:32:57 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
-
View User Profile
-
View Posts
-
Send Message
Retired StaffWhen I tried using MagicLauncher:
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/20/12 12:08 AM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Dynamiclights
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:467)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
at net.minecraft.client.Minecraft.a(Minecraft.java:416)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Dynamiclights
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:407)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
... 4 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
... 31 more
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.7.0_09, Oracle Corporation
- Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode, sharing), Oracle Corporation
- Memory: 423529232 bytes (403 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
- JVM Flags: 2 total; -Xms512m -Xmx512m
- FML: FML v3.1.35.394 Minecraft Forge 4.2.5.303 Optifine OptiFine_1.3.2_HD_B4 4 mods loaded, 4 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
AS_DL [Dynamic Lights] (Dynamic Lights 1.3.2.zip) Unloaded->Errored
mod_ReiMinimap [mod_ReiMinimap] ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed
- LWJGL: 2.4.2
- OpenGL: Intel® HD Graphics Family GL version 3.0.0 - Build 8.15.10.2353, Intel
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Improved Default 1.4.zip
- Profiler Position: N/A (disabled)
-
View User Profile
-
View Posts
-
Send Message
Moderator@ SlyBane try installing the mods one by one, with a game run between each install to verify the install, that should help work out which mod is causing the bump