[1.19.2] Crash on Load
WenXin20 opened this issue ยท 0 comments
Describe the bug
The mod immediately crashes on load. I'm not sure what causes this, as it doesn't crash when no other mods are installed. I can try to look into this more tomorrow.
To Reproduce
Steps to reproduce the behavior:
- Launch game
- Crash
Expected behavior
- No crashes
Versions
- Tropicraft v9.5.0
- Forge v43.2.7
- Minecraft v1.19.2
Crash log (Note: The log says some dependecies are not installed, but they are embedded libraries and this doesn't happen when Tropicraft is not installed)
[30Jun2023 03:14:35.322] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.2.3, --fml.mcVersion, 1.19.2, --fml.mcpVersion, 20220805.130853]
[30Jun2023 03:14:35.326] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.7 by Eclipse Adoptium; OS Linux arch amd64 version 4.4.232-1.el7.elrepo.x86_64
[30Jun2023 03:14:39.682] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/minecraft/multicraft/servers/server399105/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER
[30Jun2023 03:14:41.236] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/minecraft/multicraft/servers/server399105/libraries/net/minecraftforge/fmlcore/1.19.2-43.2.3/fmlcore-1.19.2-43.2.3.jar is missing mods.toml file
[30Jun2023 03:14:41.237] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/minecraft/multicraft/servers/server399105/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.2.3/javafmllanguage-1.19.2-43.2.3.jar is missing mods.toml file
[30Jun2023 03:14:41.238] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/minecraft/multicraft/servers/server399105/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.2.3/lowcodelanguage-1.19.2-43.2.3.jar is missing mods.toml file
[30Jun2023 03:14:41.239] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/minecraft/multicraft/servers/server399105/libraries/net/minecraftforge/mclanguage/1.19.2-43.2.3/mclanguage-1.19.2-43.2.3.jar is missing mods.toml file
[30Jun2023 03:14:42.008] [main/ERROR] [net.minecraftforge.jarjar.selection.JarSelector/]: Failed to select jars for [ResolutionFailureInformation{failureReason=NO_MATCHING_JAR, identifier=ContainedJarIdentifier[group=com.tterrag.registrate, artifact=Registrate], sources=[SourceWithRequestedVersionRange{source=[Mod File: /home/minecraft/multicraft/servers/server399105/mods/create-1.19.2-0.5.1.b.jar], requestedVersionRange=[MC1.19-1.1.5,), includedVersion=MC1.19-1.1.5}, SourceWithRequestedVersionRange{source=[Mod File: /home/minecraft/multicraft/servers/server399105/mods/Tropicraft-9.5.0.jar], requestedVersionRange=[MC1.19.2-1.1.5,MC1.20), includedVersion=MC1.19-1.1.5}]}]
[30Jun2023 03:14:42.008] [main/ERROR] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/SCAN]: Failed to load dependencies with locator net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@4a29f290
net.minecraftforge.fml.loading.EarlyLoadingException: 1 Dependency restrictions were not met.
at net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator.exception(JarInJarDependencyLocator.java:104) ~[fmlloader-1.19.2-43.2.3.jar%2367!/:?]
at net.minecraftforge.jarjar.selection.JarSelector.detectAndSelect(JarSelector.java:59) ~[JarJarSelector-0.3.16.jar%2365!/:0.3.16]
at net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator.scanMods(JarInJarDependencyLocator.java:49) ~[fmlloader-1.19.2-43.2.3.jar%2367!/:?]
at net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:127) ~[fmlloader-1.19.2-43.2.3.jar%2367!/:?]
at net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166) ~[fmlloader-1.19.2-43.2.3.jar%2367!/:1.0]
at net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86) ~[fmlloader-1.19.2-43.2.3.jar%2367!/:1.0]
at cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112) ~[modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100) ~[modlauncher-10.0.8.jar%2354!/:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) [?:?]
at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) [?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) [?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) [?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) [?:?]
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) [?:?]
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) [?:?]
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) [?:?]
at java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) [?:?]
at cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:87) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?]
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
[30Jun2023 03:14:42.273] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [3,) wanted by CobbleBadges-forge-2.0.2+1.19.2.jar
[30Jun2023 03:14:42.273] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [3,) wanted by Cobblemon-forge-1.3.2+1.19.2.jar
[30Jun2023 03:14:42.274] [main/ERROR] [net.minecraftforge.fml.loading.LanguageLoadingProvider/LOADING]: Missing language kotlinforforge version [3,) wanted by Cobblepedia-forge-0.4.4+1.19.2.jar
[30Jun2023 03:14:42.301] [main/ERROR] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'expandability', Requested by: 'artifacts', Expected range: '[7.0.0,)', Actual version: '[MISSING]'
[30Jun2023 03:14:47.866] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[30Jun2023 03:14:47.976] [main/ERROR] [mixin/]: Mixin config vinery-common.mixins.json does not specify "minVersion" property
[30Jun2023 03:14:47.979] [main/ERROR] [mixin/]: Mixin config vinery.mixins.json does not specify "minVersion" property
[30Jun2023 03:14:48.191] [main/ERROR] [mixin/]: Mixin config emi.mixins.json does not specify "minVersion" property
[30Jun2023 03:14:48.194] [main/ERROR] [mixin/]: Mixin config emi-forge.mixins.json does not specify "minVersion" property
[30Jun2023 03:14:48.379] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [shetiphian.core.mixins.MixinConnector]
[30Jun2023 03:14:48.383] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [shetiphian.terraqueous.mixins.MixinConnector]
[30Jun2023 03:14:48.385] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
[30Jun2023 03:14:48.449] [main/WARN] [mixin/]: Reference map 'naturalist-forge-forge-refmap.json' for naturalist.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.476] [main/WARN] [mixin/]: Reference map 'candlelight-forge-refmap.json' for candlelight.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.489] [main/WARN] [mixin/]: Reference map 'eureka-1192-forge-refmap.json' for vs_eureka.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.589] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix: 60 options available, 1 override(s) found
[30Jun2023 03:14:48.590] [main/INFO] [ModernFix/]: Applying Nashorn fix
[30Jun2023 03:14:48.641] [main/WARN] [mixin/]: Reference map 'vinery-forge-refmap.json' for vinery.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.656] [main/WARN] [mixin/]: Reference map 'beachparty-forge-refmap.json' for beachparty.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.670] [main/WARN] [mixin/]: Reference map 'spelunkery-forge-refmap.json' for spelunkery.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.749] [main/WARN] [mixin/]: Reference map 'mysticaloaktree-common-refmap.json' for mysticaloaktree-common.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.752] [main/WARN] [mixin/]: Reference map 'mysticaloaktree-forge-refmap.json' for mysticaloaktree.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.768] [main/WARN] [mixin/]: Reference map 'suppsquared-common-refmap.json' for suppsquared-common.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.772] [main/WARN] [mixin/]: Reference map 'suppsquared-forge-refmap.json' for suppsquared.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.817] [main/WARN] [mixin/]: Reference map 'meadow-forge-refmap.json' for meadow.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.825] [main/WARN] [mixin/]: Reference map 'abundant_atmosphere.refmap.json' for abundant_atmosphere.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.849] [main/WARN] [mixin/]: Reference map 'polylib-forge-refmap.json' for polylib-forge.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.913] [main/WARN] [mixin/]: Reference map 'idas.refmap.json' for idas.mixins.json could not be read. If this is a development environment you can ignore this message
[30Jun2023 03:14:48.928] [main/WARN] [mixin/]: Reference map 'emi-forge-refmap.json' for emi-forge.mixins.json could not be read. If this is a development environment you can ignore this message