Create

Create

86M Downloads

Server not loading due to Create

Automaton2 opened this issue ยท 3 comments

commented

Describe the Bug

I have a multiplayer server with create on it alongside a good number of other mods. When I try to launch the server to our preexisting world though I get the following crash report. I'm a bit perplexed because it loaded fine just a few days ago and seemingly nothing has changed from the previous version.

main/FATAL [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
20.07 02:46:07 [Server] INFO Negative index in crash report handler (16/18)
20.07 02:46:07 [Server] main/FATAL [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 32b554e6-1833-4fc9-a3b1-04614bea8e5e
20.07 02:46:07 [Server] main/FATAL [ne.mi.se.lo.ServerModLoader/]: Crash report saved to ./crash-reports/crash-2023-07-20_02.46.07-fml.txt
20.07 02:46:07 [Server] main/FATAL [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 35637657-b1a8-4f25-9c22-dd67ea7abdbc
20.07 02:46:07 [Server] INFO ---- Minecraft Crash Report ----
20.07 02:46:07 [Server] INFO // Why did you do that?
20.07 02:46:07 [Server] INFO Time: 2023-07-20 02:46:07
20.07 02:46:07 [Server] INFO Description: Mod loading error has occurred
20.07 02:46:07 [Server] INFO java.lang.Exception: Mod Loading has failed
20.07 02:46:07 [Server] INFO at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.14-universal.jar%23356!/:?] {re:classloading}
20.07 02:46:07 [Server] INFO at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.2.14-universal.jar%23356!/:?] {re:classloading}
20.07 02:46:07 [Server] INFO at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23351!/:?] {re:classloading,re:mixin,pl:mixin:A}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
20.07 02:46:07 [Server] INFO at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.14.jar%2367!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
20.07 02:46:07 [Server] INFO A detailed walkthrough of the error, its code path and all known details is as follows:
20.07 02:46:07 [Server] INFO ---------------------------------------------------------------------------------------
20.07 02:46:07 [Server] INFO -- Head --
20.07 02:46:07 [Server] INFO Thread: main
20.07 02:46:07 [Server] INFO Stacktrace:
20.07 02:46:07 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) ~[?:?] {}
20.07 02:46:07 [Server] INFO -- MOD create --
20.07 02:46:07 [Server] INFO Details:
20.07 02:46:07 [Server] INFO Caused by 0: java.lang.reflect.InvocationTargetException
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
20.07 02:46:07 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.14.jar%23353!/:?] {}
20.07 02:46:07 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.14.jar%23352!/:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
20.07 02:46:07 [Server] INFO Mod File: /mods/create-1.19.2-0.5.1.b.jar
20.07 02:46:07 [Server] INFO Failure message: Create (create) has failed to load correctly
20.07 02:46:07 [Server] INFO java.lang.reflect.InvocationTargetException: null
20.07 02:46:07 [Server] INFO Mod Version: 0.5.1.b
20.07 02:46:07 [Server] INFO Mod Issue URL: https://github.com/Creators-of-Create/Create/issues
20.07 02:46:07 [Server] INFO Exception message: java.util.ConcurrentModificationException
20.07 02:46:07 [Server] INFO Stacktrace:
20.07 02:46:07 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.HashMap$ValueIterator.next(HashMap.java:1625) ~[?:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.computeLaunchPluginTransformerSet(LaunchPluginHandler.java:68) ~[modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:64) ~[modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar%2354!/:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
20.07 02:46:07 [Server] INFO at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
20.07 02:46:07 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}
20.07 02:46:07 [Server] INFO at com.simibubi.create.infrastructure.config.CServer.(CServer.java:7) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at com.simibubi.create.infrastructure.config.AllConfigs.lambda$register$0(AllConfigs.java:47) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at net.minecraftforge.common.ForgeConfigSpec$Builder.configure(ForgeConfigSpec.java:605) ~[forge-1.19.2-43.2.14-universal.jar%23356!/:?] {re:classloading}
20.07 02:46:07 [Server] INFO at com.simibubi.create.infrastructure.config.AllConfigs.register(AllConfigs.java:46) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at com.simibubi.create.infrastructure.config.AllConfigs.register(AllConfigs.java:61) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at com.simibubi.create.Create.onCtor(Create.java:132) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at com.simibubi.create.Create.(Create.java:98) ~[create-1.19.2-0.5.1.b.jar%23252!/:0.5.1.b] {re:classloading}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
20.07 02:46:07 [Server] INFO at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
20.07 02:46:07 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.14.jar%23353!/:?] {}
20.07 02:46:07 [Server] INFO at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.14.jar%23352!/:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
20.07 02:46:07 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
20.07 02:46:07 [Server] INFO -- System Details --
20.07 02:46:07 [Server] INFO Details:
20.07 02:46:07 [Server] INFO Minecraft Version: 1.19.2
20.07 02:46:07 [Server] INFO Minecraft Version ID: 1.19.2
20.07 02:46:07 [Server] INFO Operating System: Linux (amd64) version 4.19.0-18-amd64
20.07 02:46:07 [Server] INFO Java Version: 17.0.2, Oracle Corporation
20.07 02:46:07 [Server] INFO Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
20.07 02:46:07 [Server] INFO Memory: 414759024 bytes (395 MiB) / 1375731712 bytes (1312 MiB) up to 12884901888 bytes (12288 MiB)
20.07 02:46:07 [Server] INFO CPUs: 12
20.07 02:46:07 [Server] INFO Processor Vendor: GenuineIntel
20.07 02:46:07 [Server] INFO Processor Name: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz
20.07 02:46:07 [Server] INFO Identifier: Intel64 Family 6 Model 158 Stepping 10
20.07 02:46:07 [Server] INFO Microarchitecture: Coffee Lake
20.07 02:46:07 [Server] INFO Frequency (GHz): 3.40
20.07 02:46:07 [Server] INFO Number of physical packages: 1
20.07 02:46:07 [Server] INFO Number of physical CPUs: 6
20.07 02:46:07 [Server] INFO Number of logical CPUs: 12
20.07 02:46:07 [Server] INFO Graphics card #0 name: unknown
20.07 02:46:07 [Server] INFO Graphics card #0 vendor: unknown
20.07 02:46:07 [Server] INFO Graphics card #0 VRAM (MB): 0.00
20.07 02:46:07 [Server] INFO Graphics card #0 deviceId: unknown
20.07 02:46:07 [Server] INFO Graphics card #0 versionInfo: unknown
20.07 02:46:07 [Server] INFO Virtual memory max (MB): 85859.34
20.07 02:46:07 [Server] INFO Virtual memory used (MB): 121704.84
20.07 02:46:07 [Server] INFO Swap memory total (MB): 21503.99
20.07 02:46:07 [Server] INFO Swap memory used (MB): 15278.73
20.07 02:46:07 [Server] INFO JVM Flags: 2 total; -Xmx12288M -Xms1024M
20.07 02:46:07 [Server] INFO ModLauncher: 10.0.8+10.0.8+main.0ef7e830
20.07 02:46:07 [Server] INFO ModLauncher launch target: forgeserver
20.07 02:46:07 [Server] INFO ModLauncher naming: srg
20.07 02:46:07 [Server] INFO ModLauncher services:
20.07 02:46:07 [Server] INFO mixin-0.8.5.jar mixin PLUGINSERVICE
20.07 02:46:07 [Server] INFO eventbus-6.0.3.jar eventbus PLUGINSERVICE
20.07 02:46:07 [Server] INFO fmlloader-1.19.2-43.2.14.jar slf4jfixer PLUGINSERVICE
20.07 02:46:07 [Server] INFO fmlloader-1.19.2-43.2.14.jar object_holder_definalize PLUGINSERVICE
20.07 02:46:07 [Server] INFO fmlloader-1.19.2-43.2.14.jar runtime_enum_extender PLUGINSERVICE
20.07 02:46:07 [Server] INFO fmlloader-1.19.2-43.2.14.jar capability_token_subclass PLUGINSERVICE
20.07 02:46:07 [Server] INFO accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
20.07 02:46:07 [Server] INFO fmlloader-1.19.2-43.2.14.jar runtimedistcleaner PLUGINSERVICE
20.07 02:46:07 [Server] INFO modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
20.07 02:46:07 [Server] INFO modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
20.07 02:46:07 [Server] INFO FML Language Providers:
20.07 02:46:07 [Server] INFO [email protected]
20.07 02:46:07 [Server] INFO javafml@null
20.07 02:46:07 [Server] INFO [email protected]
20.07 02:46:07 [Server] INFO lowcodefml@null

(Full Log: https://paste.shockbyte.com/jolewalanuwunekunolu)

Reproduction Steps

Launching the server.

Expected Result

Server should launch successfully as it was before

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1c

Minecraft Version

1.19.2

Forge Version

43.2.14

Other Mods

1.19.2 Adventure.zip

SuperMartijn642's Core Lib
SuperMartijn642
supermartijn642corelib-1.1.10-forge-mc1.19.2.jar

Supplementaries
MehVahdJukaar
supplementaries-1.19.2-2.3.20.jar

TerraBlender (Forge)
TheAdubbz
TerraBlender-forge-1.19.2-2.0.1.136.jar

The Twilight Forest
Benimatic
twilightforest-1.19.2-4.2.1518-universal.jar

Torchmaster
xalcon
torchmaster-19.2.90.jar

Tree Harvester
Serilum
treeharvester-1.19.2-8.2.jar

Upgraded Core
Rolfmao
upgradedcore-1.19.2-4.1.0.1-release.jar

Upgraded Netherite
Rolfmao
upgradednetherite-1.19.2-5.1.0.9-release.jar

Valhelsia Core
ValhelsiaTeam
valhelsia_core-forge-1.19.2-0.5.0.jar

Valhelsia Furniture
ValhelsiaTeam
valhelsia_furniture-forge-1.19.2-1.1.1.jar

Valhelsia Structures
ValhelsiaTeam
valhelsia_structures-forge-1.19.2-1.0.2.jar

Visual Workbench [Forge & Fabric]
Fuzs
VisualWorkbench-v4.2.4-1.19.2-Forge.jar

Waystones
BlayTheNinth
waystones-forge-1.19.2-11.4.1.jar

When Dungeons Arise - Forge!
Aureljz
DungeonsArise-1.19.2-2.1.54-release.jar

XL Packets
tfarecnim
xlpackets-1.18.2-2.1.jar

YUNG's API (Forge)
YUNGNICKYOUNG
YungsApi-1.19.2-Forge-3.8.9.jar

YUNG's Better Strongholds (Forge)
YUNGNICKYOUNG
YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar

Additional Context

No response

commented

have you tried updating create to patch c?

commented

have you tried updating create to patch c?

We were originally running it on patch c, this is a later error report when we attempted to load it on the previous patch to see if it helped. The error is the same.

commented

I am having the same issue, every now and then both server and client throw an error stating that the mod has failed to load correctly.