KPSAS
本帖最后由 爱心魔王FHC 于 2020-7-22 09:58 编辑


这是服务器崩溃报告 总是莫名其妙就自动关闭重启了
还有mod和插件什么的 麻烦大哥们了!




2021.12 数据,可能有更多内容> [04:05:11] [Server thread/ERROR]: 15: ASM: eu.keray.swarm.SwarmWorld@6730a29 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 16: ASM: eu.keray.swarm.SwarmWorld@277b8735 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 17: ASM: eu.keray.swarm.SwarmWorld@1ae16149 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 18: ASM: eu.keray.swarm.SwarmWorld@4dd127e onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 19: ASM: eu.keray.swarm.SwarmWorld@7f646fff onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 20: ASM: eu.keray.swarm.SwarmWorld@4496e65f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 21: ASM: eu.keray.swarm.SwarmWorld@55ec3cad onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 22: ASM: eu.keray.swarm.SwarmWorld@39ce9a8c onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 23: ASM: eu.keray.swarm.SwarmWorld@658911dd onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 24: ASM: eu.keray.swarm.SwarmWorld@165ea72d onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 25: ASM: eu.keray.swarm.SwarmWorld@2263f81f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 26: ASM: eu.keray.swarm.SwarmWorld@6f341c25 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 27: NORMAL
> [04:05:11] [Server thread/ERROR]: 28: ASM: class com.github.tartaricacid.touhoulittlemaid.event.DelayedTaskEvent onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 29: ASM: net.minecraftforge.common.ForgeInternalHandler@6cbc371a onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 30: ASM: net.tslat.aoa3.event.GlobalEvents@3d9cec14 serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 31: ASM: ic2.core.TickHandler@1d04b12a onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 32: ASM: noppes.npcs.ServerTickHandler@35b8d68a onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 33: ASM: CoroUtil.forge.EventHandlerFML@58b9d52c tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 34: ASM: ZombieAwareness.ZAEventHandler@1dbb147c tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 35: ASM: com.corosus.inv.EventHandlerForge@3747188f tickServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: 36: LOWEST
> [04:05:11] [Server thread/ERROR]: 37: ASM: class codechicken.lib.internal.CCLLog onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
> [04:05:11] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at creepersgalore.meanmobs.init.entity.EntityUtils.summonMob(EntityUtils.java:150) ~[EntityUtils.class:?]
at creepersgalore.meanmobs.init.eventhandlers.MeanMobsEntityEditor.onZombieHurt(MeanMobsEntityEditor.java:226) ~[MeanMobsEntityEditor.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_189_MeanMobsEntityEditor_onZombieHurt_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:221) ~[EventBus.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:631) ~[ForgeHooks.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraft.entity.EntityLivingBase.damageEntity_CB(EntityLivingBase.java:1603) ~[vp.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1053) ~[vp.class:?]
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:71) ~[ade.class:?]
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:243) ~[adt.class:?]
at eu.keray.swarm.SwarmWorld.run(SwarmWorld.java:122) ~[SwarmWorld.class:?]
at eu.keray.swarm.SwarmWorld.onServerTick(SwarmWorld.java:290) ~[SwarmWorld.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_749_SwarmWorld_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:221) ~[EventBus.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:276) ~[FMLCommonHandler.class:git-CatServer-1.12.2-2019-11-27]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:793) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:419) ~[?:1.8.0_242]
at java.lang.ClassLoader.loadClass(ClassLoader.java:352) ~[?:1.8.0_242]
... 19 more
Caused by: java.lang.NullPointerException
> [04:05:11] [Server thread/ERROR]: This crash report has been saved to: /home/container/./crash-reports/crash-2020-07-22_04.05.11-server.txt
> [04:05:11] [Server thread/INFO]: Stopping server
> [04:05:11] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.4.0-b1877
> [04:05:11] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
> [04:05:11] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
> [04:05:11] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.15.0.52
> [04:05:11] [Server thread/INFO]: [Residence] Disabling Residence v4.8.4.4
> [04:05:11] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: residence
> [04:05:11] [Server thread/INFO]: [Residence Disabled!
> [04:05:11] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.15.0.52
> [04:05:11] [Server thread/INFO]: [LWC] Disabling LWC v1.9.6
> [04:05:11] [Server thread/INFO]: [LWC] Flushing protection updates (0)
> [04:05:11] [Server thread/INFO]: [NeverLag] Disabling NeverLag v1.3.0
> [04:05:11] [Server thread/INFO]: [ColorMOTD] Disabling ColorMOTD v1.5.3
> [04:05:11] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.15.0.52
> [04:05:11] [Server thread/INFO]: [Essentials] Disabling Essentials v2.15.0.52
> [04:05:11] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
> [04:05:11] [Server thread/INFO]: [AsyncKeepAlive] Disabling AsyncKeepAlive v0.3
> [04:05:11] [Server thread/INFO]: [AsyncKeepAlive] Removing packet listener...
> [04:05:11] [Server thread/INFO]: [AsyncKeepAlive] Sending signal to packet thread...
> [04:05:11] [Server thread/INFO]: [AsyncKeepAlive] Packet thread will stop in 1 second
> [04:05:11] [Server thread/INFO]: [AsyncKeepAlive] AsyncKeepAlive 0.3 is disabled in 0ms
> [04:05:11] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
> [04:05:11] [Server thread/INFO]: [KeepInventoryCooling] Disabling KeepInventoryCooling v1.2
> [04:05:11] [Server thread/INFO]: [KeepInventoryCooling] KeepInventoryCooling is Disable
> [04:05:11] [Server thread/INFO]: [AntiEMP] Disabling AntiEMP v1.0.0
> [04:05:11] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
> [04:05:11] [Server thread/INFO]: [Forging] Disabling Forging v1.0
> [04:05:11] [Server thread/INFO]: [BanItem] Disabling BanItem v3.2.2
> [04:05:11] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.1-b332
> [04:05:11] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
> [04:05:11] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
> [04:05:11] [Server thread/INFO]: GroupManager version 2.0.1-b332 is disabled!
> [04:05:11] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.9.2
> [04:05:11] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
> [04:05:11] [Server thread/INFO]: Saving players
> [04:05:11] [Server thread/INFO]: Collapsers lost connection: 服务器已关闭
> [04:05:11] [Server thread/INFO]: Collapsers left the game
> [04:05:11] [Server thread/INFO]: Saving worlds
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'world'/overworld
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM1'/the_end
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM800'/abyss
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM801'/ancient_cavern
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM802'/barathos
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM803'/candyland
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM804'/celeve
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM805'/creeponia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM806'/crystevia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM807'/deeplands
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM808'/dustopia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM809'/gardencia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM810'/greckon
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM811'/haven
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM812'/immortallis
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM813'/iromine
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM814'/lborean
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM815'/lelyetia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM816'/lunalus
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM817'/mysterium
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM818'/precasia
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM819'/runandor
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM820'/shyrelands
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM821'/vox_ponds
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM-1'/the_nether
> [04:05:11] [Server thread/INFO]: Saving chunks for level 'DIM7'/twilight_forest
> [04:05:11] [Server thread/INFO]: Unloading dimension 0
> [04:05:11] [Server thread/INFO]: Unloading dimension -1
> [04:05:11] [Server thread/INFO]: Unloading dimension 1
> [04:05:11] [Server thread/INFO]: Unloading dimension 800
> [04:05:11] [Server thread/INFO]: Unloading dimension 801
> [04:05:11] [Server thread/INFO]: Unloading dimension 802
> [04:05:11] [Server thread/INFO]: Unloading dimension 803
> [04:05:11] [Server thread/INFO]: Unloading dimension 804
> [04:05:11] [Server thread/INFO]: Unloading dimension 805
> [04:05:11] [Server thread/INFO]: Unloading dimension 806
> [04:05:11] [Server thread/INFO]: Unloading dimension 807
> [04:05:11] [Server thread/INFO]: Unloading dimension 808
> [04:05:11] [Server thread/INFO]: Unloading dimension 809
> [04:05:11] [Server thread/INFO]: Unloading dimension 810
> [04:05:11] [Server thread/INFO]: Unloading dimension 811
> [04:05:11] [Server thread/INFO]: Unloading dimension 812
> [04:05:11] [Server thread/INFO]: Unloading dimension 813
> [04:05:11] [Server thread/INFO]: Unloading dimension 814
> [04:05:11] [Server thread/INFO]: Unloading dimension 815
> [04:05:11] [Server thread/INFO]: Unloading dimension 816
> [04:05:11] [Server thread/INFO]: Unloading dimension 817
> [04:05:11] [Server thread/INFO]: Unloading dimension 818
> [04:05:11] [Server thread/INFO]: Unloading dimension 819
> [04:05:11] [Server thread/INFO]: Unloading dimension 820
> [04:05:11] [Server thread/INFO]: Unloading dimension 821
> [04:05:11] [Server thread/INFO]: Unloading dimension 7
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Stopping Packet thread...
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Note that if the stop task did not finish completely in time:
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] If this is a shutdown, you can leave it alone
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] If this is a reload, it may cause extra cpu usage
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Stopping loops...
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Stopping 14 GC tasks (including non-exists tasks)...
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Cleaning up 16 packets (including non-exists packets)...
> [04:05:11] [Timer-2/INFO]: [AsyncKeepAlive] Packet thread stopped in 1ms
> [04:05:11] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[Pterodactyl Daemon] Server marked as OFF
>
[Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon] Exit Code: 0
[Pterodactyl Daemon] Out of Memory: false
[Pterodactyl Daemon] Error Response:
[Pterodactyl Daemon] Server process detected as entering a crashed state; rebooting.
[Pterodactyl Daemon] Server marked as STARTING
[Pterodactyl Daemon] Checking size of server data directory...
[Pterodactyl Daemon] Disk Usage: 494M / 10000M
[Pterodactyl Daemon] Ensuring file permissions.
[Pterodactyl Daemon] Running server preflight.
[Pterodactyl Daemon] Starting server container.
这是服务器崩溃报告 总是莫名其妙就自动关闭重启了
还有mod和插件什么的 麻烦大哥们了!



天辉胡萝卜
本帖最后由 疾风暗影 于 2020-7-22 04:44 编辑

残忍怪物mod的问题
官方已经发现了:https://github.com/GatoCreador887/MeanMobs/issues/1

将该mod升级到1.02版本即可解决
https://www.curseforge.com/minec ... nmobs/files/2593370
国内下载:
https://c-t.work/s/91d171e0c3bb45



KPSAS
疾风暗影 发表于 2020-7-22 04:43
残忍怪物mod的问题
官方已经发现了:https://github.com/GatoCreador887/MeanMobs/issues/1


好的 我一会去试试看 没问题的话就采纳你

第一页 上一页 下一页 最后一页