Advertisement
Guest User

Untitled

a guest
Oct 30th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.40 KB | None | 0 0
  1. [16:43:29] [Server thread/ERROR] [FML]: Error constructing custom mod language adapter referenced by com.flanks255.simplylight.simplylight (modid: simplylight)
  2. java.lang.ClassNotFoundException: net.shadowfacts.forgelin.KotlinAdapter
  3. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  4. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
  5. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
  6. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
  7. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_312]
  8. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_312]
  9. at net.minecraftforge.fml.common.FMLModContainer.getLanguageAdapter(FMLModContainer.java:167) [FMLModContainer.class:?]
  10. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:596) [FMLModContainer.class:?]
  11. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  13. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  14. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  15. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  16. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  17. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  18. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  19. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  21. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
  22. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  26. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  27. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
  28. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
  29. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
  30. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
  31. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
  32. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
  34. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
  35. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) [Loader.class:?]
  36. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
  37. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
  38. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  40. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
  41. Caused by: java.lang.NullPointerException
  42. [16:43:29] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  43. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Simply Light (simplylight)
  44.  
  45. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.shadowfacts.forgelin.KotlinAdapter
  46. at net.minecraftforge.fml.common.FMLModContainer.getLanguageAdapter(FMLModContainer.java:172) ~[forge-Universal.jar:?]
  47. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:596) ~[forge-Universal.jar:?]
  48. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  50. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  51. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  52. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  53. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  54. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  55. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  56. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  58. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-Universal.jar:?]
  59. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-Universal.jar:?]
  60. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
  61. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
  62. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  63. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  64. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  65. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  66. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  67. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  68. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  69. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  70. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  71. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  72. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) ~[Loader.class:?]
  73. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
  74. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  75. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  76. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  77. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
  78. Caused by: java.lang.ClassNotFoundException: net.shadowfacts.forgelin.KotlinAdapter
  79. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  80. at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_312]
  81. at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_312]
  82. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[forge-Universal.jar:?]
  83. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_312]
  84. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_312]
  85. at net.minecraftforge.fml.common.FMLModContainer.getLanguageAdapter(FMLModContainer.java:167) ~[forge-Universal.jar:?]
  86. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:596) ~[forge-Universal.jar:?]
  87. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) ~[?:?]
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  89. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  90. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  91. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  92. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  93. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  94. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  95. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  96. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  97. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-Universal.jar:?]
  98. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-Universal.jar:?]
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
  102. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
  103. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  104. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  105. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  106. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  107. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  108. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  109. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  110. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  111. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595) ~[Loader.class:?]
  112. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
  113. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  114. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  115. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) ~[MinecraftServer.class:?]
  116. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312]
  117. Caused by: java.lang.NullPointerException
  118. [16:43:29] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: D:\BudgieCraftMC1.12.2\.\crash-reports\crash-2021-10-30_16.43.29-server.txt
  119. [16:43:29] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
  120. [16:43:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  121. Exception in thread "Server thread" [16:43:29] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Hats (hats)
  122. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: Caused by: java.lang.NullPointerException
  123. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  124. at me.ichun.mods.hats.common.Hats.serverStopped(Hats.java:82)
  125. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  126. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  127. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  128. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  129. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  130. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  131. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  132. at java.lang.reflect.Method.invoke(Method.java:498)
  133. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  134. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  135. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  136. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  137. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  138. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  139. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  140. at java.lang.reflect.Method.invoke(Method.java:498)
  141. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  142. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  143. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  144. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  145. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  146. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  147. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  148. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  149. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  150. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  151. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  152. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  153. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  154. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  155. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  156. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  157. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  158. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  159. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  160. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  161. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  162. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  163. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  164. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  165. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  166. at java.lang.reflect.Method.invoke(Method.java:498)
  167. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  168. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  169. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  170. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  171. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  172. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  173. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  174. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  175. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  176. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  177. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  178. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  179. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  180. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  181. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  182. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  183. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  184. at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:852)
  185. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  186. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508)
  187. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  188. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
  189. [16:43:29] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]:
  190. at java.lang.Thread.run(Thread.java:748)
  191. [16:43:29] [Server Shutdown Thread/INFO] [minecraft/MinecraftServer]: Stopping server
  192. [16:43:29] [Server Shutdown Thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  193.  
  194. D:\BudgieCraftMC1.12.2>pause
  195. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement