wine for assault cube
#15
masterrob213: you seem to be very new to the *nix world .. you don't need to restart your computer. For one thing you could just pass "-t" to your binary to make it use a windowed-mode instead of fullscreen. But even if it's "hiding" your desktop - you still have (at least 5) consoles. Press Ctrl+Alt+[F1..F5] to get to one of them - login (as the same user running AC) - then do a
ps aux|grep _client
Find the proper line and PID (process identifier) (2nd column) describing the AC process and then do (example, numbers will be different for you):
foo@bar:~$ ps aux|grep _client
foo      2696 74.1  4.6 481816 189216 pts/0   Rl+  12:13   0:11 /home/foo/Games/AC/1.1.0.4/bin_unix/linux_64_client --home=/home/foo/.assaultcube_v1.1 --init
foo      2729  0.0  0.0  12756   856 pts/1    S+   12:14   0:00 grep --color=auto _client
foo@bar:~$ kill -9 2696
Once that process has been killed you can return to your desktop - depending on OS this is at Ctrl+Alt+ F6 or F7, or maybe even F8. Sometimes the resolution may have been botched, and often the mouse will be unresponsive - this is either fixed by a run-and-quit of a cube-engine .. or indeed by a restart - but it'd be enough to restart your X-session. On Gnome the system-menu can be reached via Alt+F1 .. then use your keyboard to get to a logout button - you might have direct access to some restart/logout/..-options by pressing Ctrl+Alt+Del .. it depends on which OS/screenmanager (and version thereof) you're running. Learn to use your box, that's what makes *nix so different from Windows - it's documented and fully-configurable .. not a blackbox-system that gives you empty error-messages and no way to cure stuff other than rebooting :-P
Thanks given by:


Messages In This Thread
wine for assault cube - by masterrob213 - 30 Nov 10, 12:31AM
RE: wine for assault cube - by V-Man - 30 Nov 10, 01:16AM
RE: wine for assault cube - by Bullpup - 30 Nov 10, 08:24PM
RE: wine for assault cube - by jiba - 30 Nov 10, 09:07PM
RE: wine for assault cube - by masterrob213 - 30 Nov 10, 11:23PM
RE: wine for assault cube - by tempest - 01 Dec 10, 12:08AM
RE: wine for assault cube - by masterrob213 - 01 Dec 10, 01:16AM
RE: wine for assault cube - by tempest - 01 Dec 10, 03:27PM
RE: wine for assault cube - by OpenSource - 01 Dec 10, 10:19AM
RE: wine for assault cube - by masterrob213 - 01 Dec 10, 11:02PM
RE: wine for assault cube - by tempest - 02 Dec 10, 06:07PM
RE: wine for assault cube - by Billybob - 02 Dec 10, 06:24PM
RE: wine for assault cube - by OpenSource - 03 Dec 10, 01:01PM
RE: wine for assault cube - by masterrob213 - 05 Dec 10, 03:43AM
RE: wine for assault cube - by flowtron - 09 Dec 10, 12:23PM
RE: wine for assault cube - by tempest - 09 Dec 10, 04:46PM