skyrim-community-shaders icon indicating copy to clipboard operation
skyrim-community-shaders copied to clipboard

Skyrim exe hangs and cannot exit on game close

Open alandtse opened this issue 1 year ago • 2 comments

On a vanilla Skyrim setup, Community shaders ends up in a deadlock with the threadpool with an active task that refuses to close. This requires killing the process in taskmanager.

It may be a shader task that failed and isn't being cleaned up. I've disabled the filewatcher queuing in code and still get the impact. It may be related to the bug where FXAA IS started trying to be compiled.

alandtse avatar Apr 28 '24 05:04 alandtse

Ok, when I have a full load order, I don't run into this.

alandtse avatar Apr 30 '24 09:04 alandtse

We're stuck waiting on a stuck thread in https://github.com/bshoshany/thread-pool. This behavior remains even when updating to the latest version (which introduced a API change).

alandtse avatar May 07 '24 06:05 alandtse