Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. A detailed walkthrough of the error, its code path and all known details is as follows:
  2. ---------------------------------------------------------------------------------------
  3.  
  4. -- Head --
  5. Thread: Client thread
  6. Stacktrace:
  7. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864)
  8. at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:272)
  9. at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:266)
  10. at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:110)
  11. at gunn.modcurrency.mod.block.ModBlocks.registerItems(ModBlocks.java:31)
  12. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ModBlocks_registerItems_Register.invoke(.dynamic)
  13. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  14. at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
  15. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
  16. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:693)
  17. at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:673)
  18. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:605)
  19. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266)
  20. at net.minecraft.client.Minecraft.init(Minecraft.java:503)
  21.  
  22. -- Initialization --
  23. Details:
  24. Stacktrace:
  25. at net.minecraft.client.Minecraft.run(Minecraft.java:411)
  26. at net.minecraft.client.main.Main.main(Main.java:118)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. at java.lang.reflect.Method.invoke(Method.java:498)
  31. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  32. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:498)
  37. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  38. at GradleStart.main(GradleStart.java:26)
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.12
  43. Operating System: Windows 10 (amd64) version 10.0
  44. Java Version: 1.8.0_121, Oracle Corporation
  45. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  46. Memory: 686462504 bytes (654 MB) / 956301312 bytes (912 MB) up to 3790077952 bytes (3614 MB)
  47. JVM Flags: 0 total;
  48. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  49. FML: MCP 9.40 Powered by Forge 14.21.1.2387 6 mods loaded, 6 mods active
  50. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  51. UCH minecraft{1.12} [Minecraft] (minecraft.jar)
  52. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  53. UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.12-14.21.1.2387.jar)
  54. UCH forge{14.21.1.2387} [Minecraft Forge] (forgeSrc-1.12-14.21.1.2387.jar)
  55. UCH modcurrency{1.12-1.1.2} [Good Ol' Currency Mod] (Currency-Mod_main)
  56. UCH jei{4.6.0.61} [Just Enough Items] (jei_1.12-4.6.0.61.jar)
  57. Loaded coremods (and transformers):
  58. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.53' Renderer: 'GeForce GTX 970M/PCIe/SSE2'
  59. Launched Version: 1.12
  60. LWJGL: 2.9.4
  61. OpenGL: GeForce GTX 970M/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.53, NVIDIA Corporation
  62. GL Caps: Using GL 1.3 multitexturing.
  63. Using GL 1.3 texture combiners.
  64. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  65. Shaders are available because OpenGL 2.1 is supported.
  66. VBOs are available because OpenGL 1.5 is supported.
  67.  
  68. Using VBOs: Yes
  69. Is Modded: Definitely; Client brand changed to 'fml,forge'
  70. Type: Client (map_client.txt)
  71. Resource Packs:
  72. Current Language: English (US)
  73. Profiler Position: N/A (disabled)
  74. CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
  75. [10:41:20] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# D:\Projects\Minecraft\Mod Development\Currency-Mod\run\.\crash-reports\crash-2017-07-01_10.41.20-client.txt
  76. Disconnected from the target VM, address: '127.0.0.1:50696', transport: 'socket'
  77.  
  78. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement