If a plugin crash, it will crash the whole application? #642
-
|
Plugins are not DLLs. They are built into ecode itself. I think this will be the case. |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Sep 9, 2025
Replies: 1 comment
-
|
Being a DLL has nothing to do with the question (it would crash the application the same way eepp crashes ecode). In order to not crash the application, plugins would need to run an a sandboxed separate process. This is not something I plan to do, the architecture of the project does not allow it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blueberryscone238
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Being a DLL has nothing to do with the question (it would crash the application the same way eepp crashes ecode). In order to not crash the application, plugins would need to run an a sandboxed separate process. This is not something I plan to do, the architecture of the project does not allow it.