Advertisement
WitherDoggie

Untitled

May 29th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.76 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oh - I know what I did wrong!
  3.  
  4. Time: 5/29/16 1:42 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8.     at net.minecraftforge.client.model.ModelLoader.setCustomModelResourceLocation(ModelLoader.java:1068)
  9.     at com.wither.withermod.blocks.BlockRender.registerBlock(BlockRender.java:17)
  10.     at com.wither.withermod.ClientProxy.PreInit(ClientProxy.java:28)
  11.     at com.wither.withermod.Main.PreInit(Main.java:33)
  12.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15.     at java.lang.reflect.Method.invoke(Unknown Source)
  16.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:563)
  17.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20.     at java.lang.reflect.Method.invoke(Unknown Source)
  21.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26.     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  27.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  38.     at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:584)
  39.     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  40.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:475)
  41.     at net.minecraft.client.Minecraft.run(Minecraft.java:384)
  42.     at net.minecraft.client.main.Main.main(Main.java:118)
  43.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46.     at java.lang.reflect.Method.invoke(Unknown Source)
  47.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  49.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  51.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52.     at java.lang.reflect.Method.invoke(Unknown Source)
  53.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  54.     at GradleStart.main(GradleStart.java:26)
  55.  
  56.  
  57. A detailed walkthrough of the error, its code path and all known details is as follows:
  58. ---------------------------------------------------------------------------------------
  59.  
  60. -- Head --
  61. Thread: Client thread
  62. Stacktrace:
  63.     at net.minecraftforge.client.model.ModelLoader.setCustomModelResourceLocation(ModelLoader.java:1068)
  64.     at com.wither.withermod.blocks.BlockRender.registerBlock(BlockRender.java:17)
  65.     at com.wither.withermod.ClientProxy.PreInit(ClientProxy.java:28)
  66.     at com.wither.withermod.Main.PreInit(Main.java:33)
  67.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70.     at java.lang.reflect.Method.invoke(Unknown Source)
  71.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:563)
  72.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75.     at java.lang.reflect.Method.invoke(Unknown Source)
  76.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  77.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  78.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  79.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  80.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  81.     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  82.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  83.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86.     at java.lang.reflect.Method.invoke(Unknown Source)
  87.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  88.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  89.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  90.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  91.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  92.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  93.     at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:584)
  94.     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  95.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:475)
  96.  
  97. -- Initialization --
  98. Details:
  99. Stacktrace:
  100.     at net.minecraft.client.Minecraft.run(Minecraft.java:384)
  101.     at net.minecraft.client.main.Main.main(Main.java:118)
  102.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  104.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  105.     at java.lang.reflect.Method.invoke(Unknown Source)
  106.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  107.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  108.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  110.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  111.     at java.lang.reflect.Method.invoke(Unknown Source)
  112.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  113.     at GradleStart.main(GradleStart.java:26)
  114.  
  115. -- System Details --
  116. Details:
  117.     Minecraft Version: 1.9.4
  118.     Operating System: Windows 10 (amd64) version 10.0
  119.     Java Version: 1.8.0_91, Oracle Corporation
  120.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  121.     Memory: 759992440 bytes (724 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  122.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  123.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  124.     FML: MCP 9.28 Powered by Forge 12.17.0.1922 4 mods loaded, 4 mods active
  125.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  126.     UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  127.     UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1922-1.9.4.jar)
  128.     UCH Forge{12.17.0.1922} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1922-1.9.4.jar)
  129.     UCE withermod{Build 1} [Wither's Mod] (bin)
  130.     Loaded coremods (and transformers):
  131.     GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4276' Renderer: 'Intel(R) HD Graphics 4000'
  132.     Launched Version: 1.9.4
  133.     LWJGL: 2.9.4
  134.     OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4276, Intel
  135.     GL Caps: Using GL 1.3 multitexturing.
  136. Using GL 1.3 texture combiners.
  137. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  138. Shaders are available because OpenGL 2.1 is supported.
  139. VBOs are available because OpenGL 1.5 is supported.
  140.  
  141.     Using VBOs: No
  142.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  143.     Type: Client (map_client.txt)
  144.     Resource Packs:
  145.     Current Language: English (US)
  146.     Profiler Position: N/A (disabled)
  147.     CPU: net.minecraft.client.Minecraft$15@6316b9e3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement