Page 1 of 1

[Withdrawn] Oolite window won't close - Xubuntu

Posted: Mon Dec 02, 2013 1:07 pm
by Bugbear
Odd behaviour being seen here, not sure if it's due to my particular computer (acutally an XUbuntu VirtualBox guest running on a Win 8.1 host).

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}'`
This is a fresh install, no OXPs (I'm setting up a dev/test environment for my budding OXP authoring career...)

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)

[Withdrawn] Re: Oolite window won't close - Xubuntu

Posted: Mon Dec 02, 2013 3:39 pm
by Bugbear
FYI, fresh install on fresh Debian VM works fine.

This question can be withdrawn.