Release 0.72 #43
RaphaelIT7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[#] Fixed a crash caused by the
voicechat
module on full server shutdown.We create a ISteamUser but when we try to clean it up it was already invalid which then crashed steam.
Why was it invalid?
Because the engine calls
SteamGameServer_Shutdown
which already invalidates allISteamUser
's so our reference becomes junk.Now we handle this case properly and it won't crash anymore.
This issue has existed for many months and was utterly difficult to debug as no valid crash dump were created the entire time
See the Issue: #41
This discussion was created from the release Release 0.72.
Beta Was this translation helpful? Give feedback.
All reactions