Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 5/27/02 5:42 AM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8. at java.net.NetworkInterface.getInterfaceAddresses(Unknown Source)
  9. at com.thevoxelbox.voxelmap.util.NetworkUtils.enumerateInterfaces(NetworkUtils.java:29)
  10. at com.thevoxelbox.voxelmap.Map.<init>(Map.java:333)
  11. at com.thevoxelbox.voxelmap.VoxelMap.<init>(VoxelMap.java:63)
  12. at com.thevoxelbox.voxelmap.forge.ClientProxy.postInit(ClientProxy.java:17)
  13. at com.thevoxelbox.voxelmap.forge.VoxelMapMod.postInit(VoxelMapMod.java:37)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  19. at sun.reflect.GeneratedMethodAccessor5.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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  23. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  27. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  28. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  34. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  38. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  39. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
  40. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  41. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:586)
  42. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:931)
  43. at net.minecraft.client.main.Main.main(SourceFile:148)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  49. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  53. at java.lang.reflect.Method.invoke(Unknown Source)
  54. at net.launcher.components.Game$1.run(net/launcher/components/Game$1)
  55. at java.lang.Thread.run(Unknown Source)
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- Head --
  62. Stacktrace:
  63. at java.net.NetworkInterface.getInterfaceAddresses(Unknown Source)
  64. at com.thevoxelbox.voxelmap.util.NetworkUtils.enumerateInterfaces(NetworkUtils.java:29)
  65. at com.thevoxelbox.voxelmap.Map.<init>(Map.java:333)
  66. at com.thevoxelbox.voxelmap.VoxelMap.<init>(VoxelMap.java:63)
  67. at com.thevoxelbox.voxelmap.forge.ClientProxy.postInit(ClientProxy.java:17)
  68. at com.thevoxelbox.voxelmap.forge.VoxelMapMod.postInit(VoxelMapMod.java:37)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  74. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  76. at java.lang.reflect.Method.invoke(Unknown Source)
  77. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  78. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  79. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  80. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  81. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  82. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  83. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  87. at java.lang.reflect.Method.invoke(Unknown Source)
  88. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  89. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  90. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  91. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  92. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  93. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  94. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
  95. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  96. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:586)
  97.  
  98. -- Initialization --
  99. Details:
  100. Stacktrace:
  101. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:931)
  102. at net.minecraft.client.main.Main.main(SourceFile:148)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  106. at java.lang.reflect.Method.invoke(Unknown Source)
  107. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  108. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  112. at java.lang.reflect.Method.invoke(Unknown Source)
  113. at net.launcher.components.Game$1.run(net/launcher/components/Game$1)
  114. at java.lang.Thread.run(Unknown Source)
  115.  
  116. -- System Details --
  117. Details:
  118. Minecraft Version: 1.7.10
  119. Operating System: Windows XP (x86) version 5.1
  120. Java Version: 1.7.0_45, Oracle Corporation
  121. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  122. Memory: 118185752 bytes (112 MB) / 286277632 bytes (273 MB) up to 518979584 bytes (494 MB)
  123. JVM Flags: 2 total; -Xmx512m -XX:MaxPermSize=128m
  124. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  125. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  126. FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 Optifine OptiFine_1.7.10_HD_A4 29 mods loaded, 29 mods active
  127. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  128. FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  129. Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  130. CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  131. NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems v1.0.3.74.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  132. PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  133. RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  134. SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  135. bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  136. ArmorStatusHUD{1.28} [ArmorStatusHUD] (ArmorStatusHUD v1.28.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  137. BetterSigns{1.6.4.B ported} [BetterSigns] (BetterSigns v1.6.4B-3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  138. CarpentersBlocks{3.3.3} [Carpenter's Blocks] (Carpenter's Blocks v3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  139. CustomStuff2{0.11.12} [Custom Stuff 2] (CS2 v0.11.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  140. OAGP{1.0.0} [Only Advanced Gameplay] (CS2_OAGP.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  141. DynamicLights{1.3.7} [Dynamic Lights] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  142. DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  143. DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  144. DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  145. DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  146. DynamicLights_mobEquipment{1.0.7} [Dynamic Lights Mob Equipment Light Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  147. DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  148. DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  149. DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  150. DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  151. inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks v1.58-147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  152. cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureMod_v3.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  153. SmartMoving{15.2} [Smart Moving] (SmartMoving v15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  154. SmartRender{2.0} [Smart Render] (SmartRender v2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
  155. voxelmap{1.7.10} [VoxelMap No Radar] (VoxelMap v1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
  156. Launched Version: 1.7.10
  157. LWJGL: 2.9.1
  158. OpenGL: GeForce GT 610/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
  159. GL Caps: Using GL 1.3 multitexturing.
  160. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  161. Anisotropic filtering is supported and maximum anisotropy is 16.
  162. Shaders are available because OpenGL 2.1 is supported.
  163.  
  164. Is Modded: Definitely; Client brand changed to 'fml,forge'
  165. Type: Client (map_client.txt)
  166. Resource Packs: [Better16x.zip, Faithful 32x.zip]
  167. Current Language: Русский (Россия)
  168. Profiler Position: N/A (disabled)
  169. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  170. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement