Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 3/12/18 2:30 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fallen Stars (fallenstars)
  8. Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.InstantiationException: riley.fallenstars.proxy.CommonProxy
  9. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102)
  10. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:583)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:498)
  15. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  16. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  17. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  18. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  19. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  20. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  21. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  22. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
  23. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:498)
  28. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  29. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  30. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  31. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  32. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  33. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  34. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  35. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
  36. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
  37. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  38. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
  39. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  41. at java.lang.Thread.run(Thread.java:745)
  42. Caused by: java.lang.InstantiationException: riley.fallenstars.proxy.CommonProxy
  43. at java.lang.Class.newInstance(Class.java:427)
  44. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
  45. ... 32 more
  46. Caused by: java.lang.NoSuchMethodException: riley.fallenstars.proxy.CommonProxy.<init>()
  47. at java.lang.Class.getConstructor0(Class.java:3082)
  48. at java.lang.Class.newInstance(Class.java:412)
  49. ... 33 more
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- System Details --
  56. Details:
  57. Minecraft Version: 1.12.2
  58. Operating System: Windows 10 (amd64) version 10.0
  59. Java Version: 1.8.0_101, Oracle Corporation
  60. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  61. Memory: 3993552424 bytes (3808 MB) / 4116185088 bytes (3925 MB) up to 4116185088 bytes (3925 MB)
  62. JVM Flags: 2 total; -Xmx4G -Xms4G
  63. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  64. FML: MCP 9.42 Powered by Forge 14.23.2.2611 8 mods loaded, 8 mods active
  65. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  66.  
  67. | State | ID | Version | Source | Signature |
  68. |:----- |:----------- |:------------ |:-------------------------------- |:--------- |
  69. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  70. | UC | mcp | 9.42 | minecraft.jar | None |
  71. | UC | FML | 8.0.99.99 | forgeBin-1.12.2-14.23.2.2611.jar | None |
  72. | UC | forge | 14.23.2.2611 | forgeBin-1.12.2-14.23.2.2611.jar | None |
  73. | UE | fallenstars | 2.0 | FallenStars2.0 | None |
  74. | UC | ichunutil | 7.1.4 | iChunUtil.jar | None |
  75. | UC | jei | 4.8.5.140 | JEI.jar | None |
  76. | UC | tabula | 7.0.0 | Tabula.jar | None |
  77.  
  78. Loaded coremods (and transformers):
  79. Profiler Position: N/A (disabled)
  80. Is Modded: Definitely; Server brand changed to 'fml,forge'
  81. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement