Advertisement
Guest User

Untitled

a guest
Nov 20th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 20/11/16 12:56
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from PhoenixCraft Mod (pc)
  8. Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.InstantiationException: phonixe.phoenixcraft.proxy.CommonProxy
  9. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:88)
  10. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:579)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  21. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:498)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  32. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:549)
  33. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  34. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
  35. at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:124)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:496)
  37. at java.lang.Thread.run(Thread.java:745)
  38. Caused by: java.lang.InstantiationException: phonixe.phoenixcraft.proxy.CommonProxy
  39. at java.lang.Class.newInstance(Class.java:427)
  40. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:71)
  41. ... 28 more
  42. Caused by: java.lang.NoSuchMethodException: phonixe.phoenixcraft.proxy.CommonProxy.<init>()
  43. at java.lang.Class.getConstructor0(Class.java:3082)
  44. at java.lang.Class.newInstance(Class.java:412)
  45. ... 29 more
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.10.2
  54. Operating System: Windows 8.1 (amd64) version 6.3
  55. Java Version: 1.8.0_101, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 896395632 bytes (854 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  58. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP 9.32 Powered by Forge 12.18.2.2151 5 mods loaded, 5 mods active
  61. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  62. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  63. UC FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.2.2151.jar)
  64. UC Forge{12.18.2.2151} [Minecraft Forge] (forgeSrc-1.10.2-12.18.2.2151.jar)
  65. UE pc{0.1} [PhoenixCraft Mod] (bin)
  66. UC itemtransformhelper{1.10.2a} [Item Transform Helper] (itemtransformhelper-1.10.2b-deobfuscated.jar)
  67. Loaded coremods (and transformers):
  68. Profiler Position: N/A (disabled)
  69. Is Modded: Definitely; Server brand changed to 'fml,forge'
  70. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement