Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WineX fails to create .transgaming dir
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
Lord Spector
Guru
Guru


Joined: 28 Oct 2003
Posts: 304

PostPosted: Thu Oct 30, 2003 2:28 pm    Post subject: WineX fails to create .transgaming dir Reply with quote

here is the output I get when runnung something:
Code:
spector@System spector $ winex3 /mnt/cdrom/Setup.exe
/usr/bin/winex3[162]: !([ -e /home/spector/.transgaming ]): not found
Updating TransGaming config and registry info
mv: cannot stat `/home/spector/.transgaming/config': No such file or directory
cp: cannot create regular file `/home/spector/.transgaming/config': No such file or directory
cp: cannot create regular file `/home/spector/.transgaming/dyndata.reg': No such file or directory
mkdir: cannot create directory `/home/spector/.transgaming/c_drive/My Documents': No such file or directory
wineserver: chdir /home/spector/.transgaming : No such file or directory
cp: cannot create directory `/home/spector/.transgaming/c_drive/windows/': No such file or directory
ln: creating symbolic link `/home/spector/.transgaming/c_drive/windows/system32/regsvr32' to `/usr/lib/transgaming_winex3//winex/bin/regsvr32': No such file or directory
ln: creating symbolic link `/home/spector/.transgaming/c_drive/windows/system32/regsvr32.so' to `/usr/lib/transgaming_winex3//winex/bin/regsvr32.so': No such file or directory
cp: cannot create regular file `/home/spector/.transgaming/tg_config_version': No such file or directory
wineserver: chdir /home/spector/.transgaming : No such file or directory


I created my own .transgaming dir with c_drive and other things in it, hoping it would work but then, when I try to install this game I get an error instantly:

Code:
The InstallShiled Engine (iKernel.exe) could not be launched. (0x80070057)


This get's displayed in a window

Please I really need HELP ! :cry: :cry: :cry:
Back to top
View user's profile Send private message
Lord Spector
Guru
Guru


Joined: 28 Oct 2003
Posts: 304

PostPosted: Thu Oct 30, 2003 6:01 pm    Post subject: Reply with quote

I found the .transgaming dir in the /usr/lib/transgaming and copied it to ~
but I still get this error:
Code:
/usr/bin/winex3[162]: !([ -e /home/spector/.transgaming ]): not found


and I still get an error when I wan't to install something...

still so sad :cry: :cry:
Back to top
View user's profile Send private message
SQLBoy
Guru
Guru


Joined: 17 Aug 2002
Posts: 381

PostPosted: Thu Oct 30, 2003 7:36 pm    Post subject: Reply with quote

The first thing you should always look at when something cannot be created is permissions. Do
Code:

ls -l /home


and make sure your home dir has you as the owner and users as the group.
_________________
SQLBoy
http://www.playway.net

Projects:
PHPSTep
HLBook
Back to top
View user's profile Send private message
Lord Spector
Guru
Guru


Joined: 28 Oct 2003
Posts: 304

PostPosted: Thu Oct 30, 2003 10:38 pm    Post subject: Reply with quote

yes, that checks out fine.... I think I have to set something with winex so that my ~/.trangaming dir gets set right so that winex works within this dir.... at least that's what makes sence to me after failing to create the directories on it's own :(

10x anyway
Back to top
View user's profile Send private message
SQLBoy
Guru
Guru


Joined: 17 Aug 2002
Posts: 381

PostPosted: Fri Oct 31, 2003 12:18 am    Post subject: Reply with quote

No, you shouldn't have to set anything within winex, trust me on that one. There is nothing to set. When you first run it it will check to see if there is a .transgaming folder, if not it creates it for you. Those are low level systems calls. They only things that could be blocking them are something else low level:

1. You have a .transgaming folder owned by root or that is not writeable
2. Your home dir is not writable by you
3. Your transgaming is fubared and needs to be reinstalled for some reason
4. you have some problem in /etc/passwd where your homedir is not set to the correct directory

I would rm -rf .transgaming and then inside your home dir do

chown -R spector.users *

That will re chown all the files and dirs back to you.

Lord Spector wrote:
yes, that checks out fine.... I think I have to set something with winex so that my ~/.trangaming dir gets set right so that winex works within this dir.... at least that's what makes sence to me after failing to create the directories on it's own :(

10x anyway
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