[net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 2194ms behind, skipping 43 tick(s)
只是短时间数据量过大,不是报错……通常会发生在有大范围地形更新的时候(创世神)
所以这个没详细信息,一定要看的话,log文件夹 日志
所以这个没详细信息,一定要看的话,log文件夹 日志
悠然.忆梦 发表于 2018-12-24 23:38
只是短时间数据量过大,不是报错……通常会发生在有大范围地形更新的时候(创世神)
所以这个没详细信息, ...
那怎么解决,加了神奇宝贝mod就一直这样,有时候还导致服务器崩溃
25.12 00:41:25 [Server] Server thread/ERROR [FML]: Index: 5 Listeners:
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 0: NORMAL
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@42da5df5 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 2: ASM: sponge onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 3: ASM: noppes.npcs.ServerTickHandler@6da265c6 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 4: ASM: com.pixelmonmod.pixelmon.TickHandler@5893f33f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 5: ASM: com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator@1762f802 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
这个怎么解决
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 0: NORMAL
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@42da5df5 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 2: ASM: sponge onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 3: ASM: noppes.npcs.ServerTickHandler@6da265c6 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 4: ASM: com.pixelmonmod.pixelmon.TickHandler@5893f33f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [FML]: 5: ASM: com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator@1762f802 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
25.12 00:41:25 [Server] Server thread/ERROR [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
这个怎么解决
邪恶饲主 发表于 2018-12-25 00:45
25.12 00:41:25 [Server] Server thread/ERROR [FML]: Index: 5 Listeners:
25.12 00:41:25 [Server] Serve ...
既然是服务器崩溃,一开始就说明,并且贴上崩溃日志
crash_reports....
大概是你的服务器比较差,不能完美运行神奇宝贝这种大型mod。你可以试试加一些优化插件,但是作用可能不大
---- Minecraft Crash Report ----WARNING: coremods are present:  SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3413.jar)Contact their authors BEFORE contacting forge// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]Time: 12/25/18 3:11 PMDescription: Exception in server tick loopjava.lang.NullPointerException: Exception in server tick loop        at com.pixelmonmod.pixelmon.config.BetterSpawnerConfig.checkInterval(BetterSpawnerConfig.java:351)        at com.pixelmonmod.pixelmon.api.spawning.SpawnAction.doSpawn(SpawnAction.java:44)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon.doSpawn(SpawnActionPokemon.java:54)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon.doSpawn(SpawnActionPokemon.java:18)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.doPass(TickingSpawner.java:59)        at com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator.onTick(SpawnerCoordinator.java:34)        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_134_SpawnerCoordinator_onTick_ServerTickEvent.invoke(.dynamic)        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:682)        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:639)        at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:278)        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657)        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)        at java.lang.Thread.run(Thread.java:748)A detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- Head --Thread: Server threadStacktrace:        at com.pixelmonmod.pixelmon.config.BetterSpawnerConfig.checkInterval(BetterSpawnerConfig.java:351)        at com.pixelmonmod.pixelmon.api.spawning.SpawnAction.doSpawn(SpawnAction.java:44)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon.doSpawn(SpawnActionPokemon.java:54)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon.doSpawn(SpawnActionPokemon.java:18)        at com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.doPass(TickingSpawner.java:59)        at com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator.onTick(SpawnerCoordinator.java:34)        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_134_SpawnerCoordinator_onTick_ServerTickEvent.invoke(.dynamic)        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:682)-- Sponge PhaseTracker --Details:        Phase Stack: [Empty stack]Stacktrace:        at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjj000(MinecraftServer.java:3982)        at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)        at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)        at java.lang.Thread.run(Thread.java:748)-- System Details --Details:        Minecraft Version: 1.12.2        Operating System: Linux (amd64) version 2.6.32-696.el6.x86_64        Java Version: 1.8.0_162, Oracle Corporation        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation        Memory: 1480617272 bytes (1412 MB) / 3728736256 bytes (3556 MB) up to 3728736256 bytes (3556 MB)        JVM Flags: 2 total; -Xmx4000M -Xms4000M        IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94        FML: MCP 9.42 Powered by Forge 14.23.4.2705 34 mods loaded, 34 mods active        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored        | State     | ID                | Version                     | Source                                         | Signature                                |        |:--------- |:----------------- |:--------------------------- |:---------------------------------------------- |:---------------------------------------- |        | UCHIJAAAA | minecraft         | 1.12.2                      | minecraft.jar                                  | None                                     |        | UCHIJAAAA | mcp               | 9.42                        | minecraft.jar                                  | None                                     |        | UCHIJAAAA | FML               | 8.0.99.99                   | sponge1.12.2.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |        | UCHIJAAAA | forge             | 14.23.4.2705                | sponge1.12.2.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |        | UCHIJAAAA | spongeapi         | 7.1.0-SNAPSHOT-2d8df24      | spongeforge-1.12.2-2705-7.1.0-BETA-3413.jar    | None                                     |        | UCHIJAAAA | sponge            | 1.12.2-2705-7.1.0-BETA-3413 | spongeforge-1.12.2-2705-7.1.0-BETA-3413.jar    | 6729a677746f8cf63ef31881f913ed15d431b7f0 |        | UCHIJAAAA | ironbackpacks     | 1.12.2-3.0.5-6              | IronBackpacks-1.12.2-3.0.5-6.jar               | None                                     |        | UCHIJAAAA | mineral_expansion | 1.0.0                       | Mineral_Expansion-1.0.1.jar                    | None                                     |        | UCHIJAAAA | pixelmon          | 2.3.0                       | PixelmonGenerations-1.12.2-2.3.0-universal.jar | None                                     |        | UCHIJAAAA | pixelextras       | 2.3.9                       | PixelExtras-1.12.2-2.3.9-universal.jar         | None                                     |        | UCHIJAAAA | pokelucky         | 3.8.1                       | pokelucky-3.8.1汉化(1.12.2).jar                  | None                                     |        | UCHIJAAAA | torcherino        | 7.1                         | torcherino-7.1.jar                             | None                                     |        | UCHIJAAAA | customnpcs        | 1.12                        | 自定义NPC.jar                                     | None                                     |        | UCHIJAAAA | griefprevention   | 4.3.0                       | griefprevention-1.12.2-4.3.0.652.jar           | None                                     |        | UCHIJAAAA | flexiblelogin     | 0.16.8                      | 【登陆插件】flexiblelogin-0.16.8.jar                 | None                                     |        | UCHIJAAAA | placeholderapi    | 4.4                         | PlaceholderAPI-4.4.jar                         | None                                     |        | UCHIJAAAA | adminshop         | 1.8.2                       | 【汉化】AdminShop-1.10.2-1.8.2-universal.jar       | None                                     |        | UCHIJAAAA | mcrmb             | 1.0.0                       | McrmbCore_Sponge-FIX1.1.0-SNAPSHOT.jar         | None                                     |        | UCHIJAAAA | mcrmb_command     | 1.0.0                       | McrmbCommand_Sponge-FIX-1.1.0-SNAPSHOT.jar     | None                                     |        | UCHIJAAAA | worldedit         | 6.1.9-SNAPSHOT              | worldedit-sponge-6.1.9-SNAPSHOT-dist.jar       | None                                     |        | UCHIJAAAA | pjc               | 0.2.1                       | projectcore-7.0.0-0.2.1.jar                    | None                                     |        | UCHIJAAAA | stackban          | 0.3.0                       | stackban-7.0.0-0.3.0.jar                       | None                                     |        | UCHIJAAAA | catclearlag       | 0.8.3                       | CatClearLag-0.8.3(1).jar                       | None                                     |        | UCHIJAAAA | nucleus           | 1.3.13-S7.0                 | [完全汉化]Nucleus-1.3.13-S7.0-MC1.12.2-cn-1.6.jar  | None                                     |        | UCHIJAAAA | luckperms         | 4.2.25                      | LuckPerms-Sponge-4.2.25.jar                    | None                                     |        | UCHIJAAAA | easykits          | 0.2.0                       | easykits-7.1.0-0.2.0.jar                       | None                                     |        | UCHIJAAAA | virtualchest      | 1.0.0-beta-6                | VirtualChest-1.0.0-beta-6.jar                  | None                                     |        | UCHIJAAAA | pixelautomessages | 1.0.3                       | [公告]PixelAutoMessages-1.0.3-b15.jar            | None                                     |        | UCHIJAAAA | pjb               | 0.2.0                       | projectborders-7.1.0-0.2.0.jar                 | None                                     |        | UCHIJAAAA | economylite       | 2.12                        | EconomyLite-6.0.0-2.12-23.jar                  | None                                     |        | UCHIJAAAA | totaleconomy      | 1.8.1                       | TotalEconomy-1.8.1.jar                         | None                                     |        | UCHIJAAAA | holograms         | 3.1.5                       | holograms-3.1.5.jar                            | None                                     |        | UCHIJAAAA | newhonor          | 2.4.2                       | NewHonor-2.4.2-b329-SpongeAPI7.1.0.jar         | None                                     |        | UCHIJAAAA | wolrdpc           | 1.0                         | worldPc0.0.6.jar                               | None                                     |        Loaded coremods (and transformers): SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3413.jar)  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer        Profiler Position: N/A (disabled)        Player Count: 5 / 40; [EntityPlayerMP['Kure'/33, l='world', x=-18574.66, y=80.54, z=-19716.88], EntityPlayerMP['pianzhi_'/31, l='world', x=25905.01, y=55.00, z=-2309.77], EntityPlayerMP['baizel'/32, l='nlz', x=-8171.50, y=105.00, z=-11207.50], EntityPlayerMP['Aop_zhi'/129, l='world', x=-18291.23, y=67.00, z=-18937.86], EntityPlayerMP['Zan_Shen'/210, l='world', x=28954.83, y=74.00, z=-5.47]]        Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
悠然.忆梦 发表于 2018-12-25 08:13
既然是服务器崩溃,一开始就说明,并且贴上崩溃日志
crash_reports....
崩溃报告发了