Jump to content

Recommended Posts

Posted

---- Minecraft Crash Report ----

2

3WARNING: coremods are present:

4IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)

5ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)

6RandomPatches (randompatches-1.12.2-1.22.1.10.jar)

7EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)

8SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.1.0-forge-mc1.12.jar)

9ForgelinPlugin (Forgelin-1.8.4.jar)

10MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)

11HCASM (HammerLib-1.12.2-2.0.6.32.jar)

12OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)

13Quark Plugin (Quark-r1.6-179.jar)

14NWRTweak (redstonepaste-mc1.12-1.7.5.jar)

15UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)

16Contact their authors BEFORE contacting forge

17

18// Daisy, daisy...

19

20Time: 1/10/23 6:00 PM

21Description: Exception in server tick loop

22

23net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag

24at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)

25at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)

26at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)

27at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

28at java.lang.reflect.Method.invoke(Method.java:498)

29at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

30at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

31at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

32at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

33at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

34at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

35at com.google.common.eventbus.EventBus.post(EventBus.java:217)

36at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)

37at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)

38at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

39at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

40at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

41at java.lang.reflect.Method.invoke(Method.java:498)

42at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

43at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)

44at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)

45at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)

46at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)

47at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)

48at com.google.common.eventbus.EventBus.post(EventBus.java:217)

49at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)

50at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)

51at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)

52at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)

53at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)

54at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)

55at java.lang.Thread.run(Thread.java:750)

56Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag

57at java.lang.Class.getDeclaredConstructors0(Native Method)

58at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)

59at java.lang.Class.getConstructor0(Class.java:3075)

60at java.lang.Class.getConstructor(Class.java:1825)

61at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)

62at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)

63at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)

64... 31 more

65Caused by: java.lang.ClassNotFoundException: net.minecraft.client.util.ITooltipFlag

66at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

67at java.lang.ClassLoader.loadClass(ClassLoader.java:418)

68at java.lang.ClassLoader.loadClass(ClassLoader.java:351)

69... 38 more

70Caused by: java.lang.NullPointerException

71

72

73A detailed walkthrough of the error, its code path and all known details is as follows:

74---------------------------------------------------------------------------------------

75

76-- System Details --

77Details:

78Minecraft Version: 1.12.2

79Operating System: Linux (amd64) version 5.4.0-104-generic

80Java Version: 1.8.0_352, Temurin

81Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin

82Memory: 793242296 bytes (756 MB) / 1383071744 bytes (1319 MB) up to 1771044864 bytes (1689 MB)

83JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx1900M -Xms950M

84IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

85FML: MCP 9.42 Powered by Forge 14.23.5.2859 144 mods loaded, 144 mods active

86States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

87

88| State | ID | Version | Source | Signature |

89|:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |

90| LC | minecraft | 1.12.2 | minecraft.jar | None |

91| LC | mcp | 9.42 | minecraft.jar | None |

92| LC | FML | 8.0.99.99 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |

93| LC | forge | 14.23.5.2859 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |

94| LC | openmodscore | 0.12.2 | minecraft.jar | None |

95| LC | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |

96| LC | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |

97| LC | quark | r1.6-179 | Quark-r1.6-179.jar | None |

98| LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |

99| LC | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.682.jar | None |

100| LC | base | 3.14.0 | base-1.12.2-3.14.0.jar | None |

101| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |

102| LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |

103| LC | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |

104| LC | bonsaitrees | 1.1.4 | bonsaitrees-1.1.4-b170.jar | None |

105| LC | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |

106| LC | botania | r1.10-364 | Botania r1.10-364.4.jar | None |

107| LC | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

108| LC | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

109| LC | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

110| LC | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

111| LC | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

112| LC | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |

113| LC | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

114| LC | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

115| LC | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

116| LC | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |

117| LC | carryon | 1.12.3 | carryon-1.12.2-1.12.6.20.jar | fd21553434f4905f2f73ea7838147ac4ea07bd88 |

118| LC | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |

119| LC | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |

120| LC | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |

121| LC | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |

122| LC | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |

123| LC | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |

124| LC | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |

125| LC | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |

126| LC | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

127| LC | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

128| LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |

129| LC | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |

130| LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |

131| LC | ceramics | 1.12-1.3.7b | Ceramics-1.12-1.3.7b.jar | None |

132| LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |

133| LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |

134| LC | collective | 3.0 | collective-1.12.2-3.0.jar | None |

135| LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |

136| LC | comforts | 1.4.1.3 | comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |

137| LC | cyclopscore | 1.6.7 | CyclopsCore-1.12.2-1.6.7.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |

138| LC | commoncapabilities | 2.4.8 | CommonCapabilities-1.12.2-2.4.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |

139| LC | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.682.jar | None |

140| LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |

141| LC | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |

142| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |

143| LC | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |

144| LC | dldungeonsjbg | 1.14.12 | DoomlikeDungeons-1.14.12-MC1.12.2.jar | None |

145| LC | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None |

146| LC | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

147| LC | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

148| LC | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

149| LC | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

150| LC | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |

151| LC | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

152| LC | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

153| LC | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

154| LC | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

155| LC | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

156| LC | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |

157| LC | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |

158| LC | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |

159| LC | endertanks | 1.6.8 | endertanks-1.12.0-1.6.8.jar | None |

160| LC | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |

161| LC | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |

162| LE | exnihiloomnia | 1.0 | exnihiloomnia_1.12.2-0.0.2.jar | None |

163| L | excompressum | 3.0.32 | ExCompressum_1.12.2-3.0.32.jar | None |

164| L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |

165| L | zerocore | 1.12.2-0.1.2.9 | zerocore-1.12.2-0.1.2.9.jar | None |

166| L | bigreactors | 1.12.2-0.4.5.68 | ExtremeReactors-1.12.2-0.4.5.68.jar | None |

167| L | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |

168| L | fluxnetworks | 4.1.0 | FluxNetworks-1.12.2-4.1.1.34.jar | None |

169| L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |

170| L | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | None |

171| L | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |

172| L | hammercore | 2.0.6.32 | HammerLib-1.12.2-2.0.6.32.jar | None |

173| L | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |

174| L | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None |

175| L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |

176| L | teslacorelib | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None |

177| L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |

178| L | integrateddynamics | 1.1.11 | IntegratedDynamics-1.12.2-1.1.11.jar | None |

179| L | integratedcrafting | 1.0.10 | IntegratedCrafting-1.12.2-1.0.10.jar | None |

180| L | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.11.jar | None |

181| L | integratedterminals | 1.0.14 | IntegratedTerminals-1.12.2-1.0.14.jar | None |

182| L | integratedterminalscompat | 1.0.0 | IntegratedTerminals-1.12.2-1.0.14.jar | None |

183| L | integratedtunnels | 1.6.14 | IntegratedTunnels-1.12.2-1.6.14.jar | None |

184| L | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.14.jar | None |

185| L | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |

186| L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |

187| L | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None |

188| L | itemfilters | 1.0.4.2 | ItemFilters-1.0.4.2.jar | None |

189| L | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |

190| L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |

191| L | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |

192| L | mcwdoors | 1.3 | mcw-doors-1.0.3-mc1.12.2.jar | None |

193| L | mcwfences | 1.0.0 | mcw-fences-1.0.0-mc1.12.2.jar | None |

194| L | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |

195| L | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |

196| L | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |

197| L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |

198| L | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |

199| L | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | None |

200| L | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | None |

201| L | oreexcavation | 1.4.150 | OreExcavation-1.4.150.jar | None |

202| L | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |

203| L | placeableitems | 3.3 | placeableitems-3.3.jar | None |

204| L | pneumaticcraft | 1.12.2-0.11.15-398 | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar | None |

205| L | potioncore | 1.9_for_1.12.2 | PotionCore-1.9_for_1.12.2.jar | None |

206| L | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |

207| L | qualitytools | 1.0.7_for_1.12.2 | QualityTools-1.0.7_for_1.12.2.jar | None |

208| L | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |

209| L | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |

210| L | redstonepaste | 1.7.5 | redstonepaste-mc1.12-1.7.5.jar | None |

211| L | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None |

212| L | additionalstructures | 2.5.0 | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None |

213| L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |

214| L | ruins | 17.2 | Ruins-1.12.2.jar | None |

215| L | simplegenerators | 1.12.2-2.0.20.2 | simplegenerators-1.12.2-2.0.20.2.jar | None |

216| L | storagenetwork | 1.8.3 | SimpleStorageNetwork-1.12.2-1.8.3.jar | None |

217| L | simplyjetpacks | 1.12.2-2.2.20.0 | SimplyJetpacks2-1.12.2-2.2.20.0.jar | None |

218| L | simplylight | 1.12.2-0.8.7 | simplylight-1.12.2-0.8.7.jar | None |

219| L | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |

220| L | solarflux | 12.4.11 | SolarFluxReborn-1.12.2-12.4.11.jar | None |

221| L | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |

222| L | supermartijn642corelib | 1.1.0 | supermartijn642corelib-1.1.0-forge-mc1.12.jar | None |

223| L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |

224| L | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |

225| L | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |

226| L | uppers | 0.0.6 | Uppers-0.0.6.jar | None |

227| L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |

228| L | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None |

229| L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |

230| L | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |

231| L | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |

232| L | teslacorelib_registries | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None |

233| L | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |

234

235Loaded coremods (and transformers):

236IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)

237blusunrize.immersiveengineering.common.asm.IEClassTransformer

238ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)

239shetiphian.asm.ClassTransformer

240RandomPatches (randompatches-1.12.2-1.22.1.10.jar)

241com.therandomlabs.randompatches.core.RPTransformer

242EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)

243com.enderio.core.common.transform.EnderCoreTransformer

244com.enderio.core.common.transform.SimpleMixinPatcher

245SuperMartijn642's Core Lib Plugin (supermartijn642corelib-1.1.0-forge-mc1.12.jar)

246

247ForgelinPlugin (Forgelin-1.8.4.jar)

248

249MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)

250mekanism.coremod.KeybindingMigrationHelper

251HCASM (HammerLib-1.12.2-2.0.6.32.jar)

252com.zeitheron.hammercore.asm.HammerCoreTransformer

253OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)

254openmods.core.OpenModsClassTransformer

255Quark Plugin (Quark-r1.6-179.jar)

256vazkii.quark.base.asm.ClassTransformer

257NWRTweak (redstonepaste-mc1.12-1.7.5.jar)

258net.fybertech.nwr.NWRTransformer

259UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)

260wanion.unidict.core.UniDictCoreModTransformer

261OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]

262Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):

263* Offline mode for dedicated servers is NOT supported by Ender IO.

264This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.

265Authlib is : /server/minecraft_server.1.12.2.jar

266

267!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

268!!!You are looking at the diagnostics information, not at the crash. !!!

269!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!

270!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

271

272Pulsar/tconstruct loaded Pulses:

273- TinkerCommons (Enabled/Forced)

274- TinkerWorld (Enabled/Not Forced)

275- TinkerTools (Enabled/Not Forced)

276- TinkerHarvestTools (Enabled/Forced)

277- TinkerMeleeWeapons (Enabled/Forced)

278- TinkerRangedWeapons (Enabled/Forced)

279- TinkerModifiers (Enabled/Forced)

280- TinkerSmeltery (Enabled/Not Forced)

281- TinkerGadgets (Enabled/Not Forced)

282- TinkerOredict (Enabled/Forced)

283- TinkerIntegration (Enabled/Forced)

284- TinkerFluids (Enabled/Forced)

285- TinkerMaterials (Enabled/Forced)

286- TinkerModelRegister (Enabled/Forced)

287- chiselIntegration (Enabled/Not Forced)

288- wailaIntegration (Enabled/Not Forced)

289- quarkIntegration (Enabled/Not Forced)

290

291Profiler Position: N/A (disabled)

292Is Modded: Definitely; Server brand changed to 'fml,forge'

293Type: Dedicated Server (map_server.txt)

Posted

The version you are using is no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.