[Withdrawn] Oolite window won't close - Xubuntu

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Bugbear
---- E L I T E ----
---- E L I T E ----
Posts: 415
Joined: Sun Sep 17, 2006 1:30 am

[Withdrawn] Oolite window won't close - Xubuntu

Post 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)
Last edited by Getafix on Mon Dec 16, 2013 11:54 pm, edited 1 time in total.
Reason: Marked as "Withdrawn"
Commander Bugbear
Cruising chart 5 in a Boa Class Criuser: Quantum Pelican I
Vigilante, trader, gems and precious metals hoarder.
Black Monks bothering performed at no extra charge.
User avatar
Bugbear
---- E L I T E ----
---- E L I T E ----
Posts: 415
Joined: Sun Sep 17, 2006 1:30 am

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

Post by Bugbear »

FYI, fresh install on fresh Debian VM works fine.

This question can be withdrawn.
Commander Bugbear
Cruising chart 5 in a Boa Class Criuser: Quantum Pelican I
Vigilante, trader, gems and precious metals hoarder.
Black Monks bothering performed at no extra charge.
Post Reply