You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked that no other similar issue already exists?
I have searched and not found similar issues.
A clear and concise description of what the bug is.
Running two multiplayer sessions on a single machine and not focusing one of those sessions causes that session to crash when the session that has been focused at least once attempts to save. My uninformed suspicion is that this is due to the PNG writer not having valid data to work with when creating a save file.
Steps to reproduce the behaviour.
Explain how to reproduce
-host 2 and -join localhost on the same computer
Save the game in one of these sessions the immediate moment you are in-game, do NOT alt-tab between them
The other session will immediately crash, causing multiplayer to briefly hang
I've noticed this issue before alongside saves failing in the serializer itself, likely due to the inability to access the save file since both instances are fighting for it. Honestly, I think the best strategy here would be to disable all clients on the same machine trying to save and only have the first one to receive the command do so, but I don't know what the best strategy to handle this would be.
GZDoom version
GZDoom 4.13.2
Which game are you running with GZDoom?
Doom 2
What Operating System are you using?
Windows 10
Please describe your specific OS version
No response
Relevant hardware info
No response
Have you checked that no other similar issue already exists?
A clear and concise description of what the bug is.
Running two multiplayer sessions on a single machine and not focusing one of those sessions causes that session to crash when the session that has been focused at least once attempts to save. My uninformed suspicion is that this is due to the PNG writer not having valid data to work with when creating a save file.
Steps to reproduce the behaviour.
Explain how to reproduce
-host 2
and-join localhost
on the same computerYour configuration
No response
Provide a Log
CrashReport.zip
The text was updated successfully, but these errors were encountered: