Advertisement
Guest User

Untitled

a guest
Feb 7th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.52 KB | None | 0 0
  1. [19:19:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
  2. [19:19:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
  3. [19:19:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
  4. [19:19:57] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading
  5. [19:19:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_281, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_281
  6. [19:19:57] [main/INFO] [FML]: Searching A:\Forge minecraft\.\mods for mods
  7. [19:19:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  8. [19:19:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  9. [19:19:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  10. [19:19:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. [19:19:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  12. [19:19:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
  13. [19:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  14. [19:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  15. [19:19:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  16. [19:19:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  17. [19:19:59] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  18. [19:20:02] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
  19. [19:20:02] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized
  20. [19:20:02] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  21. [19:20:02] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  22. [19:20:02] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
  23. [19:20:02] [Server thread/INFO] [FML]: Searching A:\Forge minecraft\.\mods for mods
  24. [19:20:03] [Server thread/INFO] [FML]: Disabling mod ptrmodellib it is client side only.
  25. [19:20:03] [Server thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
  26. [19:20:03] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
  27. [19:20:03] [Server thread/WARN] [FML]: Missing English translation for ptrmodellib: assets/ptrmodellib/lang/en_us.lang
  28. [19:20:03] [Server thread/INFO] [FML]: FML has found a non-mod file PTRLib-1.0.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  29. [19:20:03] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ptrmodellib, props] at CLIENT
  30. [19:20:03] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ptrmodellib, props] at SERVER
  31. [19:20:04] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  32. [19:20:04] [Server thread/INFO] [FML]: Found 1168 ObjectHolder annotations
  33. [19:20:04] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
  34. [19:20:04] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  35. [19:20:04] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  36. [19:20:04] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  37. [19:20:04] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Original locale was no_NO, switching to Locale.US
  38. [19:20:04] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale is now en_US
  39. [19:20:04] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale was restored to no_NO
  40. [19:20:04] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
  41. [19:20:05] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  42. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Decocraft (props)
  43.  
  44. Caused by: java.lang.AbstractMethodError: com.mia.props.Props$2.modelLoaded(Lcom/mia/craftstudio/CSModel;Lcom/google/gson/JsonElement;)V
  45. at com.mia.craftstudio.CSPack.readPackFile(CSPack.java:201) ~[CSPack.class:?]
  46. at com.mia.craftstudio.CSProject.loadPacks(CSProject.java:252) ~[CSProject.class:?]
  47. at com.mia.craftstudio.minecraft.forge.CSLibMod.getCSProjectAndLoad(CSLibMod.java:91) ~[CSLibMod.class:?]
  48. at com.mia.props.Props.loadModels(Props.java:224) ~[Props.class:?]
  49. at com.mia.props.Props.preInit(Props.java:181) ~[Props.class:?]
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  53. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
  54. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) ~[forge-1.12.2-14.23.5.2854.jar:?]
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  58. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
  59. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  60. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  61. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  62. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  63. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  64. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  65. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  66. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2854.jar:?]
  67. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2854.jar:?]
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
  71. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
  72. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
  73. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
  74. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
  75. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
  76. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
  77. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
  79. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
  80. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629) ~[Loader.class:?]
  81. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
  82. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
  83. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  85. at java.lang.Thread.run(Unknown Source) [?:1.8.0_281]
  86. [19:20:05] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: A:\Forge minecraft\.\crash-reports\crash-2021-02-07_19.20.05-server.txt
  87. [19:20:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  88. [19:20:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  89. [19:20:05] [Server thread/INFO] [FML]: The state engine was in incorrect state INITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
  90. [19:20:05] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  91. [19:20:05] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  92.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement