PDA

View Full Version : Quake 4 as user?


veratyr
October 21st, 2005, 01:54 AM
I can't seem to run quake 4 without using sudo. I get the following:

file system initialized.
---------------------------------------------
TODO: Sys_SetClipboardData
********************
ERROR: Couldn't load default.cfg - Check your working folder.
********************
Unknown command 'vid_restart'
--------------- BSE Shutdown ----------------
---------------------------------------------
WARNING: rvServerScanGUI::Clear() - invalid scanGUI

idRenderSystem::Shutdown()
Sys_Error: Couldn't load default.cfg - Check your working folder.

seethru
October 21st, 2005, 02:16 AM
I can't seem to run quake 4 without using sudo. I get the following:

file system initialized.
---------------------------------------------
TODO: Sys_SetClipboardData
********************
ERROR: Couldn't load default.cfg - Check your working folder.
********************
Unknown command 'vid_restart'
--------------- BSE Shutdown ----------------
---------------------------------------------
WARNING: rvServerScanGUI::Clear() - invalid scanGUI

idRenderSystem::Shutdown()
Sys_Error: Couldn't load default.cfg - Check your working folder.

That sounds like you haven't copied the .pk4 files from the windows cd.

veratyr
October 21st, 2005, 02:33 AM
Well I have, because I can play the game by doing "sudo quake4". My question is how can I get it to run by just using "quake4"?

ltmon
October 21st, 2005, 03:18 AM
Well I have, because I can play the game by doing "sudo quake4". My question is how can I get it to run by just using "quake4"?

Guessing here... but what are the permissions set on the .pk4 files?

L.

synrat
October 21st, 2005, 07:44 AM
check the permissions of .quake4 directory. if you first launched it with sudo,
then it was created with root as owner and you can't write to it.

GameGod
October 21st, 2005, 08:37 AM
Yeah, I had this problem. I was also unable to save games...

Turns out my /home/$user/.quake4 directory was owned by root for some reason... I just changed the permissions of everything in it to be owned by me...

chown [user] ~/.quake4
chown [user] ~/.quake4/*
You might need to change the permissions of the two directories inside the .quake4 one too (pb and q4base...)

:)

veratyr
October 21st, 2005, 01:51 PM
got it working. I had to change the permisions of some of the pak files in /usr/local/games to get it to work.

crane
November 12th, 2005, 12:12 AM
got it working. I had to change the permisions of some of the pak files in /usr/local/games to get it to work.

Tahts odd. how were the permissions set? I installed Q4 as root and then run as user with no problems.