liground icon indicating copy to clipboard operation
liground copied to clipboard

Does liground send a quit command to engines before quitting?

Open tsoj opened this issue 3 years ago • 1 comments
trafficstars

When I close LiGround, sometimes engine processes continue to exist and run. I also saw this happening with Nibbler, where the solution was to set quit commands to all engines, before quitting the program itself.

tsoj avatar Feb 07 '22 22:02 tsoj

Hello @tsoj , thank you for the bug report.

There is a quit() method already, but I think it is not called on the program close event right now.

https://github.com/ml-research/liground/blob/acbd3266c471a78ccb016841eb28e8e326f4390b/src/renderer/engine/driver.js#L186-L199

This issue may also be related to

  • https://github.com/QueensGambit/CrazyAra/issues/81

QueensGambit avatar Feb 08 '22 10:02 QueensGambit