Advertisement
Guest User

RioVNEI2

a guest
Oct 11th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 11/10/14 09:55 AM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Exception in server tick loop
  8. at sheenrox82.RioV.src.content.Biomes.add(Biomes.java:30)
  9. at sheenrox82.RioV.src.util.Registry.preInit(Registry.java:71)
  10. at sheenrox82.RioV.src.base.TheMistsOfRioV.preInit(TheMistsOfRioV.java:27)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  19. at java.lang.reflect.Method.invoke(Unknown Source)
  20. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  21. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  22. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  23. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  24. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  25. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  32. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  37. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  38. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  39. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  40. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  42. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- System Details --
  49. Details:
  50. Minecraft Version: 1.7.10
  51. Operating System: Windows 7 (amd64) version 6.1
  52. Java Version: 1.7.0_67, Oracle Corporation
  53. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  54. Memory: 669173200 bytes (638 MB) / 742916096 bytes (708 MB) up to 5726797824 bytes (5461 MB)
  55. JVM Flags: 2 total; -Xmx6G -XX:MaxPermSize=512M
  56. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  57. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  58. FML: MCP v9.05 FML v7.10.85.1224 Minecraft Forge 10.13.1.1224 6 mods loaded, 6 mods active
  59. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  60. FML{7.10.85.1224} [Forge Mod Loader] (forge-1.7.10-10.13.1.1224-universal.jar) Unloaded->Constructed->Pre-initialized
  61. Forge{10.13.1.1224} [Minecraft Forge] (forge-1.7.10-10.13.1.1224-universal.jar) Unloaded->Constructed->Pre-initialized
  62. CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  63. NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized
  64. RioV{v2.4.4} [The Mists of RioV] (The Mists of RioV - v2.4.4.jar) Unloaded->Constructed->Errored
  65. Profiler Position: N/A (disabled)
  66. Is Modded: Definitely; Server brand changed to 'fml,forge'
  67. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement