Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Embeddium instance tainted by mods: [valkyrienskies]
- // Please do not reach out for Embeddium support without removing these mods first.
- // -------
- // Who set us up the TNT?
- Time: 2025-08-14 06:33:41
- 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.4.0.jar%23279!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.20.1-47.4.0.jar%23279!/:?] {}
- at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.20.1-47.4.0.jar%23279!/:?] {}
- 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.4.0.jar%23279!/:?] {}
- at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:96) ~[forge-1.20.1-47.4.0-universal.jar%23283!/:?] {re:classloading}
- at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23278!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope_IntegratedServer,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_IntegratedServerManager,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:APP:valkyrienskies-common.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:craftedcore.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}
- at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23278!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin,pl:mixin:APP:valkyrienskies-common.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:craftedcore.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}
- at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}
- 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%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2394!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2393!/:?] {}
- at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2393!/:?] {}
- at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.20.1-47.4.0.jar%23279!/:?] {}
- ... 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.15, Microsoft
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
- Memory: 1161355304 bytes (1107 MiB) / 2487222272 bytes (2372 MiB) up to 4294967296 bytes (4096 MiB)
- CPUs: 16
- Processor Vendor: AuthenticAMD
- Processor Name: AMD Ryzen 7 5700X 8-Core Processor
- Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
- Microarchitecture: Zen 3
- Frequency (GHz): 3.39
- Number of physical packages: 1
- Number of physical CPUs: 8
- Number of logical CPUs: 16
- Graphics card #0 name: NVIDIA GeForce GTX 1080
- Graphics card #0 vendor: NVIDIA (0x10de)
- Graphics card #0 VRAM (MB): 4095.00
- Graphics card #0 deviceId: 0x1b80
- Graphics card #0 versionInfo: DriverVersion=32.0.15.7680
- Memory slot #0 capacity (MB): 16384.00
- Memory slot #0 clockSpeed (GHz): 3.20
- Memory slot #0 type: DDR4
- Memory slot #1 capacity (MB): 16384.00
- Memory slot #1 clockSpeed (GHz): 3.20
- Memory slot #1 type: DDR4
- Virtual memory max (MB): 41354.25
- Virtual memory used (MB): 17423.68
- Swap memory total (MB): 8704.00
- Swap memory used (MB): 0.00
- JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
- Server Running: true
- Player Count: 0 / 8; []
- Data Packs: vanilla, mod:mowziesmobs, mod:kuma_api, mod:createbigcannons (incompatible), mod:geckolib, mod:jei, mod:attributefix (incompatible), mod:trender, mod:sophisticatedcore (incompatible), mod:waystones, mod:oooh_pinky (incompatible), mod:ritchiesprojectilelib (incompatible), mod:xaeroworldmap (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:mixinextras (incompatible), mod:glitchcore (incompatible), mod:sereneseasons, mod:sophisticatedbackpacks (incompatible), mod:apotheosis (incompatible), mod:guideme (incompatible), mod:bygonenether (incompatible), mod:balm, mod:jeresources, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:forge, mod:embeddium, mod:ironchest, mod:pearto, mod:w2w2 (incompatible), mod:industrialforegoing (incompatible), mod:farmersdelight, mod:ends_delight, mod:titanium (incompatible), mod:jade (incompatible), mod:ae2 (incompatible), mod:itemproductionlib (incompatible), mod:nethersdelight, mod:industrialforegoingsouls (incompatible), mod:skilltree, mod:kotlinforforge (incompatible), mod:curios (incompatible), mod:mekanism, mod:mekanismgenerators, mod:flywheel, mod:create, mod:patchouli (incompatible), mod:xaerominimap (incompatible), mod:attributeslib (incompatible), mod:entityculling, mod:mcwfurnitures, mod:transition, mod:framework, mod:valkyrienskies (incompatible), mod:vs_eureka (incompatible), mod:craftedcore (incompatible), mod:walkers (incompatible), mod:remorphed (incompatible), mod:sliceanddice (incompatible), mod:createaddition (incompatible), mod:essential (incompatible)
- Enabled Feature Flags: minecraft:vanilla
- World Generation: Stable
- Type: Integrated Server (map_client.txt)
- Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
- Launched Version: forge-47.4.0
- ModLauncher: 10.0.9+10.0.9+main.dcd20f30
- ModLauncher launch target: forgeclient
- ModLauncher naming: srg
- ModLauncher services:
- mixin-0.8.5.jar mixin PLUGINSERVICE
- eventbus-6.0.5.jar eventbus PLUGINSERVICE
- fmlloader-1.20.1-47.4.0.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.20.1-47.4.0.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.20.1-47.4.0.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.20.1-47.4.0.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.20.1-47.4.0.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar essential-loader TRANSFORMATIONSERVICE
- modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
- FML Language Providers:
- javafml@null
- lowcodefml@null
- Mod List:
- mowziesmobs-1.7.3.jar |Mowzie's Mobs |mowziesmobs |1.7.3 |DONE |Manifest: NOSIGNATURE
- kuma-api-forge-20.1.10+1.20.1.jar |KumaAPI |kuma_api |20.1.10 |DONE |Manifest: NOSIGNATURE
- createbigcannons-5.8.1-mc.1.20.1-forge.jar |Create Big Cannons |createbigcannons |5.8.1 |DONE |Manifest: NOSIGNATURE
- geckolib-forge-1.20.1-4.7.2.jar |GeckoLib 4 |geckolib |4.7.2 |DONE |Manifest: NOSIGNATURE
- jei-1.20.1-forge-15.20.0.112.jar |Just Enough Items |jei |15.20.0.112 |DONE |Manifest: NOSIGNATURE
- AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
- TRender-1.0.5-1.20.1-forge-SNAPSHOT.jar |TRender |trender |1.0.5 |DONE |Manifest: NOSIGNATURE
- sophisticatedcore-1.20.1-1.2.73.1028.jar |Sophisticated Core |sophisticatedcore |1.2.73.1028 |DONE |Manifest: NOSIGNATURE
- waystones-forge-1.20.1-14.1.13.jar |Waystones |waystones |14.1.13 |DONE |Manifest: NOSIGNATURE
- oooh_pinky-forge-1.20.1-2.0.jar |Oooh, Pinky! |oooh_pinky |1.20.1-2.0 |DONE |Manifest: NOSIGNATURE
- ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar |Ritchie's Projectile Library |ritchiesprojectilelib |2.1.0 |DONE |Manifest: NOSIGNATURE
- XaerosWorldMap_1.39.9_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.39.9 |DONE |Manifest: NOSIGNATURE
- Placebo-1.20.1-8.6.3.jar |Placebo |placebo |8.6.3 |DONE |Manifest: NOSIGNATURE
- citadel-2.6.2-1.20.1.jar |Citadel |citadel |2.6.2 |DONE |Manifest: NOSIGNATURE
- alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |DONE |Manifest: NOSIGNATURE
- mixinextras-forge-0.4.1.jar |MixinExtras |mixinextras |0.4.1 |DONE |Manifest: NOSIGNATURE
- GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |0.0.1.1 |DONE |Manifest: NOSIGNATURE
- SereneSeasons-forge-1.20.1-9.1.0.2.jar |Serene Seasons |sereneseasons |9.1.0.2 |DONE |Manifest: NOSIGNATURE
- sophisticatedbackpacks-1.20.1-3.23.22.1273.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.22.1273 |DONE |Manifest: NOSIGNATURE
- Apotheosis-1.20.1-7.4.8.jar |Apotheosis |apotheosis |7.4.8 |DONE |Manifest: NOSIGNATURE
- guideme-20.1.11.jar |GuideME |guideme |20.1.11 |DONE |Manifest: NOSIGNATURE
- bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |DONE |Manifest: NOSIGNATURE
- balm-forge-1.20.1-7.3.31-all.jar |Balm |balm |7.3.31 |DONE |Manifest: NOSIGNATURE
- JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
- cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |DONE |Manifest: NOSIGNATURE
- sound-physics-remastered-forge-1.20.1-1.4.13.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.13 |DONE |Manifest: NOSIGNATURE
- forge-1.20.1-47.4.0-universal.jar |Forge |forge |47.4.0 |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
- embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |DONE |Manifest: NOSIGNATURE
- ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE
- client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
- pearto-1.1.0-forge-1.20.1.jar |Pearto |pearto |1.0.0 |DONE |Manifest: NOSIGNATURE
- xaeros_waystones_compability-1.0.jar |Xaero's Map - Waystones Compab|w2w2 |1.0 |DONE |Manifest: NOSIGNATURE
- industrial-foregoing-1.20.1-3.5.19.jar |Industrial Foregoing |industrialforegoing |3.5.19 |DONE |Manifest: NOSIGNATURE
- FarmersDelight-1.20.1-1.2.8.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.8 |DONE |Manifest: NOSIGNATURE
- ends_delight-1.20.1-2.4.jar |End's Delight |ends_delight |2.4 |DONE |Manifest: NOSIGNATURE
- titanium-1.20.1-3.8.32.jar |Titanium |titanium |3.8.32 |DONE |Manifest: NOSIGNATURE
- Jade-1.20.1-Forge-11.13.1.jar |Jade |jade |11.13.1+forge |DONE |Manifest: NOSIGNATURE
- appliedenergistics2-forge-15.4.5.jar |Applied Energistics 2 |ae2 |15.4.5 |DONE |Manifest: NOSIGNATURE
- ItemProductionLib-1.20.1-1.0.2a-all.jar |Item Production Lib |itemproductionlib |1.0.2a |DONE |Manifest: NOSIGNATURE
- nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |DONE |Manifest: NOSIGNATURE
- industrial-foregoing-souls-1.20.1-1.0.7.jar |Industrial Foregoing Souls |industrialforegoingsouls |1.20.1-1.0.7 |DONE |Manifest: NOSIGNATURE
- PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar |Passive Skill Tree |skilltree |0.6.14a |DONE |Manifest: NOSIGNATURE
- kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
- curios-forge-5.14.1+1.20.1.jar |Curios API |curios |5.14.1+1.20.1 |DONE |Manifest: NOSIGNATURE
- Mekanism-1.20.1-10.4.16.80.jar |Mekanism |mekanism |10.4.16 |DONE |Manifest: NOSIGNATURE
- MekanismGenerators-1.20.1-10.4.16.80.jar |Mekanism: Generators |mekanismgenerators |10.4.16 |DONE |Manifest: NOSIGNATURE
- flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |DONE |Manifest: NOSIGNATURE
- create-1.20.1-0.5.1.j.jar |Create |create |0.5.1.j |DONE |Manifest: NOSIGNATURE
- Patchouli-1.20.1-84.1-FORGE.jar |Patchouli |patchouli |1.20.1-84.1-FORGE |DONE |Manifest: NOSIGNATURE
- Xaeros_Minimap_25.2.6_Forge_1.20.jar |Xaero's Minimap |xaerominimap |25.2.6 |DONE |Manifest: NOSIGNATURE
- ApothicAttributes-1.20.1-1.3.7.jar |Apothic Attributes |attributeslib |1.3.7 |DONE |Manifest: NOSIGNATURE
- entityculling-forge-1.8.1-mc1.20.1.jar |EntityCulling |entityculling |1.8.1 |DONE |Manifest: NOSIGNATURE
- mcw-furniture-3.3.0-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |DONE |Manifest: NOSIGNATURE
- TRansition-1.0.3-1.20.1-forge-SNAPSHOT.jar |TRansition |transition |1.0.3 |DONE |Manifest: NOSIGNATURE
- framework-forge-1.20.1-0.7.15.jar |Framework |framework |0.7.15 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- valkyrienskies-120-2.3.0-beta.7.jar |Valkyrien Skies 2 |valkyrienskies |2.3.0-beta.7 |DONE |Manifest: NOSIGNATURE
- eureka-1201-1.5.1-beta.3.jar |VS Eureka Mod |vs_eureka |1.5.1-beta.3 |DONE |Manifest: NOSIGNATURE
- craftedcore-5.8.jar |CraftedCore |craftedcore |5.8 |DONE |Manifest: NOSIGNATURE
- walkers-5.7.jar |Walkers |walkers |5.7 |DONE |Manifest: NOSIGNATURE
- remorphed-4.2.jar |ReMorphed |remorphed |4.2 |DONE |Manifest: NOSIGNATURE
- sliceanddice-forge-3.2.0.jar |Create Slice & Dice |sliceanddice |3.2.0 |DONE |Manifest: NOSIGNATURE
- createaddition-1.20.1-1.2.0b.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.0b |DONE |Manifest: NOSIGNATURE
- Essential (forge_1.20.1).jar |Essential |essential |1.3.8.4 |DONE |Manifest: NOSIGNATURE
- Crash Report UUID: afb91686-fc04-42be-9bec-cf50056382bb
- FML: 47.4
- Forge: net.minecraftforge:47.4.0
- Flywheel Backend: GL33 Instanced Arrays
Advertisement
Add Comment
Please, Sign In to add comment