Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // PC Apex Forums // PC Apex Troubleshooting // Linux OS Problems

Linux OS Problems General Linux-based OS problems.

Reply
 
LinkBack Thread Tools Display Modes
Old 11-August-06, 10:57 PM   #1 (permalink)
Apex Tech God
killert's Avatar
Default Linux games wont work

Hi again, I reinstalled ubuntu 32bit so I could play enemy Territory(my favorite game) and it is a .run file and It will not work.

Theres the pic of my error
Attached Thumbnails
linux_games_wont_work-screenshot_1.jpg  
killert is offline     Reply With Quote
Sponsored Links
Old 12-August-06, 12:24 PM   #2 (permalink)
Apex Techie Wannabe
Default Re: Linux games wont work

Try opening a terminal and typing:
Code:
~/Desktop/et-linux-2.60.x86.run
It may be that Gnome's file browser is not detecting .run files as executable. That terminal command should run it.

Quote:
Originally Posted by killert
Hi again, I reinstalled ubuntu 32bit so I could play enemy Territory(my favorite game) and it is a .run file and It will not work.

Theres the pic of my error

Ras Qulec is offline     Reply With Quote
Old 12-August-06, 02:26 PM   #3 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Thankyou, for your help but it says Permission Denied

Quote:
thomas@thomas-desktop:~$ ~/Desktop/et-linux-2.60.x86.run
bash: /home/thomas/Desktop/et-linux-2.60.x86.run: Permission denied
thomas@thomas-desktop:~$

killert is offline     Reply With Quote
Old 12-August-06, 02:30 PM   #4 (permalink)
Dex
Retr-hoe Reviewer
Dex's Avatar
Default Re: Linux games wont work

Try running as root.
Dex is offline     Reply With Quote
Old 12-August-06, 02:38 PM   #5 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Dex
Try running as root.

How do I do that?
killert is offline     Reply With Quote
Old 12-August-06, 02:44 PM   #6 (permalink)
I Drive A Mac
post_break's Avatar
Default Re: Linux games wont work

sudo ~/Desktop/et-linux-2.60.x86.run
post_break is offline     Reply With Quote
Old 12-August-06, 02:48 PM   #7 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by post_break
sudo ~/Desktop/et-linux-2.60.x86.run

That didnt work either

Quote:
thomas@thomas-desktop:~$ sudo ~/Desktop/et-linux-2.60.x86.run
Password:
sudo: /home/thomas/Desktop/et-linux-2.60.x86.run: command not found
thomas@thomas-desktop:~$

killert is offline     Reply With Quote
Old 12-August-06, 03:28 PM   #8 (permalink)
Apex Master Tech
Pod_Man's Avatar
Default Re: Linux games wont work

Well KillerT...if all else fails just go a linux forum and say:

"Linux sucks and windows is better because it can run this game and linux cant"

In moments you will have every linux Guru on the forum telling you five different ways to do it to prove you wrong



Thanks to Bash.org for the idea for the comment...if you knew that...youvre as addicted as i am to bash...
Pod_Man is offline     Reply With Quote
Old 12-August-06, 03:31 PM   #9 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Pod_Man


Thanks to Bash.org for the idea for the comment...if you knew that...youvre as addicted as i am to bash...

Im already addict
killert is offline     Reply With Quote
Old 12-August-06, 03:33 PM   #10 (permalink)
Apex Master Tech
Pod_Man's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by killert
Im already addict

Oh yes....arent we all I cant get enough...now if only my quote would be moderated! its been pending for weeks!
Pod_Man is offline     Reply With Quote
Old 12-August-06, 04:16 PM   #11 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Pod_Man
Oh yes....arent we all I cant get enough...now if only my quote would be moderated! its been pending for weeks!

I know how that feels.... Its been a month and a half for me
killert is offline     Reply With Quote
Old 12-August-06, 04:35 PM   #12 (permalink)
Apex Techie Wannabe
Default Re: Linux games wont work

Perhaps it is not set as executable.

Code:
cd ~/Desktop
chmod +x et-linux-2.60.x86.run
./et-linux-2.60.x86.run
The ubuntu instructions for installing are here:
https://help.ubuntu.com/community/Ga...EnemyTerritory

Quote:
Originally Posted by killert
That didnt work either

Ras Qulec is offline     Reply With Quote
Old 12-August-06, 04:38 PM   #13 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Ras Qulec
Perhaps it is not set as executable.

Code:
cd ~/Desktop
chmod +x et-linux-2.60.x86.run
./et-linux-2.60.x86.run
The ubuntu instructions for installing are here:
https://help.ubuntu.com/community/Ga...EnemyTerritory

THANK YOU SO MUCH, IT WORKED!!!!! Exept for the fact of no sound
////Edit, GOt it fixed!!
+rep for you!!

Last edited by killert; 12-August-06 at 05:39 PM.
killert is offline     Reply With Quote
Old 19-August-06, 11:22 PM   #14 (permalink)
Apex Tech Fanatic Supreme
Kratos's Avatar
Default Re: Linux games wont work

This could have been solved with about two minutes of reading the Ubuntu Wiki or User Guide.
Put these in your BOOKMARKS!

http://wiki.ubuntu.com
http://help.ubuntu.com

And, for good measure:

http://www.ubuntuforums.org
Kratos is offline     Reply With Quote
Old 21-August-06, 02:15 AM   #15 (permalink)
Banned
Default Re: Linux games wont work

No one has told him how to root.

Terminal:

sudo passwd root

set the psswrd to w/e you want, then when you want to be root, just type su in terminal.
It will prompt you for the psswrd, then try everyone else's stuff as root.


And trust me killert, I am a noob too, so I'm in the same boat, I seem to have picked up a gret deal of knwledge so far, I'm donw with windows, forever.

Lol, totally missed your post on the fact taht you got it working, I'm sry.
Wafflesomd is offline     Reply With Quote
Old 21-August-06, 02:41 AM   #16 (permalink)
Apex Master Tech
Pod_Man's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Wafflesomd
And trust me killert, I am a noob too, so I'm in the same boat, I seem to have picked up a gret deal of knwledge so far, I'm donw with windows, forever.

Hmm...i too once though these thoughts...but careful. Trust me...i love messing around with linux, but sometimes windows is just easier. and a lot of times, easier is good. (example...come home at midnight with a paper due the next day...you dont want to mess with ANYTHING...and i had a hell of a time running much with linux with out having to take some time to figure it out first.) and i know once you figure stuff out it works, but sometimes just works would be fine thanks.

But, i still love the whole idea of linux. and its really fun to work with, and it gives you an excellent sense of achievement when stuff finally does work. so...i found the only solution to my many os sensitivities is a dual boot. its really the way to go. (mines actually triple at the moment, XP, Vista Beta, and Ubuntu.)
Pod_Man is offline     Reply With Quote
Old 21-August-06, 05:15 AM   #17 (permalink)
Apex Tech God
killert's Avatar
Default Re: Linux games wont work

Quote:
Originally Posted by Wafflesomd
No one has told him how to root.

Terminal:

sudo passwd root

set the psswrd to w/e you want, then when you want to be root, just type su in terminal.
It will prompt you for the psswrd, then try everyone else's stuff as root.


Thank you!!
killert is offline     Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

</
Similar Threads
Thread Thread Starter Forum Replies Last Post
computer wont work smit_1982 Motherboards / CPUs 10 07-September-06 12:46 AM
my cpu wont work anymore. Need Help Please! carlogz Motherboards / CPUs 7 30-July-06 05:21 PM
why wont my fan controller work? mike11973 Other Hardware 3 04-February-05 07:38 AM