Noomy Posted January 21, 2022 Share Posted January 21, 2022 Game starts up fine, just a few seconds into the game though, my game crashes and I get this error code Ay idea how I can fix it? Spoiler The game crashed whilst exception in server tick loop Error: java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag com.stal111.valhelsia_structures.common.block.entity.JarBlockEntity.save(net.minecraft.nbt.CompoundTag)' Exit Code: -1 Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted January 22, 2022 Share Posted January 22, 2022 post full debug log Quote Link to comment Share on other sites More sharing options...
Graehart Posted January 25, 2022 Share Posted January 25, 2022 (edited) I have the same error as original post Spoiler ---- Minecraft Crash Report ---- // There are four lights! Time: 1/25/22, 2:51 PM Description: Exception in server tick loop java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag com.stal111.valhelsia_structures.common.block.entity.JarBlockEntity.save(net.minecraft.nbt.CompoundTag)' at com.stal111.valhelsia_structures.common.block.entity.JarBlockEntity.m_5995_(JarBlockEntity.java:68) ~[valhelsia_structures-1.18.1-0.1.0.jar%23192!/:1.18.1-0.1.0] {re:classloading} at net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData$BlockEntityInfo.m_195691_(ClientboundLevelChunkPacketData.java:153) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,re:classloading,pl:mixin:APP:supplementaries.mixins.json:ChunkHolderMixin,pl:mixin:A} at net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData.<init>(ClientboundLevelChunkPacketData.java:44) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading} at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.<init>(ClientboundLevelChunkWithLightPacket.java:24) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading} at net.minecraft.server.level.ChunkMap.m_183760_(ChunkMap.java:1125) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:krypton.mixins.json:shared.network.avoidwork.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:polymorph.mixins.json:AccessorChunkMap,pl:mixin:A} at net.minecraft.server.level.ChunkMap.m_183754_(ChunkMap.java:785) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:krypton.mixins.json:shared.network.avoidwork.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:polymorph.mixins.json:AccessorChunkMap,pl:mixin:A} at net.minecraft.server.level.ChunkMap.sendChunks(ChunkMap.java:2343) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:krypton.mixins.json:shared.network.avoidwork.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:polymorph.mixins.json:AccessorChunkMap,pl:mixin:A} at net.minecraft.server.level.ChunkMap.m_140184_(ChunkMap.java:2317) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:emotecraft.mixins.json:ChunkMapAccessor,pl:mixin:APP:krypton.mixins.json:shared.network.avoidwork.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:krypton.mixins.json:shared.network.flushconsolidation.ThreadedAnvilChunkStorageMixin,pl:mixin:APP:polymorph.mixins.json:AccessorChunkMap,pl:mixin:A} at net.minecraft.server.level.ServerChunkCache.m_8385_(ServerChunkCache.java:448) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:850) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:emotecraft.mixins.json:ServerPlayNetworkInstance,pl:mixin:APP:tetra.mixins.json:MixinServerPlayNetHandler,pl:mixin:A} at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,re:classloading} at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$PosRot.m_5797_(ServerboundMovePlayerPacket.java:16) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading} at net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:21) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading} at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:classloading,re:mixin} at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:151) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,re:computing_frames,re:classloading} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:765) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:125) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:748) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:742) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:110) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:727) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:672) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[client-1.18.1-20211210.034407-srg.jar%23204!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A} at java.lang.Thread.run(Thread.java:833) [?:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 830627568 bytes (792 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz Identifier: Intel64 Family 6 Model 165 Stepping 2 Microarchitecture: unknown Frequency (GHz): 2.50 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce RTX 3050 Laptop GPU Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x25a5 Graphics card #0 versionInfo: DriverVersion=30.0.14.9676 Graphics card #1 name: Intel(R) UHD Graphics Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 1024.00 Graphics card #1 deviceId: 0x9bc4 Graphics card #1 versionInfo: DriverVersion=27.20.100.8280 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 38743.05 Virtual memory used (MB): 31210.61 Swap memory total (MB): 22528.00 Swap memory used (MB): 3234.48 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Server Running: true Player Count: 1 / 8; [ServerPlayer['MorrisGunn'/53271, l='ServerLevel[New World]', x=701.89, y=71.00, z=671.87]] Data Packs: vanilla, mod:supermartijn642configlib, mod:no_null_processors, mod:endportalrecipe, mod:grassslabs (incompatible), mod:beenfo (incompatible), mod:doggytalents, mod:uppers, mod:mcwwindows, mod:modnametooltip (incompatible), mod:looot (incompatible), mod:bowinfinityfix (incompatible), mod:nologpunch (incompatible), mod:xaeroworldmap, mod:jrftl (incompatible), mod:sophisticatedbackpacks (incompatible), mod:guardvillagers (incompatible), mod:cdl, mod:mcwdoors, mod:jeed (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:shulkerbox, mod:villagerhats (incompatible), mod:carryon (incompatible), mod:jeresources, mod:horsestandstill (incompatible), mod:chat_heads (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:supplementaries (incompatible), mod:refinedstorage, mod:justneeded (incompatible), mod:structure_gel, mod:clearview, mod:mcwbridges, mod:farmersdelight, mod:justenoughkeys (incompatible), mod:customizableelytra (incompatible), mod:curious_armor_stands (incompatible), mod:betterspawnercontrol, mod:enchantedgoldenapplecrafting, mod:mcwtrpdoors, mod:mcwfences, mod:supermartijn642corelib, mod:simplylight (incompatible), mod:spacecatasb, mod:enchantmenttransfer, mod:dungeons_enhanced, mod:villagespawnpoint, mod:manyideas_core, mod:curios, mod:tetra, mod:patchouli, mod:shulkerdropstwo, mod:leap (incompatible), mod:collective, mod:advancednetherite, mod:vanilla_degus (incompatible), mod:infinitymending (incompatible), mod:buildersaddition (incompatible), mod:just_enough_keg, mod:starterkit, mod:constructionwand, mod:mcwroofs, mod:wormhole, mod:marketcrates (incompatible), mod:cfm, mod:curiouselytra, mod:aiimprovements, mod:clearwater, mod:krypton, mod:infinitetrading, mod:mavm, mod:veinmining, mod:geckolib3 (incompatible), mod:effortlessbuilding (incompatible), mod:randombonemealflowers, mod:tradingpost, mod:mcwlights, mod:treeharvester, mod:easymagic, mod:jei (incompatible), mod:attributefix, mod:justmobheads, mod:goblintraders (incompatible), mod:caelus, mod:ringsofascension (incompatible), mod:waystones, mod:goldenhopper, mod:weaponthrow, mod:mcwpaintings, mod:clumps (incompatible), mod:comforts, mod:artifacts, mod:framedcompactdrawers (incompatible), mod:decorative_blocks, mod:magistuarmory (incompatible), mod:dungeoncrawl, mod:curioofundying, mod:anvilrestoration, mod:snuffles, mod:bedspreads, mod:fixedanvilrepaircost, mod:forge, mod:waddles (incompatible), mod:goprone, mod:passthroughsigns (incompatible), mod:chalk (incompatible), mod:emotecraft (incompatible), mod:dash (incompatible), mod:selene (incompatible), mod:axesareweapons (incompatible), mod:enchdesc, mod:swingthroughgrass, mod:titanium (incompatible), mod:extrabuttons (incompatible), mod:sushigocrafting (incompatible), mod:recipes_lib, mod:dimdungeons (incompatible), mod:justplayerheads, mod:flywheel, mod:create, mod:structure_spawn_loader, mod:mutil (incompatible), mod:ecologics, mod:xaerominimap, mod:shulkertooltip (incompatible), mod:ngv, mod:cyclepaintings, mod:polymorph, mod:multibeds, mod:autoreglib (incompatible), mod:quark (incompatible), mod:storagedrawers (incompatible), mod:sit, mod:manyideas_doors, mod:torchbowmod (incompatible), mod:workshopsofdoom, mod:hunterillager, mod:appleskin (incompatible), mod:ferritecore (incompatible), mod:solcarrot (incompatible), mod:moredragoneggs, mod:puzzleslib, mod:aquaculture (incompatible), mod:nullscape_forge, mod:expandability (incompatible), mod:valhelsia_core, mod:valhelsia_structures, mod:thutcore, mod:betterboats, mod:healingcampfire, mod:drinkbeer (incompatible) Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' ModLauncher: 9.1.0+9.1.0+main.6690ee51 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null Mod List: supermartijn642configlib-1.0.9-mc1.18.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE no_null_processors_forge-2.0.2+1.18.1.jar |No Null Processors |no_null_processors |2.0.2+1.18.1 |DONE |Manifest: NOSIGNATURE endportalrecipe_1.18.1-2.6.jar |End Portal Recipe |endportalrecipe |2.6 |DONE |Manifest: NOSIGNATURE grassslabs-1.1.jar |Grass Slabs, Carpets & Stairs |grassslabs |1.1.0 |DONE |Manifest: NOSIGNATURE beenfo-1.18.1-forge39.0.9-1.2.jar |Beenfo |beenfo |1.18.1-forge39.0.9-1|DONE |Manifest: NOSIGNATURE DoggyTalents-1.18.1-2.4.2.jar |Doggy Talents 2 |doggytalents |2.4.2 |DONE |Manifest: NOSIGNATURE Uppers-0.4.0.jar |Uppers |uppers |0.4.0 |DONE |Manifest: NOSIGNATURE mcw-windows-2.0.2-mc1.18.1.jar |Macaw's Windows |mcwwindows |2.0.2 |DONE |Manifest: NOSIGNATURE modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE looot-1.18-1.1.0.0.jar |Looot |looot |1.1.0.0 |DONE |Manifest: NOSIGNATURE BowInfinityFix-1.18.x-rv11.jar |Bow Infinity Fix |bowinfinityfix |1.18.x-rv11 |DONE |Manifest: NOSIGNATURE nologpunch-1.18-2.0.0.jar |nologpunch |nologpunch |1.18-2.0.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed XaerosWorldMap_1.20.0_Forge_1.18.jar |Xaero's World Map |xaeroworldmap |1.20.0 |DONE |Manifest: NOSIGNATURE JRFTL [1.18.1]-1.4.1.jar |JRFTL |jrftl |1.4.1 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.18.1-3.15.1.505.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.1-3.15.1.505 |DONE |Manifest: NOSIGNATURE guardvillagers-1.18.1.4.0.jar |Guard Villagers |guardvillagers |1.4.0 |DONE |Manifest: NOSIGNATURE Customized-Dungeon-Loot-1.17.x-(v.2.1.0).jar |Customized Dungeon Loot |cdl |2.1.0 |DONE |Manifest: NOSIGNATURE mcw-doors-1.0.5-mc1.18.1.jar |Macaw's Doors |mcwdoors |1.0.5 |DONE |Manifest: NOSIGNATURE jeed-1.18-1.6.jar |Just Enough Effect Description|jeed |1.18-1.6 |DONE |Manifest: NOSIGNATURE clickadv-1.18-2.0.jar |clickadv mod |clickadv |1.18-2.0 |DONE |Manifest: NOSIGNATURE balm-2.4.1+0.jar |Balm |balm |2.4.1+0 |DONE |Manifest: NOSIGNATURE shulkerbox-1.18.1-1.0.0.jar |Advanced Shulkerboxes |shulkerbox |1.18.1-1.0.0 |DONE |Manifest: NOSIGNATURE villager-hats-mod-1.2.4.jar |Villager Hats Mod |villagerhats |1.2.4 |DONE |Manifest: NOSIGNATURE carryon-1.18.1-1.17.0.7.jar |Carry On |carryon |1.17.0.7 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.18.1-0.13.1.141.jar |Just Enough Resources |jeresources |0.13.1.141 |DONE |Manifest: NOSIGNATURE horsestandstill-1.18-1.0.2.jar |Stupid Horse Stand Still |horsestandstill |1.18-1.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed chat_heads-0.6.0-forge-1.18.1.jar |Chat Heads |chat_heads |0.6.0 |DONE |Manifest: NOSIGNATURE cloth-config-6.1.50-forge.jar |Cloth Config v4 API |cloth_config |6.1.50 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.18-3.10.2.jar |ShetiPhian-Core |shetiphiancore |3.10.2 |DONE |Manifest: NOSIGNATURE supplementaries-1.18.1-1.1.11.jar |Supplementaries |supplementaries |1.1.11 |DONE |Manifest: NOSIGNATURE refinedstorage-1.10.0.jar |Refined Storage |refinedstorage |1.10.0 |DONE |Manifest: NOSIGNATURE justneeded-1.18.1-1.0.0.jar |Just Needed |justneeded |1.18.1-1.0.0 |DONE |Manifest: NOSIGNATURE structure_gel-1.18.1-2.1.2.jar |Structure Gel API |structure_gel |2.1.2 |DONE |Manifest: NOSIGNATURE LavaClearView-1.18-forge-3.0.1.jar |Lava Clear View |clearview |3.0.1 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.0.1-mc1.18.1.jar |Macaw's Bridges |mcwbridges |2.0.1 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.18.1-1.0.3.jar |Farmer's Delight |farmersdelight |1.18.1-1.0.3 |DONE |Manifest: NOSIGNATURE justenoughkeys-0.5.3-forge.jar |Just Enough Keys |justenoughkeys |0.5.3 |DONE |Manifest: NOSIGNATURE customizableelytra-1.18-1.6.3.jar |Customizable Elytra |customizableelytra |1.18-1.6.3 |DONE |Manifest: NOSIGNATURE curious-armor-stands-1.18.1-4.0.0.jar |Curious Armor Stands |curious_armor_stands |1.18.1-4.0.0 |DONE |Manifest: NOSIGNATURE betterspawnercontrol_1.18.1-1.6.jar |Better Spawner Control |betterspawnercontrol |1.6 |DONE |Manifest: NOSIGNATURE 1.18.1-enchantedgoldenapplecrafting-1.0.jar |Enchanted Golden Apple Craftin|enchantedgoldenapplecrafting |1.0 |DONE |Manifest: NOSIGNATURE mcw-trapdoors-1.0.4-mc1.18.1.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.2-mc1.18.1.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.16a-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.16a |DONE |Manifest: NOSIGNATURE simplylight-1.18.1-1.4.0-build.26.jar |Simply Light |simplylight |1.18.1-1.4.0-build.2|DONE |Manifest: NOSIGNATURE ArmorSetBonuses_1.18_V3.jar |ArmorSet Bonuses |spacecatasb |1.18 v3 |DONE |Manifest: NOSIGNATURE enchantmenttransfer-0.0.2-1.18.1.jar |Enchantment Transfer |enchantmenttransfer |0.0.2 |DONE |Manifest: NOSIGNATURE dungeons_enhanced-1.18.1-3.0-BETA.jar |Dungeons Enhanced |dungeons_enhanced |3.0 |DONE |Manifest: NOSIGNATURE villagespawnpoint_1.18.1-1.9.jar |Village Spawn Point |villagespawnpoint |1.9 |DONE |Manifest: NOSIGNATURE ManyIdeasCore-1.18.1-1.2.0.jar |Many Ideas Core |manyideas_core |1.2.0 |DONE |Manifest: NOSIGNATURE curios-forge-1.18.1-5.0.6.0.jar |Curios API |curios |1.18.1-5.0.6.0 |DONE |Manifest: NOSIGNATURE tetra-1.18.1-4.5.0.jar |Tetra |tetra |4.5.0 |DONE |Manifest: NOSIGNATURE Patchouli-1.18.1-64.jar |Patchouli |patchouli |1.18.1-64 |DONE |Manifest: NOSIGNATURE shulkerdropstwo_1.18.1-1.8.jar |Shulker Drops Two |shulkerdropstwo |1.8 |DONE |Manifest: NOSIGNATURE leap-1.18-1.1.2.jar |Leap |leap |1.1.2 |DONE |Manifest: NOSIGNATURE collective-1.18.1-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE advancednetherite-1.10.0-1.18.1.jar |Advanced Netherite |advancednetherite |1.10.0 |DONE |Manifest: NOSIGNATURE vanilla_degus-1.18.1-v1.3.0-forge.jar |Vanilla Degus |vanilla_degus |1.3.0 |DONE |Manifest: NOSIGNATURE InfinityMending-1.17-0.1.0.jar |InfinityMending |infinitymending |0.1.0 |DONE |Manifest: NOSIGNATURE buildersaddition-1.18.1-20220123a.jar |Builders Crafts & Addition |buildersaddition |1.18.1-20220123a |DONE |Manifest: NOSIGNATURE just_enough_keg-1.18.1-3.0.0.jar |Just Enough Keg |just_enough_keg |3.0.0 |DONE |Manifest: NOSIGNATURE starterkit_1.18.1-3.2.jar |Starter Kit |starterkit |3.2 |DONE |Manifest: NOSIGNATURE constructionwand-1.18.1-2.6.jar |Construction Wand |constructionwand |1.18.1-2.6 |DONE |Manifest: NOSIGNATURE mcw-roofs-2.1.0-mc1.18.1.jar |Macaw's Roofs |mcwroofs |2.1.0 |DONE |Manifest: NOSIGNATURE wormhole-1.1.9a-mc1.18.jar |Wormhole (Portals) |wormhole |1.1.9a |DONE |Manifest: NOSIGNATURE marketcrates-forge-1.4.1.jar |Market Crates |marketcrates |1.4.1 |DONE |Manifest: NOSIGNATURE furniture-7.0.0-pre28-1.18.1.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre28 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.18.1-5.0.1.0.jar |Curious Elytra |curiouselytra |1.18.1-5.0.1.0 |DONE |Manifest: NOSIGNATURE AI-Improvements-1.18-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE clearwater-1.18-1.7.jar |Clear Water |clearwater |1.18-1.7 |DONE |Manifest: NOSIGNATURE krypton-1.0.0.jar |Krypton Reforged |krypton |1.0.0 |DONE |Manifest: NOSIGNATURE infinitetrading_1.18.1-2.0.jar |Infinite Trading |infinitetrading |2.0 |DONE |Manifest: NOSIGNATURE mavm-forge-1.18.1-1.0.7a.jar |More Axolotl Variants Mod |mavm |1.0.7a |DONE |Manifest: NOSIGNATURE veinmining-forge-1.18.1-0.16.jar |Vein Mining |veinmining |1.18.1-0.16 |DONE |Manifest: NOSIGNATURE geckolib-1.18-forge-3.0.9.jar |GeckoLib |geckolib3 |3.0.9 |DONE |Manifest: NOSIGNATURE effortlessbuilding-1.18.1-2.31.jar |Effortless Building |effortlessbuilding |1.18.1-2.31 |DONE |Manifest: NOSIGNATURE randombonemealflowers_1.18.1-1.6.jar |Random Bone Meal Flowers |randombonemealflowers |1.6 |DONE |Manifest: NOSIGNATURE TradingPost-v3.1.2-1.18.1-Forge.jar |Trading Post |tradingpost |3.1.2 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a mcw-lights-1.0.2-mc1.18.1.jar |Macaw's Lights and Lamps |mcwlights |1.0.2 |DONE |Manifest: NOSIGNATURE treeharvester_1.18.1-4.2.jar |Tree Harvester |treeharvester |4.2 |DONE |Manifest: NOSIGNATURE EasyMagic-v3.2.1-1.18.1-Forge.jar |Easy Magic |easymagic |3.2.1 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a jei-1.18.1-9.2.1.69.jar |Just Enough Items |jei |9.2.1.69 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.18.1-13.0.5.jar |AttributeFix |attributefix |13.0.5 |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 justmobheads_1.18.1-5.3.jar |Just Mob Heads |justmobheads |5.3 |DONE |Manifest: NOSIGNATURE goblintraders-1.7.0-1.18.1.jar |Goblin Traders |goblintraders |1.7.0 |DONE |Manifest: NOSIGNATURE caelus-forge-1.18-3.0.0.1.jar |Caelus API |caelus |1.18-3.0.0.1 |DONE |Manifest: NOSIGNATURE RingsOfAscension-1.18-1.0.0.jar |Rings of Ascension |ringsofascension |1.0.0 |DONE |Manifest: NOSIGNATURE waystones-forge-1.18.1-9.0.3.jar |Waystones |waystones |9.0.3 |DONE |Manifest: NOSIGNATURE goldenhopper-1.2.5-1.18.1.jar |Golden Hopper |goldenhopper |1.2.5 |DONE |Manifest: NOSIGNATURE WeaponThrow-1.18-5.5.jar |Weapon Throw |weaponthrow |1.18-5.5 |DONE |Manifest: NOSIGNATURE mcw-paintings-1.0.2-mc1.18.1.jar |Macaw's Paintings |mcwpaintings |1.0.2 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.18.1-8.0.0+5.jar |Clumps |clumps |8.0.0+5 |DONE |Manifest: NOSIGNATURE comforts-forge-1.18-5.0.0.1.jar |Comforts |comforts |1.18-5.0.0.1 |DONE |Manifest: NOSIGNATURE artifacts-1.18.1-4.0.2.jar |Artifacts |artifacts |1.18.1-4.0.2 |DONE |Manifest: NOSIGNATURE framedcompactdrawers-1.18-4.0.0.jar |Framed Compacting Drawers |framedcompactdrawers |1.18-4.0.0 |DONE |Manifest: NOSIGNATURE Decorative Blocks-forge-1.18.1-2.0.4.jar |Decorative Blocks |decorative_blocks |2.0.4 |DONE |Manifest: NOSIGNATURE [1.18.1]-Epic-Knights-Armor-and-Weapons-5.7v.jar |Epic Knights: Armor and Weapon|magistuarmory |1.0 |DONE |Manifest: NOSIGNATURE DungeonCrawl-1.18.1-2.3.6.jar |Dungeon Crawl |dungeoncrawl |2.3.6 |DONE |Manifest: NOSIGNATURE curioofundying-forge-1.18-5.3.0.0.jar |Curio of Undying |curioofundying |1.18-5.3.0.0 |DONE |Manifest: NOSIGNATURE anvilrestoration_1.18.1-1.2.jar |Anvil Restoration |anvilrestoration |1.2 |DONE |Manifest: NOSIGNATURE snuffles-1.0.1.jar |Snuffles |snuffles |1.0.1 |DONE |Manifest: NOSIGNATURE bedspreads-forge-1.18-5.1.0.4.jar |Bedspreads |bedspreads |1.18-5.1.0.4 |DONE |Manifest: NOSIGNATURE fixedanvilrepaircost_1.18.1-1.7.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.7 |DONE |Manifest: NOSIGNATURE forge-1.18.1-39.0.59-universal.jar |Forge |forge |39.0.59 |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 Waddles-1.18-0.8.18.jar |Waddles |waddles |1.18-0.8.18 |DONE |Manifest: NOSIGNATURE goprone-1.18.1-1.6.0.jar |GoProne |goprone |1.18.1-1.6.0 |DONE |Manifest: NOSIGNATURE PassthroughSigns-1.18-2.5.0.jar |Passthrough Signs |passthroughsigns |1.18-2.5.0 |DONE |Manifest: NOSIGNATURE chalk-1.18.1-1.2.0.jar |Chalk |chalk |1.2.0 |DONE |Manifest: NOSIGNATURE emotecraft-for-MC1.18.1-2.1-SNAPSHOT-build.10-forg|Emotecraft |emotecraft |2.1-SNAPSHOT-build.1|DONE |Manifest: NOSIGNATURE dash-1.18-1.0.1.jar |Dash |dash |1.0.1 |DONE |Manifest: NOSIGNATURE selene-1.18-1.12.0.jar |Selene |selene |1.18-1.12.0 |DONE |Manifest: NOSIGNATURE AxesAreWeapons-1.5.1-forge-1.18.jar |Axes Are Weapons |axesareweapons |1.5.1 |DONE |Manifest: NOSIGNATURE client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.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 EnchantmentDescriptions-Forge-1.18.1-9.0.11.jar |EnchantmentDescriptions |enchdesc |9.0.11 |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 swingthroughgrass-1.18.1-1.8.0.jar |SwingThroughGrass |swingthroughgrass |1.18.1-1.8.0 |DONE |Manifest: NOSIGNATURE titanium-1.18-3.4.1-31.jar |Titanium |titanium |3.4.1 |DONE |Manifest: NOSIGNATURE ExtraButtons-1.18-6.0.0.jar |ExtraButtons |extrabuttons |1.18-6.0.0 |DONE |Manifest: NOSIGNATURE sushigocrafting-1.18.1-0.3.2.jar |Sushi Go Crafting |sushigocrafting |0.3.2 |DONE |Manifest: NOSIGNATURE RecipesLibrary-1.18.1-2.0.0.jar |Recipes Library |recipes_lib |2.0.0 |DONE |Manifest: NOSIGNATURE dimdungeons-1.13.3-forge.1.18.1.jar |Dimensional Dungeons |dimdungeons |1.13.3 |DONE |Manifest: NOSIGNATURE justplayerheads_1.18.1-1.9.jar |Just Player Heads |justplayerheads |1.9 |DONE |Manifest: NOSIGNATURE flywheel-forge-1.18-0.6.0.jar |Flywheel |flywheel |1.18-0.6.0 |DONE |Manifest: NOSIGNATURE create-mc1.18.1_v0.4d.jar |Create |create |0.4d |DONE |Manifest: NOSIGNATURE structure_spawn_loader-1.18.1-1.0.0.0.jar |Structure Spawn Loader |structure_spawn_loader |1.0.0.0 |DONE |Manifest: NOSIGNATURE mutil-1.18.1-4.2.0.jar |mutil |mutil |4.2.0 |DONE |Manifest: NOSIGNATURE ecologics-FORGE-1.18.1-1.1.2.jar |Ecologics |ecologics |1.1.2 |DONE |Manifest: NOSIGNATURE Xaeros_Minimap_22.1.0_Forge_1.18.jar |Xaero's Minimap |xaerominimap |22.1.0 |DONE |Manifest: NOSIGNATURE ShulkerTooltip-1.10.jar |Shulker Tooltip |shulkertooltip |1.10 |DONE |Manifest: NOSIGNATURE ngv-1.0.0_FORGE.jar |Nether Gold Veins |ngv |1.0.0 |DONE |Manifest: NOSIGNATURE cyclepaintings_1.18.1-2.2.jar |Cycle Paintings |cyclepaintings |2.2 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.18.1-0.36.jar |Polymorph |polymorph |1.18.1-0.36 |DONE |Manifest: NOSIGNATURE multibeds-1.18-1.9.1.jar |Multi-Beds |multibeds |1.9.1 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.7-52.jar |AutoRegLib |autoreglib |1.7-52 |DONE |Manifest: NOSIGNATURE Quark-3.0-334.jar |Quark |quark |3.0-334 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.18.1-10.1.1.jar |Storage Drawers |storagedrawers |10.1.1 |DONE |Manifest: NOSIGNATURE sit-1.18-1.3.1.jar |Sit |sit |1.3.1 |DONE |Manifest: NOSIGNATURE ManyIdeasDoors-1.18.1-1.2.0.jar |Many Ideas Doors |manyideas_doors |1.2.0 |DONE |Manifest: NOSIGNATURE [1.18.x][Forge]TorchBowMod_v1.0-Beta.jar |TorchBowMod |torchbowmod |1.0 |DONE |Manifest: NOSIGNATURE workshopsofdoom-1.18.1-2.1.0.2.jar |Workshops of Doom |workshopsofdoom |2.1.0.2 |DONE |Manifest: NOSIGNATURE HunterIllager-1.18.1-3.1.1.jar |Hunter Illager |hunterillager |1.18.1-3.1.1 |DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.18-2.2.0.jar |AppleSkin |appleskin |2.2.0 |DONE |Manifest: NOSIGNATURE ferritecore-4.0.0-forge.jar |Ferrite Core |ferritecore |4.0.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |DONE |Manifest: NOSIGNATURE moredragoneggs-3.1.jar |More Dragon Eggs |moredragoneggs |3.1 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v3.1.3-1.18.1-Forge.jar |Puzzles Lib |puzzleslib |3.1.3 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Aquaculture-1.18.1-2.3.2.jar |Aquaculture 2 |aquaculture |1.18.1-2.3.2 |DONE |Manifest: NOSIGNATURE Nullscape_v1.1_Fabric+Forge.jar |Seed Fix + Nullscape |nullscape_forge |0.0NONE |DONE |Manifest: NOSIGNATURE expandability-5.0.0-forge.jar |ExpandAbility |expandability |5.0.0 |DONE |Manifest: NOSIGNATURE valhelsia_core-1.18.1-0.3.0.jar |Valhelsia Core |valhelsia_core |1.18.1-0.3.0 |DONE |Manifest: NOSIGNATURE valhelsia_structures-1.18.1-0.1.0.jar |Valhelsia Structures |valhelsia_structures |1.18.1-0.1.0 |DONE |Manifest: NOSIGNATURE thutcore-1.18.1-8.7.0.jar |Thut Core |thutcore |8.7.0 |DONE |Manifest: NOSIGNATURE betterboats-1.1.4.jar |Better Boats |betterboats |1.1.4 |DONE |Manifest: NOSIGNATURE healingcampfire_1.18.1-3.4.jar |Healing Campfire |healingcampfire |3.4 |DONE |Manifest: NOSIGNATURE drinkbeer-v2.3.5 for 1.18.1.jar |Drink Beer |drinkbeer |2.3.5 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 2e5c71c4-993e-40fd-8f39-cc8fa6a130dd FML: 39.0 Forge: net.minecraftforge:39.0.59 Flywheel Backend: GL33 Instanced Arrays Edited January 25, 2022 by Graehart Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted January 26, 2022 Share Posted January 26, 2022 Valhelsia Structures needs to update for the new Forge version. If you want to use the Mod you need to downgrade to 39.0.44. Quote Link to comment Share on other sites More sharing options...
Renzon Pinto Posted January 26, 2022 Share Posted January 26, 2022 I have the same error as original post ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 25/01/22, 11:04 a. m. Description: Exception in server tick loop java.lang.NoSuchMethodError: 'net.minecraft.nbt.CompoundTag net.minecraft.world.level.block.entity.AbstractFurnaceBlockEntity.save(net.minecraft.nbt.CompoundTag)' at snownee.jade.addon.vanilla.FurnaceProvider.appendServerData(FurnaceProvider.java:56) ~[Jade-1.18-4.1.1.jar%2369!/:4.1.1] {re:classloading} at snownee.jade.addon.vanilla.FurnaceProvider.appendServerData(FurnaceProvider.java:21) ~[Jade-1.18-4.1.1.jar%2369!/:4.1.1] {re:classloading} at mcp.mobius.waila.network.RequestTilePacket$Handler.lambda$onMessage$0(RequestTilePacket.java:62) ~[Jade-1.18-4.1.1.jar%2369!/:4.1.1] {re:classloading} at net.minecraftforge.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:222) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at mcp.mobius.waila.network.RequestTilePacket$Handler.onMessage(RequestTilePacket.java:46) ~[Jade-1.18-4.1.1.jar%2369!/:4.1.1] {re:classloading} at net.minecraftforge.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} at net.minecraftforge.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at net.minecraftforge.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at net.minecraftforge.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:82) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:mixin,re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {} at net.minecraftforge.network.NetworkInstance.dispatch(NetworkInstance.java:82) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at net.minecraftforge.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:89) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at java.util.Optional.map(Optional.java:260) ~[?:?] {re:mixin} at net.minecraftforge.network.NetworkHooks.onCustomPayload(NetworkHooks.java:89) ~[forge-1.18.1-39.0.59-universal.jar%2386!/:?] {re:classloading} at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7423_(ServerGamePacketListenerImpl.java:1416) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading} at net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.m_5797_(ServerboundCustomPayloadPacket.java:35) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading} at net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket.m_5797_(ServerboundCustomPayloadPacket.java:8) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading} at net.minecraft.network.protocol.PacketUtils.m_131356_(PacketUtils.java:21) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading} at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading,re:mixin} at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:151) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading,re:mixin} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:765) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:125) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:748) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:742) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:110) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:727) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:672) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[client-1.18.1-20211210.034407-srg.jar%2382!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerAccessor,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A} at java.lang.Thread.run(Thread.java:833) [?:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1169352216 bytes (1115 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i3-8130U CPU @ 2.20GHz Identifier: Intel64 Family 6 Model 142 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 2,21 Number of physical packages: 1 Number of physical CPUs: 2 Number of logical CPUs: 4 Virtual memory max (MB): 14192,81 Virtual memory used (MB): 9898,88 Swap memory total (MB): 2048,00 Swap memory used (MB): 439,65 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Server Running: true Player Count: 1 / 8; [ServerPlayer['Bioares'/239, l='ServerLevel[MundoB]', x=1952.24, y=69.06, z=399.19]] Data Packs: vanilla, mod:mcwbridges, mod:inventorysorter (incompatible), mod:repurposed_structures, mod:jmi, mod:jade, mod:treeharvester, mod:jei (incompatible), mod:goblintraders (incompatible), mod:curios, mod:collective, mod:journeymap, mod:ctm (incompatible), mod:cookingforblockheads, mod:elevatorid, mod:gobber2 (incompatible), mod:tombstone, mod:sophisticatedbackpacks (incompatible), mod:guardvillagers (incompatible), mod:cfm (incompatible), mod:balm (incompatible), mod:jeresources, mod:forge, mod:appleskin (incompatible), mod:supplementaries (incompatible), mod:selene (incompatible) Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' ModLauncher: 9.1.0+9.1.0+main.6690ee51 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] javafml@null Mod List: client-1.18.1-20211210.034407-srg.jar |Minecraft |minecraft |1.18.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 mcw-bridges-2.0.1-mc1.18.1.jar |Macaw's Bridges |mcwbridges |2.0.1 |DONE |Manifest: NOSIGNATURE inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |DONE |Manifest: NOSIGNATURE repurposed_structures_forge-4.1.0+1.18.1.jar |Repurposed Structures |repurposed_structures |4.1.0+1.18.1 |DONE |Manifest: NOSIGNATURE jmi-1.18.1-0.6-33.jar |JourneyMap Integration |jmi |1.18.1-0.6-33 |DONE |Manifest: NOSIGNATURE Jade-1.18-4.1.1.jar |Jade |jade |4.1.1 |DONE |Manifest: NOSIGNATURE treeharvester_1.18.1-4.2.jar |Tree Harvester |treeharvester |4.2 |DONE |Manifest: NOSIGNATURE jei-1.18.1-9.2.2.74.jar |Just Enough Items |jei |9.2.2.74 |DONE |Manifest: NOSIGNATURE goblintraders-1.7.0-1.18.1.jar |Goblin Traders |goblintraders |1.7.0 |DONE |Manifest: NOSIGNATURE curios-forge-1.18.1-5.0.5.1.jar |Curios API |curios |1.18.1-5.0.5.1 |DONE |Manifest: NOSIGNATURE collective-1.18.1-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE journeymap-1.18.1-5.8.0beta11.jar |Journeymap |journeymap |5.8.0beta11 |DONE |Manifest: NOSIGNATURE CTM-1.18-1.1.3+1.jar |ConnectedTexturesMod |ctm |1.18-1.1.3+1 |DONE |Manifest: NOSIGNATURE cookingforblockheads-forge-1.18.1-11.1.0.jar |CookingForBlockheads |cookingforblockheads |11.1.0 |DONE |Manifest: NOSIGNATURE elevatorid-1.18-1.8.3.jar |Elevator Mod |elevatorid |1.18-1.8.3 |DONE |Manifest: NOSIGNATURE Gobber2-Forge-1.18.1-2.6.11.jar |Gobber 2 |gobber2 |2.6.11 |DONE |Manifest: NOSIGNATURE tombstone-7.3.5-1.18.jar |Corail Tombstone |tombstone |7.3.5 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.18.1-3.15.1.505.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.1-3.15.1.505 |DONE |Manifest: NOSIGNATURE guardvillagers-1.18.1.4.0.jar |Guard Villagers |guardvillagers |1.4.0 |DONE |Manifest: NOSIGNATURE furniture-7.0.0-pre27-1.18.1.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre27 |DONE |Manifest: NOSIGNATURE balm-2.4.1+0.jar |Balm |balm |2.4.1+0 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.18.1-0.13.1.138.jar |Just Enough Resources |jeresources |0.13.1.138 |DONE |Manifest: NOSIGNATURE forge-1.18.1-39.0.59-universal.jar |Forge |forge |39.0.59 |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 appleskin-forge-mc1.18-2.2.0.jar |AppleSkin |appleskin |2.2.0 |DONE |Manifest: NOSIGNATURE supplementaries-1.18.1-1.1.8.jar |Supplementaries |supplementaries |1.1.7 |DONE |Manifest: NOSIGNATURE selene-1.18-1.12.0.jar |Selene |selene |1.18-1.12.0 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 0640ba16-130b-452a-a254-082e142e2cce FML: 39.0 Forge: net.minecraftforge:39.0.59 Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted January 26, 2022 Share Posted January 26, 2022 the mod Jade needs to update for the newer forge versions, if you want to use this mod downgrad to 39.0.44 or wait for a update of the mod Quote Link to comment Share on other sites More sharing options...
Ethan Parsons Posted July 23, 2022 Share Posted July 23, 2022 I Keep Getting This Please Respond ASAP On [email protected] The Error Is The game crashed whilst exception in server tick loop Error: java.lang.NoSuchFieldError: ENTITIES Exit Code: -1 Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted July 23, 2022 Share Posted July 23, 2022 please post debug.log from the logs folder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.