-
Posts
6 -
Joined
-
Last visited
Everything posted by nepphhh
-
Fatal TickNextTick list out of synch bug
nepphhh replied to nepphhh's topic in Support & Bug Reports
No, I realized that they were two completely unrelated issues. As all the advice in that previous thread was related to the innocuous log spam related to the endermen spawners, not this much nastier issue, I thought it would be appropriate to separate the issues into two different threads. If this isn't what I should do, I will consolidate the threads again. Apologies if there's been a misunderstanding. -
I have made a github issue on a repo which attempts to patch this, but I will also put it here because it seems like an issue that would need to be fixed in any modded install. https://github.com/TheRandomLabs/RandomPatches/issues/116 The following exception crashes the game hard, repeatedly, and frequently. [27Jul2020 03:16:30.570] [Server thread/ERROR] [net.minecraft.s erver.MinecraftServer/]: Encountered an unexpected exception net.minecraft.crash.ReportedException: Exception ticking world at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:856) ~[?:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:788) ~[?:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:81) ~[?:?] at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:643) [?:?] at net.minecraft.server.MinecraftServer.lambda$func_240784_a_$0(MinecraftServer.java:230) [?:?] at net.minecraft.server.MinecraftServer$$Lambda$6550/1020321556.run(Unknown Source) [?:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] Caused by: java.lang.IllegalStateException: TickNextTick list out of synch at net.minecraft.world.server.ServerTickList.func_205365_a(SourceFile:54) ~[?:?] at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:329) ~[?:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:852) ~[?:?] ... 6 more Exceptions are accompanied by a brief freeze (sub-1-second) followed by a crash-to-launcher. In my experience, it is more frequent when chunk generation/loading is backlogging server ticks. Examples include fast travel in creative, using /tp commands, and when entering/exiting the Nether in previously ungenerated areas. Prior to recent commits to that repo I linked above (faef98 and a5563c) it seemed to me to arise most frequently in the presence of multiple hostile mobs/mob spawners. Since those commits this behavior is absent and crashes are far less frequent (occur on an hourly basis, not minutely basis). AKA: the "fix" isn't totally a fix, but it helps. I'm not sure--but this seems like something that Forge should take care of. A quick look around shows a lot of people are starting to deal with the same crash recently.
-
Log spam: ClientWorld cannot be cast to ServerWorld
nepphhh replied to nepphhh's topic in Support & Bug Reports
Is there a patch to fix this vanilla bug? -
Log spam: ClientWorld cannot be cast to ServerWorld
nepphhh replied to nepphhh's topic in Support & Bug Reports
Thanks for the lead. Looks like this is the bug: https://bugs.mojang.com/browse/MC-189565 The crash apparently is completely unrelated to the enderman spawners & is solely a problem with the TickNextTick list out of synch bug. I've been getting repeated crashes without any kind of log spam now for a while. -
My game is crashing semi-reproducably during mobs spawning & chunk loading. [26Jul2020 14:30:53.381] [Render thread/DEBUG] [mixin/]: Mixing net.minecraft.client.renderer.MixinOverlayRenderer from mixins.optiforge.json into net.minecraft.client.renderer.OverlayRenderer [26Jul2020 14:30:53.384] [Render thread/INFO] [OptiForge/]: [PRE] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.OverlayRendererTransformer" for class "net.minecraft.client.renderer.OverlayRenderer" [26Jul2020 14:30:53.386] [Render thread/INFO] [OptiForge/]: [POST] Found a transformer "io.github.zekerzhayard.optiforge.asm.transformers.net.minecraft.client.renderer.OverlayRendererTransformer" for class "net.minecraft.client.renderer.OverlayRenderer" [26Jul2020 14:30:53.521] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 3290ms or 65 ticks behind [26Jul2020 14:30:53.521] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [26Jul2020 14:30:53.600] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld [26Jul2020 14:30:53.865] [Render thread/WARN] [net.minecraft.entity.EntityType/]: Exception loading entity: And then a very long stack trace just repeating this: net.minecraft.crash.ReportedException: Loading entity NBT at net.minecraft.entity.Entity.func_70020_e(Entity.java:1487) ~[?:?] at net.minecraft.entity.EntityType.lambda$loadEntityUnchecked$2(EntityType.java:452) ~[?:?] at net.minecraft.entity.EntityType$$Lambda$6639/1868524397.accept(Unknown Source) ~[?:?] at net.minecraft.util.Util.func_215077_a(Util.java:412) ~[?:?] at net.minecraft.entity.EntityType.func_220330_a(EntityType.java:449) ~[?:?] at net.minecraft.entity.EntityType.func_220343_b(EntityType.java:507) [?:?] at net.minecraft.entity.EntityType.func_220335_a(EntityType.java:489) [?:?] at net.minecraft.world.spawner.AbstractSpawner.func_184994_d(AbstractSpawner.java:252) [?:?] at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:22) [?:?] at net.minecraft.client.renderer.tileentity.MobSpawnerTileEntityRenderer.func_225616_a_(SourceFile:12) [?:?] at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228855_a_(TileEntityRendererDispatcher.java:126) [?:?] at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.lambda$renderTileEntity$0(TileEntityRendererDispatcher.java:101) [?:?] at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher$$Lambda$7240/1878667491.run(Unknown Source) [?:?] at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228853_a_(TileEntityRendererDispatcher.java:185) [?:?] at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228850_a_(TileEntityRendererDispatcher.java:99) [?:?] at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:1716) [?:?] at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1014) [?:?] at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:691) [?:?] at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:951) [?:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:582) [?:?] at net.minecraft.client.main.Main.main(Main.java:184) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.1-32.0.75.jar:32.0] at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$452/1925489578.call(Unknown Source) [forge-1.16.1-32.0.75.jar:32.0] at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] Caused by: java.lang.ClassCastException: net.minecraft.client.world.ClientWorld cannot be cast to net.minecraft.world.server.ServerWorld at net.minecraft.entity.monster.EndermanEntity.func_70037_a(EndermanEntity.java:186) ~[?:?] at net.minecraft.entity.Entity.func_70020_e(Entity.java:1472) ~[?:?] ... 31 more I cannot find anything about this enderman/entity NBT/ClientWorld cannot be cast exception, other than that it seems related to a typing issue. For some reason I feel like maybe OptiForge is to blame, but I haven't yet tested that hunch. Here is the latest.log. https://pastebin.com/tjfyeRXz Repeating exceptions have been <snipped> for clarity. I removed approximately 24k lines. I cannot upload debug.log to pastebin or the forum due to the size of the file. (1.6 Mb). What's a good alternative you recommend using? If there is any debugging I can help with, I gladly will. Here is the modlist embedded, since pastebin is crapping the bed... .minecraft\mods\bedspreads-FORGE-1.16.1-4.0.jar .minecraft\mods\Berry-Good-1.16.1-3.0.0.jar .minecraft\mods\BetterBurning-1.16.1-2.0.2.jar .minecraft\mods\BetterCaves-1.16.1-1.0.jar .minecraft\mods\BetterMineshaftsForge-1.16.1-1.3.jar .minecraft\mods\BiomesOPlenty-1.16.1-11.0.0.390-universal.jar .minecraft\mods\bottleyourxp_1.16-1.3.jar .minecraft\mods\collective-1.16.1-1.35.jar .minecraft\mods\corpsecomplex-FORGE-1.16.1-3.0.jar .minecraft\mods\DungeonCrawl-1.16.1-2.0.1.jar .minecraft\mods\dungeons-plus-1.16.1-1.0.2.jar .minecraft\mods\edibles_1.16-1.1.jar .minecraft\mods\elenaidodge-1.16.1-1.7.1.jar .minecraft\mods\environmentalcreepers-forge-1.16.1-1.6.1.jar .minecraft\mods\Extra-Boats-1.16.1-1.4.0.jar .minecraft\mods\FastLeafDecay-v23.jar .minecraft\mods\fixedanvilrepaircost_1.16-1.1.jar .minecraft\mods\GentleFawn-1.0.4-MC1.16.1.jar .minecraft\mods\grindstonesharpertools_1.16-1.4.jar .minecraft\mods\guardvillagers-1.16.1-1.1.1.jar .minecraft\mods\guildedarmor-1.16.1-1.0.1.jar .minecraft\mods\HappyTrails-1.16.1-1.0.0.3.jar .minecraft\mods\huskspawn_1.16-1.1.jar .minecraft\mods\MixinBootstrap-1.0.3.jar .minecraft\mods\nccreepers_1.16-1.2.jar .minecraft\mods\NetheriteOre-1.0.0.jar .minecraft\mods\NetherPortalFix_1.16.1-7.0.0.jar .minecraft\mods\netherportalspread_1.16-3.5.jar .minecraft\mods\OptiForge-MC1.16.1-0.1.4.jar .minecraft\mods\placeableblazerods_1.16-1.0.jar .minecraft\mods\PrettyBeaches_1.16.1-5.0.0.jar .minecraft\mods\preview_OptiFine_1.16.1_HD_U_G2_pre10.jar .minecraft\mods\Quark-r2.2-255.jar .minecraft\mods\randompatches-1.16.1-1.22.1.0.jar .minecraft\mods\rndbmflowers_1.16-1.2.jar .minecraft\mods\simplefarming-1.16.1-1.3.1.jar .minecraft\mods\skeletonhs_1.16-1.3.jar .minecraft\mods\snowundertrees-1.16.1-v1.1.1.jar .minecraft\mods\spidersprwebs_1.16-1.1.jar .minecraft\mods\strayspawn_1.16-1.1.jar .minecraft\mods\structure-gel-api-1.16.1-1.1.1.jar .minecraft\mods\teleportmod_1.16.1-1.1.2.jar .minecraft\mods\Tiny-Coal-1.16.1-1.0.0.jar .minecraft\mods\valhelsia_structures-16.0.1.jar .minecraft\mods\Xaeros_Minimap_20.17.0_Forge_1.16.1.jar .minecraft\mods\XaerosWorldMap_1.7.4_Forge_1.16.1.jar .minecraft\mods\zombiehs_1.16-2.4.jar .minecraft\mods\Abnormals-Core-1.16.1-v2.0.0.jar .minecraft\mods\AI-Improvements-1.16.1-0.3.0.jar .minecraft\mods\almostalltheores-3.0.0.2.jar .minecraft\mods\AmbientEnvironment-4.0.0.1.jar .minecraft\mods\AppleSkin-mc1.16.1-forge-1.0.14.jar .minecraft\mods\AutoRegLib-1.6-42.jar .minecraft\mods\backpacked-1.4.4-1.16.1.jar