LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Getting error when i want to install a game.... (https://www.linuxquestions.org/questions/linux-games-33/getting-error-when-i-want-to-install-a-game-328357/)

Bullets 05-29-2005 06:15 PM

Getting error when i want to install a game....
 
When i try to install Half life 2 i'm getting this error:



lars@Lars:/mnt/cdrom$ cedega setup.exe
Could not stat /home/lars/.transgaming/c_drive (No such file or directory), ignoring drive C:
Invalid path 'c:\windows' for windows directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/lars/.transgaming/config'
lars@Lars:/mnt/cdrom$





Maybe is there somebody who can help me..

Greets,


Bullets

mjrich 05-29-2005 06:42 PM

If you want to install a Windows executable to Linux, then you'll need an additional layer. From a quick search at www.winehq.org, it doesn't appear to that HL2 is supported fully, however you could try Transgaming's Cedega product if you're very keen (http://transgaming.org/gamesdb/games...l?game_id=3189).

Cheers,

mj

Bullets 05-29-2005 06:46 PM

When i try with Cedega i'm getting this error: ( Now )

@Lars:/mnt/cdrom# cedega setup.exe
Warning: Language 'us' was not recognized, defaulting to English
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

x11drv: Can't open display: :0.0


I'm a newbie on linux :P


Greets,

Bullets

mjrich 05-29-2005 07:02 PM

Oops, top marks to me for not reading your original post carefully enough... ;)

The second error you're getting implies that you're running the Cedega installation as root, when root doesn't have access to X. Try the following (as a regular user)
Code:

kdesu cedega setup.exe

      #or, if you're using Gnome:

gksu cedega setup.exe

Cheers,

mj

Thetargos 05-30-2005 12:49 AM

Re: Getting error when i want to install a game....
 
Quote:

Originally posted by Bullets
When i try to install Half life 2 i'm getting this error:



lars@Lars:/mnt/cdrom$ cedega setup.exe
Could not stat /home/lars/.transgaming/c_drive (No such file or directory), ignoring drive C:
Invalid path 'c:\windows' for windows directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/lars/.transgaming/config'
lars@Lars:/mnt/cdrom$





Maybe is there somebody who can help me..

Greets,


Bullets

Did you try to run cedega alone before attempting any game installation and after installing the package? That will create the necesary symlinks and copy the necesary files for you to properly operate Cedega. Try that.

Thetargos 05-30-2005 12:56 AM

Quote:

Originally posted by mjrich
Oops, top marks to me for not reading your original post carefully enough... ;)

The second error you're getting implies that you're running the Cedega installation as root, when root doesn't have access to X. Try the following (as a regular user)
Code:

kdesu cedega setup.exe

      #or, if you're using Gnome:

gksu cedega setup.exe

Cheers,

mj

That doesn't help much as Cedega (as Windows) does not require you to have administrative rights in the system to be able to install whatever you want.


All times are GMT -5. The time now is 02:43 AM.