Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
1,759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. Minecraft Launcher Code.
  2. The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
  3. Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Decocraft (props)
  4.  
  5. Crash Logs Coding.
  6. ---- Minecraft Crash Report ----
  7. // Don't be sad, have a hug! <3
  8.  
  9. Time: 4/24/18 8:54 PM
  10. Description: There was a severe problem during mod loading that has caused the game to fail
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Decocraft (props)
  13. Caused by: java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
  14. at java.lang.Class.forName0(Native Method)
  15. at java.lang.Class.forName(Class.java:344)
  16. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:516)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:483)
  21. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  22. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  23. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  24. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  25. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  26. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  28. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:280)
  29. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:258)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:483)
  34. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  35. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  36. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  37. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  38. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  39. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  41. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:149)
  42. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:603)
  43. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:231)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  46. at net.minecraft.client.main.Main.main(SourceFile:123)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:483)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53. Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
  54. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  55. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  56. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  57. ... 39 more
  58. Caused by: java.lang.NullPointerException
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  60. ... 41 more
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- System Details --
  67. Details:
  68. Minecraft Version: 1.12.2
  69. Operating System: Windows 10 (amd64) version 10.0
  70. Java Version: 1.8.0_25, Oracle Corporation
  71. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  72. Memory: 195827888 bytes (186 MB) / 369098752 bytes (352 MB) up to 1073741824 bytes (1024 MB)
  73. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  74. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  75. FML: MCP 9.42 Powered by Forge 14.23.3.2666 5 mods loaded, 5 mods active
  76. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  77.  
  78. | State | ID | Version | Source | Signature |
  79. |:----- |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
  80. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  81. | UC | mcp | 9.42 | minecraft.jar | None |
  82. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.3.2666.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  83. | UC | forge | 14.23.3.2666 | forge-1.12.2-14.23.3.2666.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  84. | UE | props | 2.6.0 | Decocraft-2.6.0_1.12.2.jar | None |
  85.  
  86. Loaded coremods (and transformers):
  87. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement