Jump to content

katman509

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by katman509

  1. OMG Thanks! I couldn't check have a great day! -Katman509
  2. I meant to type in Katman509 at the end
  3. Hello, I had an error while loading my server with the create mod, I have tried: Removing the mod, Reinstalling forge Finding another mod Here is the error: 2022-12-13 16:58:22,874 main WARN Advanced terminal features are not available in this environment [16:58:22] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 44.0.18, --fml.mcVersion, 1.19.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20221207.122022] [16:58:22] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.5 by Azul Systems, Inc.; OS Windows 11 arch amd64 version 10.0 [16:58:23] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Yeyian%20PC/Desktop/IDK%20I%20WANT%20SERVER/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2364!/ Service=ModLauncher Env=SERVER [16:58:23] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Yeyian PC\Desktop\IDK I WANT SERVER\libraries\net\minecraftforge\fmlcore\1.19.3-44.0.18\fmlcore-1.19.3-44.0.18.jar is missing mods.toml file [16:58:23] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Yeyian PC\Desktop\IDK I WANT SERVER\libraries\net\minecraftforge\javafmllanguage\1.19.3-44.0.18\javafmllanguage-1.19.3-44.0.18.jar is missing mods.toml file [16:58:23] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Yeyian PC\Desktop\IDK I WANT SERVER\libraries\net\minecraftforge\lowcodelanguage\1.19.3-44.0.18\lowcodelanguage-1.19.3-44.0.18.jar is missing mods.toml file [16:58:23] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\Yeyian PC\Desktop\IDK I WANT SERVER\libraries\net\minecraftforge\mclanguage\1.19.3-44.0.18\mclanguage-1.19.3-44.0.18.jar is missing mods.toml file [16:58:23] [main/ERROR] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Failed to load mod file META-INF\jarjar\Registrate-MC1.19-1.1.5.jar from create-1.19.2-0.5.0.f (1).jar Exception in thread "main" net.minecraftforge.forgespi.locating.ModFileLoadingException: Failed to load mod file create-1.19.2-0.5.0.f (1).jar at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator.loadModFileFrom(JarInJarDependencyLocator.java:89) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.jarjar.selection.JarSelector.recursivelyDetectContainedJars(JarSelector.java:144) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.jarjar.selection.JarSelector.detect(JarSelector.java:122) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.jarjar.selection.JarSelector.detectAndSelect(JarSelector.java:33) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator.scanMods(JarInJarDependencyLocator.java:49) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:127) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622) at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:87) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.IllegalArgumentException: Out of range 1 to 1 for length 1 at [email protected]/net.minecraftforge.jarjar.nio.pathfs.PathPath.subpath(PathPath.java:97) at [email protected]/net.minecraftforge.jarjar.nio.pathfs.PathPath.relativize(PathPath.java:186) at [email protected]/net.minecraftforge.jarjar.nio.pathfs.PathFileSystem.getOuterTarget(PathFileSystem.java:152) at [email protected]/net.minecraftforge.jarjar.nio.pathfs.PathFileSystem.checkAccess(PathFileSystem.java:225) at [email protected]/net.minecraftforge.jarjar.nio.pathfs.PathFileSystemProvider.checkAccess(PathFileSystemProvider.java:180) at java.base/java.nio.file.Files.exists(Files.java:2527) at cpw.mods.securejarhandler/cpw.mods.jarhandling.impl.Jar.lambda$new$3(Jar.java:80) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) at cpw.mods.securejarhandler/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:80) at cpw.mods.securejarhandler/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:70) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider.createMod(AbstractModProvider.java:38) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator.loadModFileFrom(JarInJarDependencyLocator.java:84) ... 25 more If you could help, I will appreciate you. Thanks! -crazymadman89
×
×
  • Create New...

Important Information

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