LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-05-2002, 11:59 PM   #1
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Rep: Reputation: 30
WineX Installation Problems...again


ok if i can refer you to this thread, i'm having the same sort of problems.
http://www.linuxquestions.org/questi...threadid=33036

While in the winex source directory i issue /tools/wineinstall and it does through compiling and installing it, then it comes to tell me if i want to create a ~/wine/config file or something, and if i want to create a fake c drive, and i say yes to both but this happens:

Code:
This bit here is just a part of the end of the compiling, im not sure if it helps at all...

make[1]: Leaving directory `/root/wine/unicode'
/sbin/ldconfig
Creation of a global config file is not supported in wineinstall at this
time.  When the configuration architecture is cleaned up this functionality
will be restored to wineinstall.

You are running as root.  Do you want a local config file,
file, ~/.wine/config, created?
(yes/no) yes
Searching for an existing Windows installation... not found. (no matching /etc/fstab mount entry found)

Windows was not found on your system, so I assume you want
a Wine-only installation. Am I correct?
(yes/no) yes

Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /c) /c
Configuring Wine for a no-windows install in /c...

Created /root/.wine/config using default Wine configuration.
You probably want to review the file, though.

Compiling regapi...
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT  -D_REENTRANT  -o regapi.o regapi.c
ld -r  regapi.o      -o regapi.tmp.o
strip --strip-unneeded regapi.tmp.o
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -sym regapi.tmp.o -o regapi.spec.c -spec ./regapi.spec
gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT  -D_REENTRANT  -o regapi.spec.o regapi.spec.c
gcc -shared  -Wl,-Bsymbolic regapi.spec.o  regapi.o      -o regapi.so -L../../library -lwine  -lm
rm -f regapi && ln -s ../../wine regapi

Preparing to install default Wine registry entries...
Installing default Wine registry entries...

Could not stat /root/.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) '/root/.wine/config'
Registry install failed.
now, WTF?! could not stat /root/.transgaming/c_drive...errrrr, i bloody told it to use /c?!!!
anybody else experienced this or know how to fix it?
im searching google right now for some possibly answers too...
 
Old 11-06-2002, 12:05 AM   #2
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
You might have to edit what it says..../root/.wine/config and make it see /c instead of /c_drive or make a windows partition, wouldn't that be easier?

#Garry

Good luck
 
Old 11-06-2002, 12:43 AM   #3
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
I've tried doing that....it asks me if i want it to create the config file, so i say yes, then it hits the next prompt asking where it should create the fake c drive, and while at this prompt ive tried jumping into the file and changing it, but the changes don't get recognised and it gets over-ridden with the screwed up copy again...
and i can't edit the file just after the installation because the install fails and quits after it can't find the fake c drive, so it doesn't install the registry...

 
Old 11-06-2002, 12:52 AM   #4
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
Ok when this comes up
Code:
Where would you like your fake C drive to be placed?
(default is /c) /c
instead of doing /c try c_drive, because that's what it's looking for isn't it?

#Garry
 
Old 11-06-2002, 12:54 AM   #5
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
nah its looking for /root/.transgaming/c_drive so normal users won't be able to use WineX if i allow it to continue installing under the root directory...
 
Old 11-06-2002, 12:58 AM   #6
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
Can't you just make that directory accessible by normal users by chaning its permissions....or just log into the user you wish, then install it from them, doing 'su' when required?

#Garry
 
Old 11-06-2002, 01:20 AM   #7
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
thats how i did install it, i logged in normally via my user account and su'd and ran ./tools/wineinstall

also, id like the path to be in /c anyway, and even the folder wouldn't be accessable anyway if i changed the permissions to 777 or chowned to my user it still wouldn't allow me because its inside the root dir which is chowned to 600...so itll still be denied
 
Old 11-06-2002, 01:24 AM   #8
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
Hmmm maybe creating a link of some sort? shortcut even?

Does it have to be run in the /root directory or can you move it somewhere else, or maybe do a prefix if it allows to install somewhere else....

#Garry
 
Old 11-06-2002, 01:30 AM   #9
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
hmm, ill try linking it from /root/.transgaming/c_drive to /c

also, i should mention that even though its trying to find /root/.transgaming/c_drive it still created /c...

EDIT: in my looking, i found .wine, not a .transgaming...im bloody confused as to why everything is stuffed up...why its even looking for a ~/.transgaming instead of a ~/.wine when it still created the ~/.wine dir...

Last edited by Grim Reaper; 11-06-2002 at 01:32 AM.
 
Old 11-06-2002, 01:40 AM   #10
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
Why don't you rename .wine to .transgaming or something?

Are you sure your installing WineX not just Wine....

Good luck

#Garry
 
Old 11-06-2002, 02:02 AM   #11
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
yeah, positive.
I'm following this guide:
http://www.linuxfusion.net/installwine.htm
and this is how i downloaded winex:
$ cvs -dserver:anonymous@cvs.winex.sourceforce.net:/cvsroot/winex login
(You will be asked for a password, just hit enter on it)
$ cvs -z3 -dserver:anonymous@cvs.winex.sourceforge.net:/cvsroot/winex co wine


EDIT: ok as i was installing it again i saw this:
You are running as root. Do you want a local config file,
file, ~/.wine/config, created?

well, that explains the ~/.wine/ directory...but still, i don't have a clue why its looking for the /root/.transgaming/c_drive when i told it to use /c, and ive even sym linked .transgaming to /c, and it still gave me that error...

Last edited by Grim Reaper; 11-06-2002 at 02:05 AM.
 
Old 11-06-2002, 02:55 AM   #12
GT I.N.C
Member
 
Registered: May 2002
Location: Australia, Sydney, St.Clair
Distribution: Rh 7.3
Posts: 836

Rep: Reputation: 30
Hmmmm so you can only get the CVS version right? Cause you have to pay for the stable one or something like that if i remember...

I remember a thread on this somewhere, have you searched around yet?

I forgot how they resolved it....

man i wish you luck....

#Garry
 
Old 11-06-2002, 05:47 AM   #13
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
yeah, i wasn't going to go thru the hassels of paying for it if it turned out to be not that great, so i thought id try this one first and then if it did work good id pay for the other copy...but i was under the impression they were both the same?

i tried searching around, for the same path that its trying to install into, even WineX CVS, anything like that, but nothing relevant came up...
 
Old 11-06-2002, 01:12 PM   #14
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
just got a small thing to add...

I wouldn't suggest changing perm's on root's home directory, or sub's of it. And even if you give perm's on a sub directory, if the user doesn't have perm's on the above directory (/root) then they can't get it anyway, short of a chroot.

I wish I could mimick your situation, then I could help more, but for me it was as simple as ./tools/wineinstall and it set all the things up as I wanted, for each user...

Maybe that's it. Ok, you are doing that as root, finish that up, switch to a user and try running it as a user. You will need a .wine directory in each users homes (~). This is the "fake" C: drive.

Anyway, it's worth a shot. Good Luck

Cool
 
Old 11-07-2002, 12:40 AM   #15
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Original Poster
Rep: Reputation: 30
this is reall friggin (soz for language) annoying!
it seems nobody else is having a problem, yet they did it EXACTLY how i have!! ARGH

Did you download the same version/way i did MasterC?
Did u install from the CLI? Under what user?
When it asked you where do you want to create the fake c drive, did you say under /c or /home/user/c?
Any other options u may have set beforehand?

Edit: ok i edited the config file or something, and said no i don't want to replace it, then it said "Installation Complete" but it didn't have any lines saying something like "Installing Registry" etc...can somebody point me to a file that defiently works, because ive tried a couple that were on my HDD already, but they didn't run...is there anything that comes with wine to test it out?

Edit Again: here is a link to my wine config file (http://jericho.ath.cx/wine.config) that i edited...coud somebody please post a copy of theirs?

Last edited by Grim Reaper; 11-07-2002 at 01:07 AM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WineX Error after installation Basic.Icecream Linux - Games 2 04-20-2004 03:16 PM
Winex installation problems Linux Dave Linux - Software 2 03-17-2004 01:45 PM
game installation with winex... 777SPy Linux - Software 1 08-10-2003 05:13 PM
WINEX at RH9 installation xprometeus Linux - Software 2 07-20-2003 09:36 AM
Help, Starcraft will abort installation under WineX zLinuxz Linux - General 1 10-25-2002 10:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration