Guest User

Untitled

a guest
May 1st, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  5. ReachFixPlugin (ReachFix-1.12.2-1.0.8.jar)
  6. ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
  7. CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.13B.jar)
  8. TLSkinCapeHookLoader (tlskincape1.12.2-1.4.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // Shall we play a game?
  12.  
  13. Time: 30.04.23 22:10
  14. Description: Exception in server tick loop
  15.  
  16. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from TLSkinCape (tlauncher_custom_cape_skin)
  17. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  18. at org.tlauncher.skin.cape.util.PreparedProfileManager.<init>(PreparedProfileManager.java:43)
  19. at org.tlauncher.skin.cape.TLSkinCape.event(TLSkinCape.java:28)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  25. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  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.sendEventToModContainer(LoadController.java:219)
  36. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  42. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  43. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  44. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  45. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  46. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  48. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  49. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:754)
  50. at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  51. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
  52. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
  53. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  54. at java.lang.Thread.run(Unknown Source)
  55. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(Unknown Source)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. ... 37 more
  60. Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@779dfe55 from coremod FMLCorePlugin
  61. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
  62. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  63. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  64. ... 39 more
  65. Caused by: java.lang.RuntimeException: Attempted to load class bib for invalid side SERVER
  66. at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
  67. at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  68. ... 41 more
  69.  
  70.  
  71. A detailed walkthrough of the error, its code path and all known details is as follows:
  72. ---------------------------------------------------------------------------------------
  73.  
  74. -- System Details --
  75. Details:
  76. Minecraft Version: 1.12.2
  77. Operating System: Windows 11 (amd64) version 10.0
  78. Java Version: 1.8.0_361, Oracle Corporation
  79. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  80. Memory: 2829638304 bytes (2698 MB) / 3133145088 bytes (2988 MB) up to 3133145088 bytes (2988 MB)
  81. JVM Flags: 2 total; -Xmx3096M -Xms3096M
  82. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  83. FML: MCP 9.42 Powered by Forge 14.23.5.2859 36 mods loaded, 36 mods active
  84. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  85.  
  86. | State | ID | Version | Source | Signature |
  87. |:----- |:-------------------------- |:------------------ |:--------------------------------------------- |:---------------------------------------- |
  88. | LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
  89. | LCHIJ | mcp | 9.42 | minecraft.jar | None |
  90. | LCHIJ | FML | 8.0.99.99 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  91. | LCHIJ | forge | 14.23.5.2859 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  92. | LCHIJ | foamfixcore | 7.7.4 | minecraft.jar | None |
  93. | LCHIJ | damageindicatorsmod | 1.0 | [1.12.2]DamageIndicatorsMod-3.5.1.jar | None |
  94. | LCHIJ | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
  95. | LCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  96. | LCHIJ | artifacts | 1.12.2-1.2.3 | Artifacts-1.12.2-1.2.3.jar | None |
  97. | LCHIJ | biomesoplenty | 7.0.1.2445 | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar | None |
  98. | LCHIJ | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  99. | LCHIJ | jei | 4.16.1.1001 | jei_1.12.2-4.16.1.1001.jar | None |
  100. | LCHIJ | thaumcraft | 6.1.BETA26 | Thaumcraft_1.12.2_6.1.BETA26.jar | None |
  101. | LCHIJ | botania | r1.10-364 | Botania+r1.10-364.4.jar | None |
  102. | LCHIJ | cqrepoured | 2.6.13B | Chocolate_Quest_Repoured-1.12.2-2.6.13B.jar | None |
  103. | LCHIJ | divinerpg | 1.7.1 | DivineRPG-1.7.1.jar | None |
  104. | LCHIJ | ebwizardry | 4.3.9 | ElectroblobsWizardry-4.3.9.jar | None |
  105. | LCHIJ | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
  106. | LCHIJ | geckolib3 | 3.0.30 | geckolib-forge-1.12.2-3.0.31.jar | None |
  107. | LCHIJ | ironchest | 1.12.2-7.0.67.844 | ironchest_1.12.2_7.0.72.847.jar | None |
  108. | LCHIJ | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
  109. | LCHIJ | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  110. | LCHIJ | medieval_craft | 1.14.4 | MedievalCraft-1.12.2-1.18.1.jar | None |
  111. | LCHIJ | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
  112. | LCHIJ | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
  113. | LCHIJ | reachfix | 1.0.8 | ReachFix-1.12.2-1.0.8.jar | None |
  114. | LCHIJ | soulboundarmory | 2.10.11 | soulboundarmory-2.10.11.jar | None |
  115. | LCHIJ | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
  116. | LCHIJ | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  117. | LCHIJ | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  118. | LCHIJ | thaumictinkerer | 1.12.2-5.0-620a0c5 | thaumictinkerer-1.12.2-5.0-620a0c5.jar | None |
  119. | LCHIE | tlauncher_custom_cape_skin | 1.4 | tlskincape1.12.2-1.4.jar | None |
  120. | LCHI | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
  121. | LCHI | vampiresneedumbrellas | 1.4 | VampiresNeedUmbrellas-1.12.2-1.5.jar | None |
  122. | LCHI | vampirism | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  123. | LCHI | teamlapen-lib | 1.6.2 | Vampirism-1.12.2-1.6.2.jar | None |
  124.  
  125. Loaded coremods (and transformers):
  126. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
  127. pl.asie.foamfix.coremod.FoamFixTransformer
  128. ReachFixPlugin (ReachFix-1.12.2-1.0.8.jar)
  129. meldexun.reachfix.asm.ReachFixClassTransformer
  130. ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
  131.  
  132. CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.13B.jar)
  133. team.cqr.cqrepoured.asm.CQRClassTransformer
  134. TLSkinCapeHookLoader (tlskincape1.12.2-1.4.jar)
  135. gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
  136. Pulsar/tconstruct loaded Pulses:
  137. - TinkerCommons (Enabled/Forced)
  138. - TinkerWorld (Enabled/Not Forced)
  139. - TinkerTools (Enabled/Not Forced)
  140. - TinkerHarvestTools (Enabled/Forced)
  141. - TinkerMeleeWeapons (Enabled/Forced)
  142. - TinkerRangedWeapons (Enabled/Forced)
  143. - TinkerModifiers (Enabled/Forced)
  144. - TinkerSmeltery (Enabled/Not Forced)
  145. - TinkerGadgets (Enabled/Not Forced)
  146. - TinkerOredict (Enabled/Forced)
  147. - TinkerIntegration (Enabled/Forced)
  148. - TinkerFluids (Enabled/Forced)
  149. - TinkerMaterials (Enabled/Forced)
  150. - TinkerModelRegister (Enabled/Forced)
  151.  
  152. Profiler Position: N/A (disabled)
  153. Is Modded: Definitely; Server brand changed to 'fml,forge'
  154. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment