Jump to content

Modded Server Keeps Crashing But Launching On Launcher is Fine


Recommended Posts

RUNNING BOTH ON FORGE 1.18.2 40.1.84

 

No Crash Report on console it says:
 

17.10 02:51:12 [Multicraft] Received start command
17.10 02:51:12 [Multicraft] Loading server properties
17.10 02:51:12 [Multicraft] Starting server!
17.10 02:51:12 [Multicraft] Loaded config for "AUTO UPDATING: Forge 1.18.2 - 40.1.84 (Latest)"
17.10 02:51:15 [Multicraft] JAR file not found, copying from global JAR directory
17.10 02:51:15 [Multicraft] Failed to copy jarfile from global JAR directory
17.10 02:51:15 [Multicraft] Setting template to "Forge_Latest_1.18.2" from config file
17.10 02:51:15 [Multicraft] Setting template options to "always" from config file
17.10 02:51:15 [Multicraft] Running setup...
17.10 02:51:19 [Multicraft] Done, returned Ok
17.10 02:51:19 [Multicraft] Setting server binary to "Forge_Latest_1.18.2"
17.10 02:51:19 [Multicraft] Setup done, restarting
17.10 02:51:19 [Multicraft] Server stopped
17.10 02:51:22 [Multicraft] Loading server properties
17.10 02:51:22 [Multicraft] Starting server!
17.10 02:51:22 [Multicraft] Loaded config for "AUTO UPDATING: Forge 1.18.2 - 40.1.84 (Latest)"
17.10 02:51:25 [Multicraft] JAR file not found, copying from global JAR directory
17.10 02:51:25 [Multicraft] Failed to copy jarfile from global JAR directory
17.10 02:51:25 [Multicraft] Updating eula.txt file
17.10 02:51:28 [Server] INFO 2022-10-17 02:51:28,121 main WARN Advanced terminal features are not available in this environment
17.10 02:51:28 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 40.1.84, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914, nogui]
17.10 02:51:28 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.2 by Oracle Corporation
17.10 02:51:28 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER
17.10 02:51:29 [Server] INFO Exception in thread "main" java.io.UncheckedIOException: java.util.zip.ZipException: zip END header not found
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:59)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
17.10 02:51:29 [Server] INFO at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.niofs.union.UnionFileSystem.<init>(UnionFileSystem.java:52)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystemInternal(UnionFileSystemProvider.java:115)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystem(UnionFileSystemProvider.java:105)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:75)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:58)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator.createMod(AbstractModLocator.java:35)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator.lambda$scanMods$0(AbstractJarFileModLocator.java:23)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
17.10 02:51:29 [Server] INFO at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModLocator.scanMods(AbstractJarFileModLocator.java:26)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer.discoverMods(ModDiscoverer.java:59)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.FMLLoader.beginModScan(FMLLoader.java:166)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/fmlloader@1.18.2-40.1.84/net.minecraftforge.fml.loading.FMLServiceProvider.beginScanning(FMLServiceProvider.java:86)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.TransformationServiceDecorator.runScan(TransformationServiceDecorator.java:112)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.TransformationServicesHandler.lambda$runScanningTransformationServices$8(TransformationServicesHandler.java:100)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
17.10 02:51:29 [Server] INFO at java.base/java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1779)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
17.10 02:51:29 [Server] INFO at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.TransformationServicesHandler.runScanningTransformationServices(TransformationServicesHandler.java:102)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:55)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.run(Launcher.java:87)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
17.10 02:51:29 [Server] INFO at MC-BOOTSTRAP/cpw.mods.modlauncher@9.1.3/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
17.10 02:51:29 [Server] INFO at cpw.mods.bootstraplauncher@1.0.0/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
17.10 02:51:29 [Server] INFO Caused by: java.util.zip.ZipException: zip END header not found
17.10 02:51:29 [Server] INFO at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1320)
17.10 02:51:29 [Server] INFO at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1534)
17.10 02:51:29 [Server] INFO at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.<init>(ZipFileSystem.java:179)
17.10 02:51:29 [Server] INFO at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(ZipFileSystemProvider.java:125)
17.10 02:51:29 [Server] INFO at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:120)
17.10 02:51:29 [Server] INFO at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:528)
17.10 02:51:29 [Server] INFO at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:475)
17.10 02:51:29 [Server] INFO at cpw.mods.securejarhandler@1.0.3/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:57)
17.10 02:51:29 [Server] INFO ... 46 more
17.10 02:51:30 [Multicraft] Server shut down (starting)
17.10 02:51:30 [Multicraft] Restarting crashed server in 10 seconds
17.10 02:51:30 [Multicraft] Looks like a crash, check the server console. Return value: 1
17.10 02:51:30 [Multicraft] Server stopped
17.10 02:51:30 [Multicraft] Received stop command
17.10 02:51:30 [Multicraft] Server stopped

Modlist:

3dskinlayers-forge-1.5.2-mc1.18.2.jar

AdHooks-1.18.2-8.0.0.0-build.0342.jar

AdditionalBanners-Forge-1.18.2-7.0.6.jar

Alex's Mobs Music Mod.jar

AttributeFix-Forge-1.18.2-14.0.2.jar

AutoRegLib-1.7-53.jar

BetterAdvancements-1.18.2-0.2.1.132.jar

BetterCompatibilityChecker-1.1.15-build.29+mc1.18.2.jar

Bookshelf-Forge-1.18.2-13.2.50.jar

Botania-1.18.2-435.jar

Buddycards-1.18.2-3.2.1.jar

BuddycardsExpansions-1.18.1-1.1.4.jar

ChiselsBits-forge-1.18.2-1.2.114-universal.jar

Clumps-forge-1.18.2-8.0.0+15.jar

CosmeticArmorReworked-1.18.2-v2a.jar

CraftTweaker-forge-1.18.2-9.1.196.jar

Cyclic-1.18.2-1.7.9.jar

Delightful-1.18.2-2.6.jar

DungeonsArise-1.18.2-2.1.50d-beta.jar

EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar

Extra-Keybinds-1.18-1.1.jar

FarmersDelight-1.18.2-1.2.0.jar

FastLeafDecay-28.jar

ForgeEndertech-1.18.2-9.0.5.0-build.1061.jar

Gem Crabs undergarden v.1.0.1.jar

GemCrabs Gobber v.1.0.2.jar

GemCrabs v.1.0.8.jar

Gobber2-Forge-1.18.2-2.6.37.jar

Gobber_Delight_1.0.3_Forge_1.18.2.jar

JEITweaker-1.18.2-3.0.0.9.jar

JourneymapServer_Bukkit_MC-1.16.jar

JustEnoughResources-1.18.2-0.14.1.171.jar

MEGACells-1.4.2-1.18.2.jar

Mantle-1.18.2-1.9.27.jar

Mine-Pop! 1.5.1-1.18.2 (FORGE).jar

MinecraftCapes Forge 1.18.2-12.0.2.jar

MoGuns-1.8-1.18.2.jar

MouseTweaks-forge-mc1.18-2.21.jar

Nameless Trinkets-1.18.2-1.6.6.jar

Natural Decoration v.1.0.9.jar

NaturesCompass-1.18.2-1.9.7-forge.jar

NethersDelight-1.18.2-2.2.0.jar

Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4.6.jar

Origins-1.18.2-1.4.1.4-unified.jar

Patchouli-1.18.2-71.1.jar

Pehkui-3.5.0+1.18.2-forge.jar

ProjectE-1.18.2-PE1.0.1.jar

Quark-3.2-358.jar

Shoppy-1.18.2-FORGE-1.0.4-all.jar

Shrines-1.18.2-4.1.0.jar

SoMSecondSemester1.18.2-3.1.3.jar

Strawgolem-forge-1.18.2-2.0.0b2.jar

Structory-1.18.2-1.0.2.jar

TCIntegrations-1.18.2-2.0.14.2.jar

TConstruct-1.18.2-3.5.2.40.jar

TaxOceanVillager+1.18.2+Modi+1.0.0.jar

TerraBlender-forge-1.18.2-1.2.0.126.jar

The_Undergarden-1.18.2-0.7.1.jar

Tinkers Reforged 1.18.2-1.1.3.jar

Towns-and-Towers-1.18.2-1.6.0.jar

Undergarden Paths 1.18.2-0.1.1.jar

Unusual_End_1.18.2_1.2.1_RELEASE.jar

WorldEditItems-v1.1.0-Forge-1.18.2.jar

YungsApi-1.18.2-Forge-2.0.8.jar

YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar

YungsBetterDungeons-1.18.2-Forge-2.1.0.jar

YungsBetterMineshafts-1.18.2-Forge-2.2.jar

YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar

YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar

YungsBridges-1.18.2-Forge-2.1.0.jar

YungsExtras-1.18.2-Forge-2.1.0.jar

[1.18.2] SecurityCraft v1.9.3.1.jar

[1.18.x]-Epic-Knights-Armor-and-Weapons-6.6v.jar

additional-guns-0.7.2-1.18.2.jar

additionaladditions-4.0.5.jar

additionallanterns-1.0.1-mc1.18.jar

alcocraft-1.0.0.jar

alexsdelight-1.18.2-1.3.3.jar

alexsmobs-1.18.6.jar

appleskin-forge-mc1.18.2-2.4.1.jar

Appliedenergistics2-forge-11.6.1-beta.jar

architectury-4.9.84-forge.jar

awesomedungeon-forge-1.18.2-3.0.0.jar

awesomedungeonend-forge-1.18.2-3.0.0.jar

awesomedungeonnether-forge-1.18.2-3.0.0.jar

awesomedungeonocean-forge-1.18.2-3.0.1.ja

balm-3.2.0+0.jar

bettervillage-forge-1.18.2-2.0.0.jar

blockui-1.18.2-0.0.62-ALPHA.jar

brutalbosses-1.18.2-5.6.jar

bucolicorigins-3.5[FORGE].jar

caelus-forge-1.18.1-3.0.0.2.jar

carryon-1.18.2-1.17.0.8.jar

catalogue-1.6.2-1.18.2.jar

cfm-7.0.0-pre29-1.18.2.jar

cgm-1.2.7-1.18.2.jar

citadel-1.11.3-1.18.2.jar

climbladdersfast-2.2.2-1.18-forge.jar

cloth-config-6.4.90-forge.jar

cofh_core-1.18.2-9.0.0.24.jar

collective-1.18.2-5.8.jar

comforts-forge-1.18.2-5.0.0.5.jar

create-1.18.2-0.5.0.e.jar

creeperoverhaul-1.18.2-1.3.0-forge.jar

curios-forge-1.18.2-5.0.7.1.jar

curiouselytra-forge-1.18.1-5.0.1.0.jar

customizableelytra-1.18.2-1.6.5.jar

domum_ornamentum-1.18.2-1.0.50-ALPHA-universal.jar

dungeons_enhanced-1.18.2-3.2.1.jar

dungeons_plus-1.18.2-1.2.0.jar

elevatorid-1.18.2-1.8.4.jar181.32

extra-utilities-reborn-1.7.4-release.jar

extragolems-18.2.3.jar

feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.jar

findme-3.0.6-forge.jar

flywheel-forge-1.18.2-0.6.5.jar

framework-0.2.4-1.18.2.jar

friendsandfoes-forge-mc1.18.2-1.4.5.jar

ftb-library-forge-1802.3.6-build.140.jar

ftb-quests-forge-1802.3.8-build.101.jar

ftb-teams-forge-1802.2.6-build.69.jar

geckolib-forge-1.18-3.0.45.jar

goblintraders-1.8.0-1.18.2.jar

guardvillagers-1.18.2.1.4.3.jar

idas_forge-1.4.7+1.18.2.jar

ironchest-1.18.2-13.2.11.jar

ironfurnaces-1.18.2-3.3.2.jar

item-filters-forge-1802.2.8-build.40.jar

jei-1.18.2-9.7.1.255.jar

jeiintegration_1.18.2-9.0.0.37.jar

jmi-1.18.2-0.9-49.jar

journeymap-1.18.2-5.8.5-forge.jar

libraryferret-forge-1.18.2-3.0.0.jar

macawsbridgesbyg-1.18.2-1.1.jar

macawsroofsbyg-1.18.2-1.2.jar

mcw-bridges-2.0.5-mc1.18.2forge.jar

Mcw-doors-1.0.7-mc1.18.2.jar

mcw-fences-1.0.6-mc1.18.2.jar 

mcw-paintings-1.0.4-mc1.18.2.jar

mcw-paths-1.0.1-mc1.18.2.jar

mcw-roofs-2.2.1-mc1.18.2-forge.jar

mcw-trapdoors-1.0.7-mc1.18.2.jar 

mcw-windows-2.0.3-mc1.18.2.jar

mcwfencesbyg-1.18.2-1.3.jar

medieval-origins-1.18.x-4.0.3.jar

minecolonies-1.18.2-1.0.966-RELEASE.jar

mob_grinding_utils-1.18.2-0.4.46.jar

moreminecarts-1.4.6.jar

morevillagers-forge-1.18.2-3.3.2.jar

mowziesmobs-1.5.30.jar

multi-piston-1.18.2-1.2.15-ALPHA.jar

nether-s-cruelty-1.18.2-1.0.2-AFTER.jar

nether-s-exoticism-1.18.2-1.2.0.jar

netherportalfix-forge-1.18-9.0.0.jar

omgourd-1.18.2-3.0.0.7.jar

origins-accessbilities-1.18.2-1.0.2.jar

origins-classes-forge-1.1.6.jar

origins-plus-plus-1.5.3.jar

prefab-1.8.2.3.jar

Ravenbrewscore-1.0.0-1.18.2-40.1.0.jar

ravencoffee-0.4.1-1.18.2-40.1.0.jar

rechiseled-1.0.10a-mc1.18.jar

secretrooms-1.18.2-1.1.5.jar

selene-1.18.2-1.17.9.jar

smallernetherportals_1.18.2-1.9.jar

spoornarmorattributes-1.0.6-1.18-forge.jar

spoornweaponattributes-3.4.9-1.18-forge.jar

structure_gel-1.18.2-2.4.7.jar

structurize-1.18.2-1.0.424-ALPHA.jar

supermartijn642configlib-1.1.6-forge-mc1.18.jar

supermartijn642corelib-1.0.19-forge-mc1.18.jar

supplementaries-1.18.2-1.5.10.jar

torchmaster-18.1.0.jar

twilightforest-1.18.2-4.1.1423-universal.jar

u_team_core-1.18.2-4.0.1.230.jar

upgradedcore-1.18.2-3.2.0.0-release.jar

upgradednetherite-1.18.2-4.2.0.6-release.jar

upgradednetherite_items-1.18.2-3.2.0.0-release.jar

useful_backpacks-1.18.2-1.12.2.94.jar

villagernames_1.18.2-4.1.jar

villagertools-1.18-1.0.2.jar

villagespawnpoint_1.18.2-2.6.jar

Walljump-forge-1.18.1-1.3.7.jar

waystones-forge-1.18.2-10.1.0.jar

Worldedit-mod-7.2.10.jar

xl-packets-renewed-1.3.1.jar

Edited by Ultimate _killer
Forgot Info
Link to comment
Share on other sites

Looks like a Multicraft issue. It says it is not able to copy a jar file for some reason.

Forge then complains the jar is corrupt/incomplete.

Neither Multicraft or Forge says which jar is the problem.

Quote

17.10 02:51:22 [Multicraft] Loaded config for "AUTO UPDATING: Forge 1.18.2 - 40.1.84 (Latest)"
17.10 02:51:25 [Multicraft] JAR file not found, copying from global JAR directory
17.10 02:51:25 [Multicraft] Failed to copy jarfile from global JAR directory

Quote

17.10 02:51:29 [Server] INFO Exception in thread "main" java.io.UncheckedIOException: java.util.zip.ZipException: zip END header not found

I suggest you contact Mutlicraft to ask how to fix it.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • this is my crash report i get when i try to run my server help would be amazing really dont wanna have to start again     ---- Minecraft Crash Report ---- // Who set us up the TNT? Time: 2023-12-10 19:19:35 Description: Exception in server tick loop net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file jei-server.toml of type SERVER for modid jei     at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.20.1-47.2.17.jar%23168!/:?] {}     at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.2.17.jar%23168!/:?] {}     at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.17.jar%23168!/:?] {}     at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}     at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}     at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.2.17.jar%23168!/:?] {}     at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.2.17-universal.jar%23172!/:?] {re:classloading}     at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServer.java:162) ~[server-1.20.1-20230612.114412-srg.jar%23167!/:?] {re:classloading,pl:accesstransformer:B}     at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[server-1.20.1-20230612.114412-srg.jar%23167!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A}     at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23167!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A}     at java.lang.Thread.run(Thread.java:842) ~[?:?] {} Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available     at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2359!/:?] {}     at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2359!/:?] {}     at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2359!/:?] {}     at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2359!/:?] {}     at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2359!/:?] {}     at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2358!/:?] {}     at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2358!/:?] {}     at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.2.17.jar%23168!/:?] {}     ... 10 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details:     Minecraft Version: 1.20.1     Minecraft Version ID: 1.20.1     Operating System: Windows 11 (amd64) version 10.0     Java Version: 17.0.9, Oracle Corporation     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation     Memory: 711865472 bytes (678 MiB) / 2136997888 bytes (2038 MiB) up to 4271898624 bytes (4074 MiB)     CPUs: 16     Processor Vendor: AuthenticAMD     Processor Name: AMD Ryzen 7 5800X 8-Core Processor                  Identifier: AuthenticAMD Family 25 Model 33 Stepping 0     Microarchitecture: Zen 3     Frequency (GHz): 3.80     Number of physical packages: 1     Number of physical CPUs: 8     Number of logical CPUs: 16     Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 4095.00     Graphics card #0 deviceId: 0x2414     Graphics card #0 versionInfo: DriverVersion=31.0.15.4629     Memory slot #0 capacity (MB): 8192.00     Memory slot #0 clockSpeed (GHz): 3.60     Memory slot #0 type: DDR4     Memory slot #1 capacity (MB): 8192.00     Memory slot #1 clockSpeed (GHz): 3.60     Memory slot #1 type: DDR4     Virtual memory max (MB): 19238.84     Virtual memory used (MB): 10746.77     Swap memory total (MB): 2944.00     Swap memory used (MB): 0.00     JVM Flags: 0 total;      Server Running: true     Player Count: 0 / 20; []     Data Packs: vanilla, mod:terrablender (incompatible), mod:mousetweaks, mod:supermartijn642configlib (incompatible), mod:geckolib, mod:excavar, mod:ae2 (incompatible), mod:supermartijn642corelib (incompatible), mod:wthit (incompatible), mod:curios (incompatible), mod:mekanism, mod:patchouli (incompatible), mod:xaerominimap, mod:travelersbackpack, mod:badpackets (incompatible), mod:betterthirdperson, mod:mixinextras (incompatible), mod:uteamcore, mod:mekanismtools, mod:architectury (incompatible), mod:globalxp, mod:mekanismgenerators, mod:beyond_earth (incompatible), mod:ars_nouveau (incompatible), mod:fallingtree (incompatible), mod:extradisks, mod:cloth_config (incompatible), mod:sound_physics_remastered, mod:forge, mod:commonality, mod:apexcore, mod:refinedstorage, mod:refinedstorageaddons, mod:durabilitytooltip (incompatible), mod:corpse, mod:nyfsspiders (incompatible), mod:jei     Enabled Feature Flags: minecraft:vanilla     World Generation: Stable     Is Modded: Definitely; Server brand changed to 'forge'     Type: Dedicated Server (map_server.txt)     ModLauncher: 10.0.9+10.0.9+main.dcd20f30     ModLauncher launch target: forgeserver     ModLauncher naming: srg     ModLauncher services:          mixin-0.8.5.jar mixin PLUGINSERVICE          eventbus-6.0.5.jar eventbus PLUGINSERVICE          fmlloader-1.20.1-47.2.17.jar slf4jfixer PLUGINSERVICE          fmlloader-1.20.1-47.2.17.jar object_holder_definalize PLUGINSERVICE          fmlloader-1.20.1-47.2.17.jar runtime_enum_extender PLUGINSERVICE          fmlloader-1.20.1-47.2.17.jar capability_token_subclass PLUGINSERVICE          accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE          fmlloader-1.20.1-47.2.17.jar runtimedistcleaner PLUGINSERVICE          modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE          modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          minecraft@1.0         lowcodefml@null         javafml@null     Mod List:          server-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |DONE      |Manifest: NOSIGNATURE         TerraBlender-forge-1.20.1-3.0.0.169.jar           |TerraBlender                  |terrablender                  |3.0.0.169           |DONE      |Manifest: NOSIGNATURE         MouseTweaks-forge-mc1.20-2.25.jar                 |Mouse Tweaks                  |mousetweaks                   |2.25                |DONE      |Manifest: NOSIGNATURE         supermartijn642configlib-1.1.8-forge-mc1.20.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE         geckolib-forge-1.20.1-4.2.4.jar                   |GeckoLib 4                    |geckolib                      |4.2.4               |DONE      |Manifest: NOSIGNATURE         Excavar-1.20.1-3.1.0.jar                          |Excavar                       |excavar                       |1.20.1-3.1.0        |DONE      |Manifest: NOSIGNATURE         jei-1.20.1-forge-15.2.0.27.jar                    |Just Enough Items             |jei                           |15.2.0.27           |DONE      |Manifest: NOSIGNATURE         appliedenergistics2-forge-15.0.15.jar             |Applied Energistics 2         |ae2                           |15.0.15             |DONE      |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.15-forge-mc1.20.jar    |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.15              |DONE      |Manifest: NOSIGNATURE         wthit-forge-8.4.3.jar                             |wthit                         |wthit                         |8.4.3               |DONE      |Manifest: NOSIGNATURE         curios-forge-5.4.5+1.20.1.jar                     |Curios API                    |curios                        |5.4.5+1.20.1        |DONE      |Manifest: NOSIGNATURE         Mekanism-1.20.1-10.4.5.19.jar                     |Mekanism                      |mekanism                      |10.4.5              |DONE      |Manifest: NOSIGNATURE         Patchouli-1.20.1-83-FORGE.jar                     |Patchouli                     |patchouli                     |1.20.1-83-FORGE     |DONE      |Manifest: NOSIGNATURE         Xaeros_Minimap_23.9.1_Forge_1.20.jar              |Xaero's Minimap               |xaerominimap                  |23.9.1              |DONE      |Manifest: NOSIGNATURE         TravelersBackpack-1.20.1-9.1.11.jar               |Traveler's Backpack           |travelersbackpack             |9.1.11              |DONE      |Manifest: NOSIGNATURE         badpackets-forge-0.4.3.jar                        |Bad Packets                   |badpackets                    |0.4.3               |DONE      |Manifest: NOSIGNATURE         BetterThirdPerson-Forge-1.20-1.9.0.jar            |Better Third Person           |betterthirdperson             |1.9.0               |DONE      |Manifest: NOSIGNATURE         mixinextras-forge-0.2.0-beta.8.jar                |MixinExtras                   |mixinextras                   |0.2.0-beta.8        |DONE      |Manifest: NOSIGNATURE         u_team_core-forge-1.20.1-5.1.4.269.jar            |U Team Core                   |uteamcore                     |5.1.4.269           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0         MekanismTools-1.20.1-10.4.5.19.jar                |Mekanism: Tools               |mekanismtools                 |10.4.5              |DONE      |Manifest: NOSIGNATURE         architectury-9.1.12-forge.jar                     |Architectury                  |architectury                  |9.1.12              |DONE      |Manifest: NOSIGNATURE         globalxp-1.20-1.10.3.jar                          |Global XP                     |globalxp                      |1.10.3              |DONE      |Manifest: NOSIGNATURE         MekanismGenerators-1.20.1-10.4.5.19.jar           |Mekanism: Generators          |mekanismgenerators            |10.4.5              |DONE      |Manifest: NOSIGNATURE         Beyond-Earth-1.20.1-7.0-SNAPSHOT.jar              |Beyond Earth                  |beyond_earth                  |7.0-SNAPSHOT        |DONE      |Manifest: NOSIGNATURE         ars_nouveau-1.20.1-4.7.4-all.jar                  |Ars Nouveau                   |ars_nouveau                   |4.7.4               |DONE      |Manifest: NOSIGNATURE         FallingTree-1.20.1-4.3.2.jar                      |FallingTree                   |fallingtree                   |4.3.2               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29         ExtraDisks-1.20.1-3.0.1.jar                       |Extra Disks                   |extradisks                    |1.20.1-3.0.1        |DONE      |Manifest: NOSIGNATURE         cloth-config-11.1.106-forge.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |DONE      |Manifest: NOSIGNATURE         soundphysics-forge-1.20.1-1.1.1.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.20.1-1.1.1        |DONE      |Manifest: NOSIGNATURE         forge-1.20.1-47.2.17-universal.jar                |Forge                         |forge                         |47.2.17             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         commonality-1.20.1-7.0.0.jar                      |Commonality                   |commonality                   |7.0.0               |DONE      |Manifest: NOSIGNATURE         apexcore-1.20.1-10.0.0.jar                        |ApexCore                      |apexcore                      |10.0.0              |DONE      |Manifest: NOSIGNATURE         refinedstorage-1.12.4.jar                         |Refined Storage               |refinedstorage                |1.12.4              |DONE      |Manifest: NOSIGNATURE         refinedstorageaddons-0.10.0.jar                   |Refined Storage Addons        |refinedstorageaddons          |0.10.0              |DONE      |Manifest: NOSIGNATURE         durabilitytooltip-1.1.5-forge-mc1.20.jar          |Durability Tooltip            |durabilitytooltip             |1.1.5               |DONE      |Manifest: NOSIGNATURE         corpse-1.20.1-1.0.9.jar                           |Corpse                        |corpse                        |1.20.1-1.0.9        |DONE      |Manifest: NOSIGNATURE         nyfsspiders-forge-1.20.1-2.1.1.jar                |Nyf's Spiders                 |nyfsspiders                   |2.1.1               |DONE      |Manifest: NOSIGNATURE     Crash Report UUID: 8651d130-7ff8-4155-aaae-797986a5116d     FML: 47.2     Forge: net.minecraftforge:47.2.17
    • Maybe try with removing the mod "create goggles". In the log it looks like there is an issue with this mod too!
    • If music flows in your veins, makes you change, reveal yourself in kaleidoscope of emotions, then our website for downloading electronic music will help you always have around good compositions and cheerful mood. Great choice of different genres will cheer the heart of any music lover. muzhousebeat.com
    • Firstly, Java 17 is not required for Forge in Minecraft version 1.12.2, instead it can be deadly to run a 1.12.2 server with Java 17, use Java 8!! Use the correct Java 8 path for the server and you should be good to go! For my use, I am using Eclipse Temurin Java, which you can download relatively easy! Here you have my start arguments when starting Forge server 1.12.2! "C:\Program Files\Eclipse Adoptium\jre-8.0.392.8-hotspot\bin\javaw.exe" -Xmx4G -Xms4G -jar forge-1.12.2-14.23.5.2860.jar pause As I am using Java JRE not Java JDK, please use the version that is best for you! With best regards  nicky.gg
  • Topics

×
×
  • Create New...

Important Information

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