Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ET
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
ccrunner84
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2003
Posts: 77

PostPosted: Sat Aug 16, 2003 1:05 am    Post subject: ET Reply with quote

Have problem, not sure what to do exactly...

I can cd /usr/games/bin and type ./et and it'll run

if I just type et say in Run in KDE it won't do anyting, how can I get it to work with just a shortcut? its worked before.. chmod it? cuz im all outta ideas...
Back to top
View user's profile Send private message
pross
Apprentice
Apprentice


Joined: 30 Jul 2003
Posts: 156
Location: Ireland

PostPosted: Sat Aug 16, 2003 1:08 am    Post subject: Reply with quote

make sure you are in the 'games' group then /usr/games/bin will be added to your PATH
Back to top
View user's profile Send private message
ccrunner84
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2003
Posts: 77

PostPosted: Sat Aug 16, 2003 6:52 am    Post subject: Reply with quote

nope, when i just type et at the shell it says if you see this message.. blah blah something is wrong.. but I don't believe that because I can cd to the dir and ./et and it runs fine.. what gives.. lol
Back to top
View user's profile Send private message
prower
n00b
n00b


Joined: 08 Aug 2003
Posts: 63

PostPosted: Sat Aug 16, 2003 12:14 pm    Post subject: Reply with quote

Well, you're probably going to have to be a bit more specific than that, otherwise I don't think anyone's going to be able to figure out the answer ;>

ccrunner84 wrote:
nope, when i just type et at the shell it says if you see this message.. blah blah something is wrong.. but I don't believe that because I can cd to the dir and ./et and it runs fine.. what gives.. lol
Back to top
View user's profile Send private message
RangerDude
Guru
Guru


Joined: 19 Apr 2003
Posts: 301

PostPosted: Sat Aug 16, 2003 6:54 pm    Post subject: Reply with quote

Try running it in a terminal (as option in shortcut). It sounds like a familliar quake3/KDE problem.
Back to top
View user's profile Send private message
ccrunner84
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2003
Posts: 77

PostPosted: Sat Aug 16, 2003 7:06 pm    Post subject: Reply with quote

I can do that.. by cd /usr/games/bin then ./et but I cannot just type et in run and get it to work like it always did.. :(
Back to top
View user's profile Send private message
Celtis
l33t
l33t


Joined: 05 Jul 2003
Posts: 737

PostPosted: Sat Aug 16, 2003 7:27 pm    Post subject: Reply with quote

What I think RangerDude meant was just type in et in a terminal and then you can copy / paste the exact error message
Back to top
View user's profile Send private message
neenee
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1786

PostPosted: Sat Aug 16, 2003 7:55 pm    Post subject: Reply with quote

replace the contents of the /opt/enemy-territory/et script
with the following:

#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd "/opt/enemy-territory"
./et.x86 $*
exit $?

and perhaps do a chown -R user /opt/enemy-territory.

good luck and enjoy ET.
Back to top
View user's profile Send private message
vvizard
n00b
n00b


Joined: 23 Jan 2003
Posts: 25
Location: Norway (Chickenfalls)

PostPosted: Sun Aug 17, 2003 12:54 pm    Post subject: Reply with quote

It shouldn't be necessary to chown anything if you used the ebuild. As root, edit /etc/group, and add your username to the games group. Then logout/login, and it should work.
Back to top
View user's profile Send private message
xcham
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jul 2003
Posts: 146
Location: Toronto, ON, Canada

PostPosted: Sun Aug 24, 2003 8:35 pm    Post subject: Reply with quote

It's strange, some games rely on the CWD being a certain dir with certain files... or in a relative path to the CWD... try creating a script like this, call it "runet"



#!/bin/sh
cd /usr/games/bin
./et


stick it in /usr/local/bin and chmod +x runet

Kinda similar to what neenee suggested but I think the ebuild might install things differently under gentoo... dunno though, I don't play ET.

then type "runet" at the KDE run menu... I remember I had a similar problem with quake1 on my slack box.
Back to top
View user's profile Send private message
ccrunner84
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2003
Posts: 77

PostPosted: Mon Aug 25, 2003 4:01 am    Post subject: Reply with quote

and another thing is that ET takes forever to load up...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum