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

Fix lua assertions crashing the server #198

Merged
merged 2 commits into from
May 8, 2024
Merged

Fix lua assertions crashing the server #198

merged 2 commits into from
May 8, 2024

Conversation

lionkor
Copy link
Member

@lionkor lionkor commented Dec 5, 2023

The server would crash on a Lua plugin ASSERT() - this now instead prints an error. May still lead to weird behavior, but less weird than a crash.

@lionkor lionkor linked an issue Dec 21, 2023 that may be closed by this pull request
src/main.cpp Outdated Show resolved Hide resolved
include/TLuaEngine.h Show resolved Hide resolved
@lionkor lionkor added this to the v3.3.0 milestone Jan 25, 2024
@lionkor lionkor changed the base branch from master to minor January 25, 2024 09:19
@lionkor lionkor merged commit b0cf5c7 into minor May 8, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't let Lua assertions kill the server
2 participants