[Bug] Constant soft crashes during combat
Every few waves or during boss fights the game will freeze for 15-20s and then come back. The whole executable freezes, so clicking makes it turn white but my computer is still running fine and the game does recover. Usually by then I'll have died since armor and HP don't mean anything (especially to a wave of weak enemies that gets to bypass all armor and resistances if they chain you for more than 1 second). This happens in every zone on every session.
This only started since day 1 of Dawn of the Hunt. 1 zone may have 3 of these happen. If I'm lucky it happens outside of combat after clearing a mob. It appears to be an issue with loading or unloading, however you're handling the level instances and calculations/spawns/rarity determinations/etc. and the engine is determining that there's too many actions happening (at least on the local client instance since the server still happily processes our deaths). Hope that points you in the right direction. ขุดครั้งสุดท้าย เมื่อ 27 พ.ค. 2025 03:41:55
|
![]() |
I just remembered it actually happens in town too when in the shop or stashes, but that's also usually after coming back from an instance.
So not only in combat but mostly. |
![]() |
It's not letting me post an image without uploading it somewhere else first. The bug seems to be related to graphics textures and effects though. After a crash and restore, the attack abilities have to load their effects and the Ziggurat endgame base can be missing ground textures.
This indicates some type of leak or asset management issue where the engine is not clearing it out properly or it's performing some paging/swap task incorrectly. I have 16GB of VRAM on this computer for reference and only the exe is crashing. |
![]() |
Update on the crashing/freezing. Changing the settings to 64 FPS from 240 and setting affinity to high fixed it for me. POE2 has some mechanics tied to frames and when it has too many actions sequences that seems to cause it to pause so it can "catch up". Probably an engine issue/limitation.
There are still minor other rare crashes like server ones (multiple people kicked out at once) or crash to desktop (usually also happens to others simultaneously), but lowering frames has been an extremely stable solution for me. |
![]() |