Guest User

Untitled

a guest
May 3rd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 5/3/16 6:39 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NullPointerException: Initializing game
  8.     at net.minecraftforge.client.model.ModelLoader.setCustomModelResourceLocation(ModelLoader.java:1070)
  9.     at com.vashmeed.someores.proxy.ClientProxy.registerItemModel(ClientProxy.java:34)
  10.     at com.vashmeed.someores.proxy.ClientProxy.preInit(ClientProxy.java:22)
  11.     at com.vashmeed.someores.SomeOres.preInit(SomeOres.java:37)
  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:560)
  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:556)
  39.     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:240)
  40.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:472)
  41.     at net.minecraft.client.Minecraft.run(Minecraft.java:381)
  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. Stacktrace:
  62.     at net.minecraftforge.client.model.ModelLoader.setCustomModelResourceLocation(ModelLoader.java:1070)
  63.     at com.vashmeed.someores.proxy.ClientProxy.registerItemModel(ClientProxy.java:34)
  64.     at com.vashmeed.someores.proxy.ClientProxy.preInit(ClientProxy.java:22)
  65.     at com.vashmeed.someores.SomeOres.preInit(SomeOres.java:37)
  66.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  68.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  69.     at java.lang.reflect.Method.invoke(Unknown Source)
  70.     at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  71.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74.     at java.lang.reflect.Method.invoke(Unknown Source)
  75.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  76.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  77.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  78.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  79.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  80.     at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  81.     at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  82.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  84.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  85.     at java.lang.reflect.Method.invoke(Unknown Source)
  86.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91.     at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  92.     at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  93.     at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:240)
  94.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:472)
  95.  
  96. -- Initialization --
  97. Details:
  98. Stacktrace:
  99.     at net.minecraft.client.Minecraft.run(Minecraft.java:381)
  100.     at net.minecraft.client.main.Main.main(Main.java:118)
  101.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  103.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  104.     at java.lang.reflect.Method.invoke(Unknown Source)
  105.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106.     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  108.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  109.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  110.     at java.lang.reflect.Method.invoke(Unknown Source)
  111.     at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  112.     at GradleStart.main(GradleStart.java:26)
  113.  
  114. -- System Details --
  115. Details:
  116.     Minecraft Version: 1.9
  117.     Operating System: Windows 10 (amd64) version 10.0
  118.     Java Version: 1.8.0_65, Oracle Corporation
  119.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120.     Memory: 706400344 bytes (673 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  121.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  122.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  123.     FML: MCP 9.23 Powered by Forge 12.16.0.1882 4 mods loaded, 4 mods active
  124.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  125.     UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  126.     UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9-12.16.0.1882-1.9.jar)
  127.     UCH Forge{12.16.0.1882} [Minecraft Forge] (forgeSrc-1.9-12.16.0.1882-1.9.jar)
  128.     UCE someores{0.1} [Some Ores] (bin)
  129.     Loaded coremods (and transformers):
  130.     GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.91' Renderer: 'GeForce GTX 770/PCIe/SSE2'
  131.     Launched Version: 1.9
  132.     LWJGL: 2.9.4
  133.     OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 361.91, NVIDIA Corporation
  134.     GL Caps: Using GL 1.3 multitexturing.
  135. Using GL 1.3 texture combiners.
  136. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  137. Shaders are available because OpenGL 2.1 is supported.
  138. VBOs are available because OpenGL 1.5 is supported.
  139.  
  140.     Using VBOs: No
  141.     Is Modded: Definitely; Client brand changed to 'fml,forge'
  142.     Type: Client (map_client.txt)
  143.     Resource Packs:
  144.     Current Language: English (US)
  145.     Profiler Position: N/A (disabled)
  146.     CPU: 4x Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz
Add Comment
Please, Sign In to add comment