arianne / stendhal

Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel.
https://arianne-project.org
GNU General Public License v2.0
577 stars 200 forks source link

Nativehelper Process Doesn't Exit on Windows #736

Open AntumDeluge opened 4 weeks ago

AntumDeluge commented 4 weeks ago

🐞 Describe the bug

When the Neutralinojs client is built with nativehelper, the nativehelper.exe process does not exit after closing the client's window.

image

image

Every time the client is launched it executes a new nativehelper.exe process as well:

image

I think this is the cause of the issue of having to press the stop button in Steam to close the process.

I believe this is a separate issue from the Neutralinojs app window taking a long time to close.

AntumDeluge commented 3 weeks ago

Just came across this bug report: https://github.com/neutralinojs/neutralinojs/issues/1242

That may be the cause of our issue.