View Single Post
06-04-10, 09:58 AM   #19
y02mustang
A Kobold Labourer
Join Date: Jul 2009
Posts: 1
Linux question

Not sure if this is the right MMOUI thread, but I seem to have a problem whenever I try to exit out of Minion. Whether I go to File > Exit or hit the X on the right-top corner, Minion will freeze (sometimes freezing most of my desktop as well) and the only way for me to get it to close is with a hard killall java command. Not even Ctrl+C in the terminal I opened it will work.

The command I use is here:

kill -9 `ps -ef|grep java|grep -v grep|awk '{print $2}'`

Is there a problem with the EXIT line in the code? Or is something in my system hanging it up?

I'm running 9.10 Karmic Koala and just updated the kernel today, I keep with all updates, Java is installed, etc. Minion works fine, it just doesn't want to close properly.

Thanks!
  Reply With Quote