Dynamic Surroundings: Fabric Edition

Dynamic Surroundings: Fabric Edition

745k Downloads

Game crashes when exiting a minecraft world

2003HondaAccord opened this issue ยท 4 comments

commented

whenever im using the mod (version 0.0.3 and earlier), when exiting a minecraft world the game crashes with this mouseClicked event handler error and exit code -1

crash-2021-10-20_11.34.28-client.txt

commented

I have seen this as well. About 50/50 chance of getting this error when exiting. What's strange is that I do not have any hooks along these code paths.

commented

I am going to be making a speculative fix. I am moving the hook location of my deinit code to occur before the MC sound engine shuts down its processing on world exit. My theory is that my processing threads may have tripped over this problem, but because how OpenAL works the client thread will pick up the error thus causing this exception.

commented

Pushed 0.0.4.

commented

Still crashing for me