Wither Skeleton Tweaks

Wither Skeleton Tweaks

50M Downloads

Endless loading of Nether

BlackAures1 opened this issue ยท 15 comments

commented

WitherSkeletonTweaks-1.19.2-8.0.2
Modpack: Gothic Edition
Wither Skeleton has a conflict (presumably with the yung structure) which causes the game to cascade and the server to stop responding when trying to enter Nether. Crashing the game does not happen. Logs are not generated. I used visualvm to see the problem and there it is:

image
image

Full: https://pastebin.com/zTVGhDpF

Logs and debug are empty, but if you need them, here you go:
debug.log
latest.log

The important points:

  1. The world must be NEW (use my seed if it important - 121825627925). If you are using an old world with Nether already generated, you will not get this bug.
  2. The player can contact the client (open inventory, move around the world, turn the camera), but the server part of the game completely dies.
commented

At first glance this looks like a deadlock caused by adding an entity to the real world during worldgen.

commented

I'm not an expert on this

commented

Kinda surprised this hasn't been an issue before now. Weird. Trivial fix at least.

commented

I'm still getting what looks like the same hang with the 8.0.3 jar version that should have the fix, although it's with Integrated Dungeons and Structures. It might be something different. It's single-player, and I don't have a profiler. Logs are empty, as above. It's hard to get a minimal repro right now, although I've got one with several biome mods.

commented

Hello!

I appear to be getting the same issue as reported above. Upon attempting to pregenerate the Nether dimension using Chunky I consisntently encounter a thread lock. I managed to get a stack trace for this which I am including as an attachment.

Additionally, in my case I am able to consistently reproduce this issue in little time. I am not certain this will be the case with every mod list / seed combination, as I think it has something to do with worldgen and the event that is being fired. In case it is helpful, I have included a zip file with the mod list I am using.
The level seed is:
5404977835452663770
The command issued to Chunky that causes the issue is:
/chunky

Of note: Setting S:"All Biomes Chance" to 0 in the config file does stop the issue from ocurring.

Forgive the extensive reply, I do hope all the information provided helps you narrow this down!

ModList 1.19.2.zip
WST Stack Trace.txt

commented

Anyone experiencing this issue on 8.0.3 should repro a crash with this mod installed to retrieve the thread dump

https://www.curseforge.com/minecraft/mc-mods/fullstack-watchdog

commented

I've been experiencing this crash as well on our server. I've uploaded the latest.log with a ModernFix thread dump. The offending lines are the same as with v8.0.2 (line 20571 of the latest.log). The way I fixed it was to remove the offending line entirely [witherSkel.moveTo()] and everything still seems to work correctly. Although, with my limited knowledge, I doubt that's a proper fix.

	at TRANSFORMER/[email protected]/shadows.wstweaks.WSTEvents.witherTransform(WSTEvents.java:41)
	at TRANSFORMER/[email protected]/shadows.wstweaks.__WSTEvents_witherTransform_SpecialSpawn.invoke(.dynamic)
commented

Happening to me aswell, will dump crash report here: https://gist.githubusercontent.com/Gbergz/fa9d841b802f6d1c96a11a2e6d49136d/raw/34b4b147c080aa4b04a32432867b9a497e0170a6/gistfile1.txt

specific part

	at TRANSFORMER/[email protected]/net.minecraft.world.entity.Entity.m_7678_(Entity.java:1251)
	at TRANSFORMER/[email protected]/shadows.wstweaks.WSTEvents.witherTransform(WSTEvents.java:41)
	at TRANSFORMER/[email protected]/shadows.wstweaks.__WSTEvents_witherTransform_SpecialSpawn.invoke(.dynamic)
commented

Fixed in 8.0.4

commented

Im having this issue on the latest WS tweaks and my modpack. I cannot figure out why.
However I enter the nether, SP/MP, it deadlocks and game locks up tps.
I try to save and quit and it freezes entirely in saving world and I have to task manager force close the game.
https://gist.github.com/Xplodin/3e8a66b963c8cce7bf983f88667a1d8d

commented

This seems to be an issue with Pehkui.

commented

This seems to be an issue with Pehkui.

Is there a better way to debug this? Im still having the issue despite downgrading pehkui

commented

I don't think downgrading will fix it; you will likely have to remove that mod for now. I would suggest reporting this issue to them and providing the same log snippet.

EDIT: ninja'd, oops ๐Ÿ‘€

commented

It may not be fixed via downgrade. You will likely need to report it to them and/or remove it in the meantime.

commented

still an issue in latest 1.20.1 release. please fix