30 Nov 10, 12:31AM
ok i have ubuntu linux 9.04 and i i got it to download and i tried to open it and it pulles up a terminal to load it and when it gets so far it makes my cp crash what do i do now?
wine for assault cube
|
30 Nov 10, 12:31AM
ok i have ubuntu linux 9.04 and i i got it to download and i tried to open it and it pulles up a terminal to load it and when it gets so far it makes my cp crash what do i do now?
Have you tried running it outside of Wine (i.e., downloading the Linux binary or compiling for your own system)?
What error messages do you get? What video card/drivers do you have?
30 Nov 10, 08:24PM
I like rye for assaultcube,
ya like v-meng said, use the linux binaries ya nix freak
30 Nov 10, 09:07PM
I’ll have a glass of pinot gris, please. Cheers!
30 Nov 10, 11:23PM
yes i have tried to run outside wine but when I double-clicked it nothing happend. i have no idea about the graphics card
@masterrob: open a terminal, cd to the directory where you installed AC, and run
[SELECT ALL] Code: assaultcube.sh Please tell us the result.
01 Dec 10, 01:16AM
i don't know about command lines for terminals
01 Dec 10, 10:19AM
Download the Linux version AssaultCube - Download it! to your desktop.
Right-click -> extract here. Go to the folder it creates -> double-click the «assaultcube.sh». This guide you can easily follow but you need to change the version number to match the current Assaultcube version witch is 1.1.0.4 guides:64bit:assultcube [LxGC -- Linux Gamers Codex] To make a shortcut in your Games menu just double-click «install_desktop_menu.sh»
01 Dec 10, 03:27PM
01 Dec 10, 11:02PM
(This post was last modified: 02 Dec 10, 02:16AM by masterrob213.)
i do double-click the «assaultcube.sh». and it gives me 4 options to run in terminal to display it to cancel and to run it i click run in terminal a terminal pops up and goes away in less then a second i click display it does nothing you should know what cancel does and when i click run nothing happens. it also says when i double-click it "assaultcube.sh" is an executable text file. so what now?
and when i open it as a text document it reads #!/bin/sh # CUBE_DIR should refer to the directory in which Cube is placed. #CUBE_DIR=~/cube #CUBE_DIR=/usr/local/cube #CUBE_DIR=./ CUBE_DIR=$(dirname $(readlink -f "${0}")) # CUBE_OPTIONS contains any command line options you would like to start Cube with. #CUBE_OPTIONS="-f" CUBE_OPTIONS="--home=${HOME}/.assaultcube_v1.1 --init" # SYSTEM_NAME should be set to the name of your operating system. #SYSTEM_NAME=Linux SYSTEM_NAME=`uname -s` # MACHINE_NAME should be set to the name of your processor. #MACHINE_NAME=i686 MACHINE_NAME=`uname -m` case ${SYSTEM_NAME} in Linux) SYSTEM_NAME=linux_ ;; *) SYSTEM_NAME=unknown_ ;; esac case ${MACHINE_NAME} in i486|i586|i686) MACHINE_NAME= ;; x86_64) MACHINE_NAME=64_ ;; *) if [ ${SYSTEM_NAME} != native_ ] then SYSTEM_NAME=native_ fi MACHINE_NAME= ;; esac if [ -x ${CUBE_DIR}/bin_unix/native_client ] then SYSTEM_NAME=native_ MACHINE_NAME= fi if [ -x ${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client ] then cd ${CUBE_DIR} exec ${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client ${CUBE_OPTIONS} "$@" else echo "Your platform does not have a pre-compiled Cube client." echo "Please follow the following steps to build a native client:" echo "1) Ensure you have the SDL, SDL-image, OpenAL, and OpenGL libraries installed." echo "2) Change directory to source/src/ and type \"make install\"." echo "3) If the build succeeds, return to this directory and run this script again." exit 1 fi
02 Dec 10, 06:07PM
Above this line...
[SELECT ALL] Code: if [ -x ${CUBE_DIR}/bin_unix/${SYSTEM_NAME}${MACHINE_NAME}client ] [SELECT ALL] Code: SYSTEM_NAME=linux_
02 Dec 10, 06:24PM
I think you should click on the run button, not on the run in terminal button.
03 Dec 10, 01:01PM
«Run» or «Run in Terminal» will run the game.
If you use «Run in Terminal» you will have a Terminal window open and all outputs from game can be read in it. I have mine running via Terminal and have made Terminal not to close itself when i close game. Pic If tempest idea didnt work have a look at: Linux Support - AssaultWiki
05 Dec 10, 03:43AM
i still get a black screen when i run or run in terminal and i have to restart my computer and i have everything i need to play it sooo now what?
09 Dec 10, 12:23PM
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
[SELECT ALL] Code: ps aux|grep _client [SELECT ALL] Code: foo@bar:~$ ps aux|grep _client
Geez, just use
[SELECT ALL] Code: killall linux_client [SELECT ALL] Code: killall -s SIGKILL linux_client |
« Next Oldest | Next Newest »
|