Advertisement
Guest User

Error Report

a guest
May 11th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 5/11/13 10:51 AM
  5. Description: Failed to start game
  6.  
  7. java.lang.NullPointerException
  8.     at cpw.mods.fml.common.registry.EntityRegistry.doModEntityRegistration(EntityRegistry.java:164)
  9.     at cpw.mods.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:151)
  10.     at EmeraldsPlus.common.Registers.MobRegistry.entityRegisters(MobRegistry.java:24)
  11.     at EmeraldsPlus.common.EmeraldsPlusCore.mobRegistry(EmeraldsPlusCore.java:96)
  12.     at EmeraldsPlus.common.EmeraldsPlusCore.load(EmeraldsPlusCore.java:69)
  13.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16.     at java.lang.reflect.Method.invoke(Unknown Source)
  17.     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  18.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21.     at java.lang.reflect.Method.invoke(Unknown Source)
  22.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  23.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  25.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  26.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  27.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  28.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31.     at java.lang.reflect.Method.invoke(Unknown Source)
  32.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  35.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  38.     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
  39.     at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
  40.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:448)
  41.     at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)
  42.     at net.minecraft.client.Minecraft.run(Minecraft.java:733)
  43.     at java.lang.Thread.run(Unknown Source)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- System Details --
  50. Details:
  51.     Minecraft Version: 1.5.2
  52.     Operating System: Windows 7 (amd64) version 6.1
  53.     Java Version: 1.7.0_07, Oracle Corporation
  54.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  55.     Memory: 274717056 bytes (261 MB) / 359202816 bytes (342 MB) up to 2855862272 bytes (2723 MB)
  56.     JVM Flags: 0 total;
  57.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  58.     Suspicious classes: FML and Forge are installed
  59.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60.     FML: MCP v7.51 FML v5.2.5.691 Minecraft Forge 7.8.0.691 4 mods loaded, 4 mods active
  61.     mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  62.     FML{5.2.5.691} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  63.     Forge{7.8.0.691} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  64.     EmeraldsPlus{1.5.1} [EmeraldsPlus] (bin) Unloaded->Constructed->Pre-initialized->Errored
  65.     LWJGL: 2.4.2
  66.     OpenGL: GeForce GT 640/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
  67.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  68.     Type: Client (map_client.txt)
  69.     Texture Pack: Default
  70.     Profiler Position: N/A (disabled)
  71.     Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement