Oolite launches and runs fine, but when I exit, the Oolite window freezes and will not close (it does remain
The only way to get rid of the window is to run the following command (which searches for processes containing the word 'oolite' and kills said process:
Code: Select all
kill `ps -A | awk '/oolite/{print $1}'`
I'm assuming I can fairly safely say that this is not expected behaviour, but also it must be something wrong with my config.
(I'm also building a Debian VM that will be used for Dev/Test, so if there's not an easy answer for the odd behaviour I'm seeing, I'm not going to stress about it too much provided that I can get 'normal' behaviour on the new box)