Advertisement
Guest User

Untitled

a guest
Feb 7th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.63 KB | None | 0 0
  1. 2017-02-07 13:08:02,398 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
  2. 2017-02-07 13:08:02,400 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
  3. [13:08:02] [main/INFO] [GradleStart]: Extra: []
  4. [13:08:02] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, net.minecraftforge.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
  5. [13:08:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
  6. [13:08:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
  7. [13:08:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
  8. [13:08:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
  9. 2017-02-07 13:08:03,333 WARN Disabling terminal, you're running in an unsupported environment.
  10. [13:08:03] [main/INFO] [FML]: Forge Mod Loader version 13.20.0.2227 for Minecraft 1.11.2 loading
  11. [13:08:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_121, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_121
  12. [13:08:03] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  13. [13:08:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
  14. [13:08:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
  15. [13:08:03] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
  16. [13:08:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  17. [13:08:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  18. [13:08:03] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  19. [13:08:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  20. [13:08:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  21. [13:08:03] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  22. [13:08:03] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  23. [13:08:04] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  24. [13:08:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  25. [13:08:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  26. [13:08:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  27. [13:08:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  28. [13:08:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  29. [13:08:05] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  30. [13:08:10] [Server thread/INFO]: Starting minecraft server version 1.11.2
  31. [13:08:10] [Server thread/INFO] [FML]: MinecraftForge v13.20.0.2227 Initialized
  32. [13:08:11] [Server thread/INFO] [FML]: Replaced 232 ore recipes
  33. [13:08:11] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  34. [13:08:11] [Server thread/INFO] [FML]: Searching C:\Users\Matty\Desktop\Java Dev\Modding\Mod_Learning_2\run\mods for mods
  35. [13:08:12] [Server thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
  36. [13:08:12] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, foxtech] at CLIENT
  37. [13:08:12] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, foxtech] at SERVER
  38. [13:08:13] [Server thread/ERROR] [FML]: An error occurred trying to load a proxy into {serverSide=com.matthewrivas.foxtech.ServerProxy, clientSide=com.matthewrivas.foxtech.proxy.ClientProxy}.com.matthewrivas.foxtech.FoxTech
  39. java.lang.ClassNotFoundException: com.matthewrivas.foxtech.ServerProxy
  40. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  41. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  42. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  43. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
  44. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  45. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  46. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) [ProxyInjector.class:?]
  47. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:620) [FMLModContainer.class:?]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  51. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  52. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
  53. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
  54. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
  55. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
  57. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246) [LoadController.class:?]
  58. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) [LoadController.class:?]
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  62. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  63. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
  64. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
  68. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) [LoadController.class:?]
  69. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563) [Loader.class:?]
  70. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
  71. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) [FMLCommonHandler.class:?]
  72. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?]
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:507) [MinecraftServer.class:?]
  74. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  75. Caused by: java.lang.NullPointerException
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  77. ... 34 more
  78. [13:08:13] [Server thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
  79. [13:08:13] [Server thread/ERROR] [FML]:
  80. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  81. UC minecraft{1.11.2} [Minecraft] (minecraft.jar)
  82. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  83. UC FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.11.2-13.20.0.2227.jar)
  84. UC forge{13.20.0.2227} [Minecraft Forge] (forgeSrc-1.11.2-13.20.0.2227.jar)
  85. UE foxtech{1.0} [FoxTech] (bin)
  86. [13:08:13] [Server thread/ERROR] [FML]: The following problems were captured during this phase
  87. [13:08:13] [Server thread/ERROR] [FML]: Caught exception from FoxTech (foxtech)
  88. net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: com.matthewrivas.foxtech.ServerProxy
  89.  
  90. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  91. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:620) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  92. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  93. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  94. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  95. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  96. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  97. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  98. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  99. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  100. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  101. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  102. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  106. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  107. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  108. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  109. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  110. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  111. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  112. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) [LoadController.class:?]
  113. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563) [Loader.class:?]
  114. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) [FMLServerHandler.class:?]
  115. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) [FMLCommonHandler.class:?]
  116. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) [DedicatedServer.class:?]
  117. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:507) [MinecraftServer.class:?]
  118. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  119. Caused by: java.lang.ClassNotFoundException: com.matthewrivas.foxtech.ServerProxy
  120. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  121. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  122. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  123. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  124. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  125. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  126. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  127. ... 28 more
  128. Caused by: java.lang.NullPointerException
  129. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  130. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  131. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  132. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  133. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  134. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  135. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  136. ... 28 more
  137. [13:08:13] [Server thread/ERROR]: Encountered an unexpected exception
  138. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FoxTech (foxtech)
  139.  
  140. Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: com.matthewrivas.foxtech.ServerProxy
  141.  
  142. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  143. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:620) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  144. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  145. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  146. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  147. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  148. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  149. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  150. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  151. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  152. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  153. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246) ~[LoadController.class:?]
  154. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) ~[LoadController.class:?]
  155. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  156. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  157. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  158. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  159. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  160. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  161. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  162. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  163. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  164. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) ~[LoadController.class:?]
  165. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563) ~[Loader.class:?]
  166. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  167. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
  168. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) ~[DedicatedServer.class:?]
  169. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:507) [MinecraftServer.class:?]
  170. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  171. Caused by: java.lang.ClassNotFoundException: com.matthewrivas.foxtech.ServerProxy
  172. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  173. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  174. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  175. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  176. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  177. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  178. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  179. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:620) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  180. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  181. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  182. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  183. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  184. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  185. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  186. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  187. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  188. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  189. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246) ~[LoadController.class:?]
  190. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) ~[LoadController.class:?]
  191. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  192. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  193. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  194. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  195. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  196. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  197. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  198. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  199. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  200. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) ~[LoadController.class:?]
  201. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563) ~[Loader.class:?]
  202. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  203. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
  204. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) ~[DedicatedServer.class:?]
  205. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:507) ~[MinecraftServer.class:?]
  206. at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_121]
  207. Caused by: java.lang.NullPointerException
  208. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
  209. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  210. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  211. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  212. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  213. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  214. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  215. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:620) ~[forgeSrc-1.11.2-13.20.0.2227.jar:?]
  216. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  217. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  218. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  219. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  220. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  221. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  222. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  223. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  224. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  225. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:246) ~[LoadController.class:?]
  226. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:224) ~[LoadController.class:?]
  227. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
  228. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  229. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
  230. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
  231. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  232. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  233. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  234. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  235. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  236. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) ~[LoadController.class:?]
  237. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:563) ~[Loader.class:?]
  238. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  239. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331) ~[FMLCommonHandler.class:?]
  240. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:124) ~[DedicatedServer.class:?]
  241. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:507) ~[MinecraftServer.class:?]
  242. at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_121]
  243. [13:08:13] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Matty\Desktop\Java Dev\Modding\Mod_Learning_2\run\.\crash-reports\crash-2017-02-07_13.08.13-server.txt
  244. [13:08:13] [Server thread/INFO]: Stopping server
  245. [13:08:13] [Server thread/INFO]: Saving worlds
  246. [13:08:13] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
  247. [13:08:13] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
  248. [13:08:13] [Server thread/INFO] [FML]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
  249. [13:08:13] [Server Shutdown Thread/INFO]: Stopping server
  250. [13:08:13] [Server Shutdown Thread/INFO]: Saving worlds
  251. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement