Jump to content

One I guess is that the class_2985 class caused by the progress system causes java.lang.StackOverflowerror


成 付

Recommended Posts

When the server's players go to a "When Dungeons Arise" mod-generated dungeon structure, a tower-like structure, the server crashes with a message of "java.lang.StackOverflowerror", how can I solve this problem, after all, I can't stop all players from going to that chunk, here is the crash report, thank you for your help.

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 8/16/23, 11:44 PM
Description: Exception in server tick loop

java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) ~[?:?] {}
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?] {}
    at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:519) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:527) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ServerChunkProvider.func_217234_d(ServerChunkProvider.java:272) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerChunkProvider,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:722) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:711) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:696) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:646) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:834) [?:?] {}
Caused by: java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
    at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:40) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:30) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at chumbanotz.mutantbeasts.EventHandler.onEntityJoinWorld(EventHandler.java:79) ~[mutantbeasts:1.16.4-1.1.3] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_267_EventHandler_onEntityJoinWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_217440_f(ServerWorld.java:829) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bountifulbaubles.mixins.json:MixinServerWorld,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ChunkManager.func_219237_a_(ChunkManager.java:594) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at com.mojang.datafixers.util.Either.lambda$mapLeft$0(Either.java:162) ~[?:?] {re:classloading}
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[?:?] {re:classloading}
    at com.mojang.datafixers.util.Either.mapLeft(Either.java:162) ~[?:?] {re:classloading}
    at net.minecraft.world.server.ChunkManager.func_219193_a_(ChunkManager.java:569) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ~[?:?] {}
    ... 14 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Windows Server 2019 (amd64) version 10.0
    Java Version: 11.0.14, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 6885063872 bytes (6566 MB) / 8959033344 bytes (8544 MB) up to 9663676416 bytes (9216 MB)
    CPUs: 3
    JVM Flags: 14 total; -Xmx9G -Xms8G -Xss4M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -XX:-OmitStackTraceInFastThrow -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary -XX:G1HeapRegionSize=32M
    ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.4.jar mixin PLUGINSERVICE 
        /eventbus-4.0.0.jar eventbus PLUGINSERVICE 
        /forge-1.16.5-36.2.35.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.5-36.2.35.jar runtime_enum_extender PLUGINSERVICE 
        /forge-1.16.5-36.2.35.jar capability_inject_definalize PLUGINSERVICE 
        /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.5-36.2.35.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.5-36.2.35.jar fml TRANSFORMATIONSERVICE 
    FML: 36.2
    Forge: net.minecraftforge:36.2.35
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        [时间前置]CyclopsCore-1.16.5-1.12.3 (1).jar           |Cyclops Core                  |cyclopscore                   |1.12.3              |DONE      |Manifest: NOSIGNATURE
        [天空村庄]SkyVillage_1.0.0_1.16.5.jar                 |Sky Villages                  |skyvillages                   |1.0.0               |DONE      |Manifest: NOSIGNATURE
        [地下城]DungeonsMod-1.16.3-1.4.43.jar                |Dungeons Mod                  |dungeonsmod                   |1.16.3-1.4.43       |DONE      |Manifest: NOSIGNATURE
        [蔚蓝天空] blue_skies-1.16.5-1.1.3.jar                |Blue Skies                    |blue_skies                    |1.1.3               |DONE      |Manifest: NOSIGNATURE
        [猛龙之居] Wyrmroost-1.16.3-1.2.11.jar                |Wyrmroost                     |wyrmroost                     |1.16.3-1.2.11       |DONE      |Manifest: NOSIGNATURE
        [菲利普的遗迹]Philips ruins 1.16.5-2.8.jar              |Philips ruins1.16.5           |philips_ruins1_16_5           |2.8                 |DONE      |Manifest: NOSIGNATURE
        [生物刷新控制]incontrol-1.16-5.2.12.jar                 |InControl                     |incontrol                     |1.16-5.2.12         |DONE      |Manifest: NOSIGNATURE
        [凋零骷髅调整前置]Placebo-1.16.5-4.7.0.jar                |Placebo                       |placebo                       |4.7.0               |DONE      |Manifest: NOSIGNATURE
        [冰与火之歌前置]citadel-1.8.1-1.16.5.jar                 |Citadel                       |citadel                       |1.8.1               |DONE      |Manifest: NOSIGNATURE
        [Alex的生物] alexsmobs-1.12.1.jar                    |Alex's Mobs                   |alexsmobs                     |1.12.1              |DONE      |Manifest: NOSIGNATURE
        [农夫乐事拓展]farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats      |farmersdelightintegrations    |1.16.5-1.2          |DONE      |Manifest: NOSIGNATURE
        [头衔前置]YungsApi-1.16.4-Forge-13.jar                |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |DONE      |Manifest: NOSIGNATURE
        [盔甲曲线修改]armorcurve-2.4.jar                        |Armor Curve                   |armorcurve                    |2.4                 |DONE      |Manifest: NOSIGNATURE
        [突变生物重置版] MutantBeasts-1.16.4-1.1.3.jar           |Mutant Beasts                 |mutantbeasts                  |1.16.4-1.1.3        |DONE      |Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
        [凋灵骷髅调整] WitherSkeletonTweaks-1.16.5-5.4.1.jar    |Wither Skeleton Tweaks        |wstweaks                      |5.4.1               |DONE      |Manifest: NOSIGNATURE
        [警卫村民]guardvillagers-1.16.5.1.2.6.jar             |Guard Villagers               |guardvillagers                |1.2.6               |DONE      |Manifest: NOSIGNATURE
        [精妙背包] sophisticatedbackpacks-1.16.5-3.15.13.560.j|Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.15.13.560  |DONE      |Manifest: NOSIGNATURE
        [随意修复]randompatches-2.4.4-forge.jar               |RandomPatches                 |randompatches                 |2.4.4-forge         |DONE      |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
        [拾取提示]PickUpNotifier-v1.2-1.16.3.jar              |Pick Up Notifier              |pickupnotifier                |1.2                 |DONE      |Manifest: d3:cc:6f:1b:30:87:fa:d9:8f:91:15:20:27:63:95:aa:d5:cb:1b:5b:e6:36:cc:57:20:a9:b3:d4:d5:1a:5d:b8
        [沉浸式盔甲] immersive-armors-1.5.1+1.16.5-forge.jar   |Immersive Armors              |immersive_armors              |1.5.1+1.16.5        |DONE      |Manifest: NOSIGNATURE
        [搬运] carryon-1.16.5-1.15.5.22.jar                 |Carry On                      |carryon                       |1.15.5.22           |DONE      |Manifest: NOSIGNATURE
        [滑翔伞] Paraglider-1.16.5-1.3.2.11.jar              |Paraglider                    |paraglider                    |1.3.2.11            |DONE      |Manifest: NOSIGNATURE
        [末影龙难度调整]dragonfight-1.8.jar                      |dragonfight mod               |dragonfight                   |1.8                 |DONE      |Manifest: NOSIGNATURE
        [扩展存储前置]ninjaphenix-container-library-1.2.10+1.16.|NinjaPhenix's Container Librar|ninjaphenix_container_lib     |1.2.10              |DONE      |Manifest: NOSIGNATURE
        [试验假人]MmmMmmMmmMmm-1.16.5-1.3.1.jar               |MmmMmmMmmMmm                  |dummmmmmy                     |1.3.0               |DONE      |Manifest: NOSIGNATURE
        [暮色森林] twilightforest-1.16.5-4.0.870-universal.jar|The Twilight Forest           |twilightforest                |NONE                |DONE      |Manifest: NOSIGNATURE
        [巴迪卡牌]Buddycards-1.16.5-2.5.3.jar                 |Buddycards                    |buddycards                    |1.16.5-2.5.3        |DONE      |Manifest: NOSIGNATURE
        [国创][更好的末地土豆版]betterendforge-1.16.5-2.10.2.jar    |Better End Potato Edition     |betterendforge                |1.16.5-2.10.2       |DONE      |Manifest: NOSIGNATURE
        [前置]konkrete_forge_1.5.0_MC_1.16.2-1.16.5.jar     |Konkrete                      |konkrete                      |1.5.0               |DONE      |Manifest: NOSIGNATURE
        [进度牌匾]AdvancementPlaques-1.16.5-1.4.1.jar         |Advancement Plaques           |advancementplaques            |1.4.1               |DONE      |Manifest: NOSIGNATURE
        [前置]structure_gel-1.16.5-1.7.8.jar                |Structure Gel API             |structure_gel                 |1.7.8               |DONE      |Manifest: NOSIGNATURE
        [农夫乐事]FarmersDelight-1.16.5-0.6.0.jar             |Farmer's Delight              |farmersdelight                |1.16.5-0.6.0        |DONE      |Manifest: NOSIGNATURE
        [火炬大师] torchmaster-2.3.8.jar                      |Torchmaster                   |torchmaster                   |2.3.8               |DONE      |Manifest: NOSIGNATURE
        [结构变体] repurposed_structures_forge-3.4.7+1.16.5.ja|Repurposed Structures         |repurposed_structures         |3.4.7+1.16.5        |DONE      |Manifest: NOSIGNATURE
        [A超多生物群系]BiomesOPlenty-1.16.5-13.1.0.488-universal|Biomes O' Plenty              |biomesoplenty                 |1.16.5-13.1.0.488   |DONE      |Manifest: NOSIGNATURE
        [末地 创世]endrem-5.0.2-R-1.16.5.jar                  |End Remastered                |endrem                        |5.0.2-R-1.16.5      |DONE      |Manifest: NOSIGNATURE
        [更多熔炉]ironfurnaces-1.16.5-2.7.7.jar               |Iron Furnaces                 |ironfurnaces                  |2.7.7               |DONE      |Manifest: NOSIGNATURE
        [火花] spark-1.9.1-forge.jar                        |spark                         |spark                         |1.9.1               |DONE      |Manifest: NOSIGNATURE
        [饰品栏]curios-forge-1.16.5-4.0.8.2.jar              |Curios API                    |curios                        |1.16.5-4.0.8.2      |DONE      |Manifest: NOSIGNATURE
        [Tetra]tetra-1.16.5-3.20.0.jar                    |Tetra                         |tetra                         |3.20.0              |DONE      |Manifest: NOSIGNATURE
        [Tetra拓展]tetranomicon-1.4-1.16.5.jar              |Tetranomicon                  |tetranomicon                  |1.4-1.16.5          |DONE      |Manifest: NOSIGNATURE
        [遗物]relics-1.16.5-0.3.4.4.jar                     |Relics                        |relics                        |0.3.4.4             |DONE      |Manifest: NOSIGNATURE
        [灾变] L_Enders Cataclysm-0.48-1.16.5.jar           |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE
        [国创][车万女仆]touhoulittlemaid-1.16.5-1.0.2.jar       |Touhou Little Maid            |touhou_little_maid            |NONE                |DONE      |Manifest: NOSIGNATURE
        [帕秋莉手册]Patchouli-1.16.4-53.2.jar                  |Patchouli                     |patchouli                     |1.16.4-53.2         |DONE      |Manifest: NOSIGNATURE
        [道具BAN]itemblacklist-1.16.5-1.4.2.jar             |Item Blacklist                |itemblacklist                 |1.16.5-1.4.2        |DONE      |Manifest: NOSIGNATURE
        [货币多多]Never-Enough-Currency-1.16.5-1.0.5.jar      |Never Enough Currency         |currency                      |1.16.5-1.0.5        |DONE      |Manifest: NOSIGNATURE
        [新生魔艺附属]arsomega-1.5.jar                          |Ars Omega                     |arsomega                      |1.16.5-1.5          |DONE      |Manifest: NOSIGNATURE
        [前置]collective-1.16.5-5.49.jar                    |Collective                    |collective                    |5.49                |DONE      |Manifest: NOSIGNATURE
        [白门的奇异附魔:苦痛长河]lowingagony-1.16.5-1.0.6.jar        |MarbleGate's Exotic Enchantmen|flowingagony                  |1.16.5-1.0.6        |DONE      |Manifest: NOSIGNATURE
        [独特的附魔]Unique Enchantments-1.16.5-2.3.0.jar       |Unique Enchantments           |uniquee                       |2.3.0               |DONE      |Manifest: NOSIGNATURE
        [矿石挖掘] OreExcavation-1.8.157.jar                  |Ore Excavation                |oreexcavation                 |1.8.157             |DONE      |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
        [无限+经验修补] InfinityMending-1.16.3-0.1.0.jar        |InfinityMending               |infinitymending               |0.1.0               |DONE      |Manifest: NOSIGNATURE
        [神秘遗物] EnigmaticLegacy-2.11.11.jar                |Enigmatic Legacy              |enigmaticlegacy               |2.11.11             |DONE      |Manifest: NOSIGNATURE
        [扩展存储] expandedstorage-7.3.8+1.16.5.jar           |Expanded Storage              |expandedstorage               |7.3.8               |DONE      |Manifest: NOSIGNATURE
        深渊第二章.jar                                         |TheAbyss                      |theabyss                      |2.2.3-4             |DONE      |Manifest: NOSIGNATURE
        [初始套件]starterkit_1.16.5-3.1.jar                   |Starter Kit                   |starterkit                    |3.1                 |DONE      |Manifest: NOSIGNATURE
        [A建筑之杖]constructionwand-1.16.5-2.6.jar            |Construction Wand             |constructionwand              |1.16.5-2.6          |DONE      |Manifest: NOSIGNATURE
        [斯巴达的武器] SpartanWeaponry-1.16.5-2.2.0-rc-2.jar    |Spartan Weaponry              |spartanweaponry               |2.2.0 Release Candid|DONE      |Manifest: NOSIGNATURE
        [国创][暮色乐事]TwilightDelight-1.16.5-1.1.3.jar        |Twilight Delight              |twilightdelight               |1.1.3               |DONE      |Manifest: NOSIGNATURE
        [更多突变生物] mutantmore-1.16.5-1.0.1.jar              |Mutant More                   |mutantmore                    |1.0.3               |DONE      |Manifest: NOSIGNATURE
        [FTB前置]architectury-1.32.66.jar                   |Architectury                  |architectury                  |1.32.66             |DONE      |Manifest: NOSIGNATURE
        [AI改进] AI-Improvements-1.16.5-0.4.0.jar           |AI-Improvements               |aiimprovements                |0.4.0               |DONE      |Manifest: NOSIGNATURE
        [刷怪笼控制]AgeingSpawners-1.16.5-1.1.0.jar            |Ageing Spawners               |ageingspawners                |1.1.0               |DONE      |Manifest: NOSIGNATURE
        [首次加入的信息]firstjoinmessage_1.16.5-1.3.jar          |First Join Message            |firstjoinmessage              |1.3                 |DONE      |Manifest: NOSIGNATURE
        [国创][假死修复土豆版]entity_nan_fix_potato_edition-1.0.jar|Entity NaN Health Fix Potato E|entity_nan_fix_potato_edition |1.0                 |DONE      |Manifest: NOSIGNATURE
        [深暗之园] The_Undergarden-1.16.5-0.5.5.jar           |The Undergarden               |undergarden                   |0.5.5               |DONE      |Manifest: NOSIGNATURE
        [区块载入器前置]CodeChickenLib-1.16.5-4.0.7.445-universal|CodeChicken Lib               |codechickenlib                |4.0.7.445           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        [虚空图腾]voidtotem-1.16.5-1.4.0.jar                  |Void Totem                    |voidtotem                     |1.16.5-1.4.0        |DONE      |Manifest: NOSIGNATURE
        [独特的附魔前置]Unique Enchantments Base-1.16.5-1.4.0.jar|Unique Enchantments Base      |uniquebase                    |1.4.0               |DONE      |Manifest: NOSIGNATURE
        [悚怖钢] dreadsteel-1.16.5-1.1.4.1.jar               |Dreadsteel                    |dreadsteel                    |1.16.5-1.1.4.1      |DONE      |Manifest: NOSIGNATURE
        [实体状态]TES-forge-1.16.5-1.1.jar                    |TES                           |tslatentitystatus             |1.1                 |DONE      |Manifest: NOSIGNATURE
        [魔改前置]rhino-forge-1605.1.5-build.75.jar           |Rhino                         |rhino                         |1605.1.5-build.75   |DONE      |Manifest: NOSIGNATURE
        [虚拟生物]mowziesmobs-1.5.25.jar                      |Mowzie's Mobs                 |mowziesmobs                   |1.5.25              |DONE      |Manifest: NOSIGNATURE
        [前置]geckolib-forge-1.16.5-3.0.66.jar              |GeckoLib                      |geckolib3                     |3.0.66              |DONE      |Manifest: NOSIGNATURE
        [吃不停] AlwaysEat-4.0.jar                           |AlwaysEat                     |salwayseat                    |4.0                 |DONE      |Manifest: NOSIGNATURE
        [连锁破坏前置]ftb-library-forge-1605.3.4-build.90.jar   |FTB Library                   |ftblibrary                    |1605.3.4-build.90   |DONE      |Manifest: NOSIGNATURE
        [FTBQ]团队ftb-teams-forge-1605.2.3-build.40.jar     |FTB Teams                     |ftbteams                      |1605.2.3-build.40   |DONE      |Manifest: NOSIGNATURE
        [丰富的饰品] bountifulbaubles-1.16.5-0.1.0-forge.jar   |Bountiful Baubles             |bountifulbaubles              |1.16.5-0.1.0        |DONE      |Manifest: NOSIGNATURE
        [JEI物品管理器] jei-1.16.5-7.7.1.153.jar               |Just Enough Items             |jei                           |7.7.1.153           |DONE      |Manifest: NOSIGNATURE
        [魔改]kubejs-forge-1605.3.19-build.299.jar          |KubeJS                        |kubejs                        |1605.3.19-build.299 |DONE      |Manifest: NOSIGNATURE
        [战利品表魔改]lootjs-1.16.5-1.0.0.jar                   |LootJS                        |lootjs                        |1.0.0               |DONE      |Manifest: NOSIGNATURE
        [FTBQ]前置item-filters-forge-1605.2.5-build.7.jar   |Item Filters                  |itemfilters                   |1605.2.5-build.7    |DONE      |Manifest: NOSIGNATURE
        [工作台优化]VisualWorkbench-v1.1.0-1.16.5.jar          |Visual Workbench              |visualworkbench               |1.1.0               |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
        [属性修复] AttributeFix-1.16.5-10.1.4.jar             |AttributeFix                  |attributefix                  |10.1.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
        [魔术师] the-conjurer-1.16.4-1.0.13.jar              |The Conjurer                  |conjurer_illager              |1.0.13              |DONE      |Manifest: NOSIGNATURE
        [下界乐事前置]abnormals_core-1.16.5-3.3.1.jar           |Abnormals Core                |abnormals_core                |3.3.1               |DONE      |Manifest: NOSIGNATURE
        [哥布林商人] goblintraders-1.6.0-1.16.3.jar            |Goblin Traders                |goblintraders                 |1.6.0               |DONE      |Manifest: NOSIGNATURE
        [可怕的地牢前置]LibraryFerret-Forge-1.16.5-1.0.3.jar     |Library ferret                |libraryferret                 |1.0.3               |DONE      |Manifest: NOSIGNATURE
        [不昂贵]expanvils-2.0.0.jar                          |Experienced Anvils            |expanvils                     |2.0.0               |DONE      |Manifest: NOSIGNATURE
        [提升戒指]RingsOfAscension-1.16.4-1.6.0.jar           |Rings of Ascension            |ringsofascension              |1.6.0               |DONE      |Manifest: NOSIGNATURE
        [传送石碑]Waystones_1.16.5-7.6.4.jar                  |Waystones                     |waystones                     |7.6.4               |DONE      |Manifest: NOSIGNATURE
        [经验机制改革] Clumps-6.0.0.28.jar                      |Clumps                        |clumps                        |6.0.0.28            |DONE      |Manifest: NOSIGNATURE
        [可怕的地牢]AwesomeDungeonForge-1.16.5-2.0.8.jar       |Awesome Dungeon               |awesomedungeon                |2.0.8               |DONE      |Manifest: NOSIGNATURE
        [Tetra前置]mgui-1.16.5-3.3.0.jar                    |mgui                          |mgui                          |3.3.0               |DONE      |Manifest: NOSIGNATURE
        [自然罗盘/生物群系指南针] NaturesCompass-1.16.5-2.0.1-fabric.|Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
        [A简单存储]SimpleStorageNetwork-1.16.5-1.5.3.jar      |Simple Storage Network        |storagenetwork                |1.16.5-1.5.3        |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
        [冠军/强敌] champions-forge-1.16.5-2.0.1.12.jar       |Champions                     |champions                     |1.16.5-2.0.1.12     |DONE      |Manifest: NOSIGNATURE
        [烹饪锅]CrockPot-1.16.5-2.1.0-release.jar            |Crock Pot                     |crockpot                      |2.1.0-release       |DONE      |Manifest: NOSIGNATURE
        [探险者指南针] ExplorersCompass-1.16.5-1.1.2-forge.jar  |Explorer's Compass            |explorerscompass              |1.16.5-1.1.2-forge  |DONE      |Manifest: NOSIGNATURE
        [冰火传说 / 冰与火之歌] iceandfire-2.1.12-1.16.5.jar       |Ice and Fire                  |iceandfire                    |2.1.12-1.16.5       |DONE      |Manifest: NOSIGNATURE
        [寻龙之眼].jar                                        |Eye of Dragons                |eyeofdragons                  |NONE                |DONE      |Manifest: NOSIGNATURE
        [任务拓展]questsadditions-1.16-1.4.0.jar              |Quests Additions              |questsadditions               |1.4.0               |DONE      |Manifest: NOSIGNATURE
        [新生魔艺] ars_nouveau-1.16.5-1.25.1.jar              |Ars Nouveau                   |ars_nouveau                   |1.25.1              |DONE      |Manifest: NOSIGNATURE
        [国创][饰品栏优化]keepcuriosinventory-1.16.5-0.0.1.jar   |KeepCuriosInventory           |keepcuriosinventory           |1.16.5-0.0.1        |DONE      |Manifest: NOSIGNATURE
        forge-1.16.5-36.2.35-universal.jar                |Forge                         |forge                         |36.2.35             |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        [多元乐事]culturaldelights-1.16.5-0.9.2.jar           |Cultural Delights             |culturaldelights              |0.9.2               |DONE      |Manifest: NOSIGNATURE
        [农夫的拓展食物] Farmers_Extra_Foods_1.2.jar             |Farmer's Extra Foods          |farmers_extra_foods           |1.0.0               |DONE      |Manifest: NOSIGNATURE
        [斯巴达的武器:暮色森林] spartantwilight-1.16.5-2.2.1.jar    |Spartan Weaponry: Twilight For|spartantwilight               |1.16.5-2.2.1        |DONE      |Manifest: NOSIGNATURE
        [国创][Fish不死崛起]Fish's Undead Rising-2.1.3.jar      |Fish's Undead Rising          |mod_lavacow                   |2.1.3               |DONE      |Manifest: NOSIGNATURE
        [沉浸式音效]ImmersiveFX+1.0.2+1.16.5.jar               |§3ImmersiveFX                 |dsurround                     |4.0.5.0             |DONE      |Manifest: NOSIGNATURE
        [原版扩充前置]selene-1.16.5-1.9.0.jar                   |Selene                        |selene                        |1.16.5-1.0          |DONE      |Manifest: NOSIGNATURE
        [地牢浮现之时]DungeonsArise-1.16.5-2.1.49-beta.jar      |When Dungeons Arise           |dungeons_arise                |2.1.49              |DONE      |Manifest: NOSIGNATURE
        forge-1.16.5-36.2.35-server.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
        [右键收取农作物]right_click_get_crops-1.16.5-1.1.0.2.jar |Right Click, Get Crops        |right_click_get_crops         |1.1.0.2             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
        [罪恶之子]sons-of-sins-1.16.5-1.0.9.jar               |sons of sins                  |sons_of_sins                  |1.0.9               |DONE      |Manifest: NOSIGNATURE
        [战斗高塔]BrassAmberBattleTowers-1.16.5-1.6.3.jar     |Brass Amber BattleTowers      |ba_bt                         |1.16.5-1.6.3        |DONE      |Manifest: NOSIGNATURE
        [国创][逝不过三]deathbutthree-1.16.5-1.0.0.jar          |DeathButThree                 |deathbutthree                 |1.16.5-1.0.0        |DONE      |Manifest: NOSIGNATURE
        [治疗调整]roughtweaks-1.16.5-2.5.0.jar                |Rough Tweaks                  |roughtweaks                   |2.5.0               |DONE      |Manifest: NOSIGNATURE
        [工具皮带] ToolBelt-1.16.5-1.16.3.jar                 |Tool Belt                     |toolbelt                      |1.16.3              |DONE      |Manifest: NOSIGNATURE
        [FTBQ]FTB任务ftb-quests-forge-1605.3.6-build.76.jar |FTB Quests                    |ftbquests                     |1605.3.6-build.76   |DONE      |Manifest: NOSIGNATURE
        [任务牌匾] QuestPlaques-1.16.5-1.0.2.jar              |Quest Plaques                 |questplaques                  |1.0.2               |DONE      |Manifest: NOSIGNATURE
        [玉 ] Jade-1.16.4-2.8.1.jar                        |Jade                          |jade                          |2.8.1               |DONE      |Manifest: NOSIGNATURE
        [前置]CreativeCore_v2.2.1_mc1.16.5.jar              |CreativeCore                  |creativecore                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
        [你再造]remodifier-1.16.5-1.2.1-hotfix.jar           |Remodified                    |modifiers                     |1.16.5-1.2.1        |DONE      |Manifest: NOSIGNATURE
        [国创][旷野之塔:重置] towers_of_the_wild-1.16.3-2.1.0.1.ja|Towers Of The Wild            |towers_of_the_wild            |1.16.3-2.1.0        |DONE      |Manifest: NOSIGNATURE
        [区块载入器] ChickenChunks-1.16.5-2.9.1.89-universal.ja|ChickenChunks                 |chickenchunks                 |2.9.1.89            |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
        [任务牌匾前置] Iceberg-1.16.5-1.0.45.jar                |Iceberg                       |iceberg                       |1.0.45              |DONE      |Manifest: NOSIGNATURE
        [FTB备份]ftb-backups-2.1.2.2.jar                    |FTB Backups                   |ftbbackups                    |2.1.2.2             |DONE      |Manifest: NOSIGNATURE
        [寻龙杖]dragonseeker-1.1.jar                         |Dragonseeker                  |dragonseeker                  |1.1                 |DONE      |Manifest: NOSIGNATURE
        [多态合成]polymorph-forge-1.16.5-0.40.jar             |Polymorph                     |polymorph                     |1.16.5-0.40         |DONE      |Manifest: NOSIGNATURE
        [储物抽屉] StorageDrawers-1.16.3-8.5.2.jar            |Storage Drawers               |storagedrawers                |8.5.2               |DONE      |Manifest: NOSIGNATURE
        [简单的茶] simplytea-1.16.5-2.4.0.jar                 |Simply Tea                    |simplytea                     |2.4.0               |DONE      |Manifest: NOSIGNATURE
        [殖民地前置] structurize-1.16.5-1.0.392-RELEASE.jar    |Structurize                   |structurize                   |1.16.5-1.0.392-RELEA|DONE      |Manifest: NOSIGNATURE
        [斯巴达冰与火]SW+Ice+and+Fire-1.16.5-1.1.0.jar          |Spartan Weaponry: Ice and Fire|swiaf                         |1.16.5-1.1.0        |DONE      |Manifest: NOSIGNATURE
        [模拟殖民地] minecolonies-1.16.5-1.0.890-RELEASE.jar   |MineColonies                  |minecolonies                  |1.16.5-1.0.890-RELEA|DONE      |Manifest: NOSIGNATURE
        [苹果皮] appleskin-forge-mc1.16.x-2.4.0.jar          |AppleSkin                     |appleskin                     |2.4.0+mc1.16.4      |DONE      |Manifest: NOSIGNATURE
        [下界乐事] nethers_delight-2.1.jar                    |Nethers Delight               |nethers_delight               |2.1                 |DONE      |Manifest: NOSIGNATURE
        [时间HUD]odysseyhud-forge-1.16.5-1.0.jar            |OdysseyHUD                    |odysseyhud                    |1.0                 |DONE      |Manifest: NOSIGNATURE
        [A战利品箱] lootr-1.16.5-0.2.17.48.jar                |Lootr                         |lootr                         |0.1.15.46           |DONE      |Manifest: NOSIGNATURE
        [生活调味料:胡萝卜版] SoL-Carrot-1.16.5-1.10.1.jar         |Spice of Life: Carrot Edition |solcarrot                     |1.16.5-1.10.1       |DONE      |Manifest: NOSIGNATURE
        [国创][现代化 UI] ModernUI-1.16.5-2.7.1.105-universal.j|Modern UI                     |modernui                      |2.7.1.105           |DONE      |Manifest: 72:da:aa:fa:02:98:8b:71:b7:c5:ce:aa:0f:0d:cb:a3:ac:4b:97:d4:bc:fa:58:e6:98:e1:2e:ca:f4:61:a2:b0
        [月亮事件]enhancedcelestials-2.0.9-1.16.5.jar         |Enhanced Celestials           |enhancedcelestials            |2.0.9-1.16.5        |DONE      |Manifest: NOSIGNATURE
        [工作台优化前置]PuzzlesLib-v1.0.15-1.16.5-Forge.jar      |Puzzles Lib                   |puzzleslib                    |1.0.15              |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
        [水产养殖2] Aquaculture-1.16.5-2.1.22.jar             |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.22       |DONE      |Manifest: NOSIGNATURE
        [农夫的茶] farmerstea-1.16.5-1.3.jar                  |Farmer's Tea - A Compat Mod   |farmerstea                    |1.16.5-1.3          |DONE      |Manifest: NOSIGNATURE
        [A国创][轻食物语]LightMeals-1.16.5-1.0.jar              |Light Meals                   |lightmeals                    |1.0                 |DONE      |Manifest: NOSIGNATURE
        [更强更远]HarderFarther-1.16.5-1.36.0.6.jar           |Harder Farther Mod            |harderfarther                 |1.36.0.6            |DONE      |Manifest: NOSIGNATURE
        [时装盔甲重制版]CosmeticArmorReworked-1.16.5-v5.jar      |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v5           |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        [治愈营火] healingcampfire_1.16.5-3.9.jar             |Healing Campfire              |healingcampfire               |3.9                 |DONE      |Manifest: NOSIGNATURE
        [清除掉落物]item kill-1.16.5-1.0.0.jar                 |itme kill                     |itme_kill                     |1.0.0               |DONE      |Manifest: NOSIGNATURE
        [经验书]xptome-1.16.5-v2.1.5.jar                     |XP Tome                       |xpbook                        |v2.1.5              |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: 36b6fa4e-a21c-4573-8d66-958d91f8ab15
    Player Count: 3 / 8; [ServerPlayerEntity['Bekoom'/301, l='ServerLevel[world]', x=231.06, y=70.64, z=-1018.72], ServerPlayerEntity['FNB7997'/2591, l='ServerLevel[world]', x=-354.00, y=43.00, z=898.67], ServerPlayerEntity['Starry_sky'/3441, l='ServerLevel[world]', x=22.35, y=68.00, z=-199.72]]
    Data Packs: vanilla, mod:cyclopscore, mod:skyvillages, mod:dungeonsmod (incompatible), mod:blue_skies (incompatible), mod:wyrmroost (incompatible), mod:philips_ruins1_16_5, mod:incontrol (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:farmersdelightintegrations, mod:yungsapi, mod:armorcurve, mod:mutantbeasts (incompatible), mod:wstweaks (incompatible), mod:guardvillagers, mod:sophisticatedbackpacks, mod:randompatches, mod:pickupnotifier (incompatible), mod:immersive_armors, mod:carryon, mod:paraglider, mod:dragonfight, mod:ninjaphenix_container_lib (incompatible), mod:dummmmmmy (incompatible), mod:twilightforest, mod:buddycards, mod:betterendforge, mod:konkrete, mod:advancementplaques, mod:structure_gel, mod:farmersdelight, mod:torchmaster (incompatible), mod:repurposed_structures, mod:biomesoplenty, mod:endrem (incompatible), mod:ironfurnaces, mod:spark, mod:curios, mod:tetra, mod:tetranomicon, mod:relics, mod:cataclysm (incompatible), mod:touhou_little_maid, mod:patchouli (incompatible), mod:itemblacklist, mod:currency (incompatible), mod:arsomega, mod:collective, mod:flowingagony, mod:uniquee (incompatible), mod:oreexcavation, mod:infinitymending (incompatible), mod:enigmaticlegacy, mod:expandedstorage (incompatible), mod:theabyss, mod:starterkit, mod:constructionwand, mod:spartanweaponry, mod:twilightdelight, mod:mutantmore, mod:architectury, mod:aiimprovements, mod:ageingspawners, mod:firstjoinmessage, mod:entity_nan_fix_potato_edition, mod:undergarden, mod:codechickenlib (incompatible), mod:voidtotem, mod:uniquebase (incompatible), mod:dreadsteel, mod:tslatentitystatus, mod:rhino, mod:mowziesmobs, mod:geckolib3 (incompatible), mod:salwayseat (incompatible), mod:ftblibrary, mod:ftbteams, mod:bountifulbaubles (incompatible), mod:jei, mod:kubejs, mod:lootjs, mod:itemfilters, mod:visualworkbench, mod:attributefix, mod:conjurer_illager (incompatible), mod:abnormals_core, mod:goblintraders, mod:libraryferret, mod:expanvils, mod:ringsofascension (incompatible), mod:waystones (incompatible), mod:clumps, mod:awesomedungeon, mod:mgui (incompatible), mod:naturescompass (incompatible), mod:storagenetwork, mod:champions (incompatible), mod:crockpot, mod:explorerscompass, mod:iceandfire, mod:eyeofdragons, mod:questsadditions, mod:ars_nouveau, mod:keepcuriosinventory, mod:forge, mod:culturaldelights, mod:farmers_extra_foods, mod:spartantwilight, mod:mod_lavacow, mod:dsurround, mod:selene, mod:dungeons_arise, mod:right_click_get_crops (incompatible), mod:sons_of_sins, mod:ba_bt, mod:deathbutthree, mod:roughtweaks, mod:toolbelt (incompatible), mod:ftbquests, mod:questplaques (incompatible), mod:jade, mod:creativecore, mod:modifiers (incompatible), mod:towers_of_the_wild, mod:chickenchunks (incompatible), mod:iceberg, mod:ftbbackups (incompatible), mod:dragonseeker, mod:polymorph, mod:storagedrawers (incompatible), mod:simplytea (incompatible), mod:structurize, mod:swiaf, mod:minecolonies (incompatible), mod:appleskin, mod:nethers_delight, mod:odysseyhud, mod:lootr (incompatible), mod:solcarrot, mod:modernui, mod:enhancedcelestials, mod:puzzleslib, mod:aquaculture (incompatible), mod:farmerstea, mod:lightmeals, mod:harderfarther, mod:cosmeticarmorreworked (incompatible), mod:healingcampfire, mod:itme_kill, mod:xpbook
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

Quote

Caused by: java.lang.IllegalArgumentException: Unsupported mob type for TemptGoal
    at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:40) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.entity.ai.goal.TemptGoal.<init>(SourceFile:30) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at chumbanotz.mutantbeasts.EventHandler.onEntityJoinWorld(EventHandler.java:79) ~[mutantbeasts:1.16.4-1.1.3] {re:classloading}

Contact the mod author.

  • Like 1

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.



×
×
  • Create New...

Important Information

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