Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault when touching a checkpoint in editor playtesting with checkpoint autosaving enabled #1198

Closed
InfoTeddy opened this issue Oct 1, 2024 · 0 comments · Fixed by #1199

Comments

@InfoTeddy
Copy link
Collaborator

To reproduce, you need to not have loaded the levels list first before entering the editor.

This has been happening since #1174 was merged. The reason is because of the following:

bool success = map.custommode ? customsavequick(cl.ListOfMetaData[playcustomlevel].filename) : savequick();

Obviously, we should not be trying to save quicksaves during in-editor playtesting. We probably don't even want auto-quicksaves during command-line playtesting either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant