
random crash when saving
Moderator: Graf Zahl
-
- Posts: 6
- Joined: Fri Apr 14, 2017 7:29
random crash when saving
yet another problem since the new win 10 update GZDOOM will crash randomly when saving, (what is the deal with this update messing things up
)? anybody got any ideas?

-
- Developer
- Posts: 259
- Joined: Sun Aug 07, 2011 13:36
Re: random crash when saving
Please post a crash report.
-
- Posts: 6
- Joined: Fri Apr 14, 2017 7:29
Re: random crash when saving
this it
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 259
- Joined: Sun Aug 07, 2011 13:36
Re: random crash when saving
I was asking about whole CrashReport.zip file.
-
- Posts: 6
- Joined: Fri Apr 14, 2017 7:29
Re: random crash when saving
ok think i got it this time
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 259
- Joined: Sun Aug 07, 2011 13:36
Re: random crash when saving
That's really weird, no idea how this can happen.
Could you please try to play with the same set of files loaded using the latest devbuild ?
Saved games are not compatible with 2.4.0 although I have nothing else to suggest at the moment.
Could you please try to play with the same set of files loaded using the latest devbuild ?
Saved games are not compatible with 2.4.0 although I have nothing else to suggest at the moment.
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: random crash when saving
Where does it crash?
-
- Developer
- Posts: 259
- Joined: Sun Aug 07, 2011 13:36
Re: random crash when saving
Code: Select all
void FSavegameManager::DoSave(int Selected, const char *savegamestring)
{
if (Selected != 0)
{
auto node = SaveGames[Selected];
G_SaveGame(node->Filename.GetChars(), savegamestring); // <-- here
}
// ...