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

Improved plugin error handling #982

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Improved plugin error handling #982

merged 1 commit into from
Sep 27, 2023

Conversation

gentlegiantJGC
Copy link
Member

Catch any exception raised when loading or running a plugin to better sandbox it. Catching BaseException will catch all exceptions and stop them propagating up the program.

Fixes #943

Catch any exception raised when loading or running a plugin to better sandbox it.
Catching BaseException will catch all exceptions and stop them propagating up the program.
@gentlegiantJGC gentlegiantJGC merged commit 30d11ae into 0.10 Sep 27, 2023
3 checks passed
@gentlegiantJGC gentlegiantJGC deleted the bug-943 branch September 27, 2023 16:10
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.

[Bug Report] UI Breakdown and World Loading Failure on Bad Plugin Installation
1 participant