Advertisement
Guest User

Minecraft New Block crash log

a guest
Dec 25th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.82 KB | None | 0 0
  1.  
  2.  
  3.       Minecraft has crashed!      
  4.       ----------------------      
  5.  
  6. Minecraft has stopped running because it encountered a problem; Failed to start game
  7.  
  8. A full error report has been saved to G:\Coding\Minecraft mcp\1.4.6 forge\jars\.\crash-reports\crash-2012-12-25_19.02.26-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(
  9.  
  10.  
  11.  
  12. --- BEGIN ERROR REPORT 6fc20903 --------
  13. Full report at:
  14. G:\Coding\Minecraft mcp\1.4.6 forge\jars\.\crash-reports\crash-2012-12-25_19.02.26-client.txt
  15. Please show that file to Mojang, NOT just this screen!
  16.  
  17. Generated 25/12/12 19:02
  18.  
  19. -- System Details --
  20. Details:
  21.     Minecraft Version: 1.4.6
  22.     Operating System: Windows 8 (amd64) version 6.2
  23.     Java Version: 1.7.0_06, Oracle Corporation
  24.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  25.     Memory: 940202240 bytes (896 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
  26.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  27.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  28.     Suspicious classes: FML and Forge are installed
  29.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  30.     FML: MCP v7.25 FML v4.6.14.513 Minecraft Forge 6.5.0.481 4 mods loaded, 4 mods active
  31.     mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  32.     FML [Forge Mod Loader] (coremods) Unloaded->Constructed
  33.     Forge [Minecraft Forge] (coremods) Unloaded->Constructed
  34.     Sparta [Sparta] (bin) Unloaded->Errored
  35.     LWJGL: 2.4.2
  36.     OpenGL: GeForce 9200/integrated/SSE2 GL version 3.3.0, NVIDIA Corporation
  37.     Is Modded: Definitely; Client brand changed to 'forge,fml'
  38.     Type: Client (map_client.txt)
  39.     Texture Pack: Default
  40.     Profiler Position: N/A (disabled)
  41.     Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  42.  
  43. java.lang.NullPointerException
  44.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:445)
  45.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  47.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  48.     at java.lang.reflect.Method.invoke(Unknown Source)
  49.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  50.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  51.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  52.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  53.     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  54.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  55.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58.     at java.lang.reflect.Method.invoke(Unknown Source)
  59.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  60.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  61.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  62.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  63.     at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  64.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  65.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
  66.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
  67.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:410)
  68.     at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)
  69.     at net.minecraft.client.Minecraft.run(Minecraft.java:744)
  70.     at java.lang.Thread.run(Unknown Source)
  71. --- END ERROR REPORT 93b5cd03 ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement