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

Object unlink sanity check #140

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

bryanperris
Copy link
Contributor

This is a simply sanity check: if an object has already been unlinked from a room, do nothing else and just return.

This fixes the crash issue for issues:
#7
#8

@JeodC
Copy link
Collaborator

JeodC commented Apr 22, 2024

Will this also fix #141?

@winterheart
Copy link
Collaborator

Will this also fix #141?

No, still crashes on loading level.

@bryanperris
Copy link
Contributor Author

This only prevents a crash related to object unlinking, not audio.

@Lgt2x Lgt2x added the needs testing Needs testing to confirm issue or resolution label Apr 22, 2024
@Lgt2x Lgt2x merged commit b1dac9e into DescentDevelopers:main Apr 22, 2024
4 checks passed
@Lgt2x
Copy link
Member

Lgt2x commented Apr 22, 2024

Good enough fix for now, we'll revisit if needed

JeodC pushed a commit that referenced this pull request Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs testing Needs testing to confirm issue or resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading any demo play file for native linux results in crash Save/Load corruption bug for native Linux
4 participants