Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WINE: Permissions Issue When Installing 'Guild Wars'
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
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Tue May 11, 2004 4:53 pm    Post subject: WINE: Permissions Issue When Installing 'Guild Wars' Reply with quote

I am trying to install the demo client for "Guild Wars" (it is free over the next few days, thought I'd join my Windows buddies at seeing what it is like). You can download the client here. The only problem is that every install (no matter the destination, permissions on the destination, etc) does this:

[img:7de33fc40c]http://studentweb.cs.bham.ac.uk/~ug97cjc/gwperm.png[/img:7de33fc40c]

Now, it is not a space issue (unless it is trying to use over the 31GB I have free on that disk...), and I cannot see how it is a permissions issue.

Here is the "df -h" output for that drive:

Code:
cjc@twisted cjc $ df -h
Filesystem            Size  Used Avail Use% Mounted on
[ ... ]
/dev/hda3              56G   22G   31G  42% /home


Here is the permissions in the "C:\Program Files\" directory:

Code:
cjc@twisted cjc $ ls -lash .wine/fake_windows/Program\ Files/
total 12K
4.0K drwxr-xr-x  3 cjc users 4.0K May 11 17:55 .
4.0K drwxr-xr-x  4 cjc users 4.0K May 11 17:38 ..
   0 -rw-r--r--  1 cjc users    0 May  6 19:15 .keep
4.0K drwxr-xr-x  4 cjc users 4.0K May  9 13:11 Starcraft


Anybody got any ideas as to what is going on? I am a new WINE user, and thus may have overlooked something that you consider obvious.
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Tue May 11, 2004 5:59 pm    Post subject: Reply with quote

hm, tricky. what's the permissions your program files directory? (ls -ld .wine/fake_windows/Program\ Files)

To be extra sure, you could change to your .wine/ directory then do "chmod -R *"
_________________
-Josh
Back to top
View user's profile Send private message
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Tue May 11, 2004 6:04 pm    Post subject: Reply with quote

Code:
cjc@twisted cjc $ ls -ld .wine/fake_windows/Program\ Files/
drwxr-xr-x  3 cjc users 4096 May 11 17:55 .wine/fake_windows/Program Files/


I also ran:

Code:
find .wine/ \( -type d -exec chmod a=rx,u=rwx {} \; \) -o \( -perm -100 -exec chmod a=rx,u=rwx {} \; \) -o \( -exec chmod a=r,u=rw {} \; \)


and then went through checking, and everything *seems* correct.
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Tue May 11, 2004 6:13 pm    Post subject: Reply with quote

(oops, I meant "chmod -R 755 *")

But that's odd. I've used wine a bit, but really only to play Half-Life. After they switched to steam, I haven't been able to get it to work, so I haven't tinkered with it much.

Are there any directories in your .wine/config that wine may be trying to access that you don't have permission to access? Such as a windows partition or cdrom or something?
_________________
-Josh
Back to top
View user's profile Send private message
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Tue May 11, 2004 6:15 pm    Post subject: Reply with quote

It has 'Z:', which is / and therefore it only has read permission, would that be a problem?


[edit]
Oops, to answer the rest. The CD drive is in my WINE directory, I loop mount ISOs there. There is no Windows partition. As far as I can see 'Z:' is the only 'device' that exists outside of ~/.wine/.
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Tue May 11, 2004 6:20 pm    Post subject: Reply with quote

Doesn't seem like the Z:\ drive would effect anything unless it was trying to install there, which it wouldn't.

You could try creating a .wine directory and everything for root, and try running it as root. After that, I'm fresh out of ideas.
_________________
-Josh
Back to top
View user's profile Send private message
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Tue May 11, 2004 6:26 pm    Post subject: Reply with quote

Thanks for your help, even if we did not resolve the issue. I would rather not run it as root, if there is a chance that it is the Z: drive thing -- having it dumping files all over / is not something I desire. I'll keep trying things, and post if I come across the solution.

By the way, I should have probably stated (in case it is not implied in some way) that this is a working installation of WINE that runs several other games.
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Tue May 11, 2004 6:34 pm    Post subject: Reply with quote

yeah, glad to help. I understand your concern with running as root. I hadn't thought of that. you cold try commenting out the Z drive incase it's a problem; with cjc that is. but I doubt it.

what windows version are you emulating? I'm not sure how to change it with wine, but with winex you do "wine --winver winxp prog.exe". Maybe it's the same for wine now. Because I think it defaults to win95. But then, that wouldn't be a problem I guess. Could try downgradign the winver to like win98 when permissions wouldn't have been a problem. It might be in the config file.
_________________
-Josh
Back to top
View user's profile Send private message
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Tue May 11, 2004 6:40 pm    Post subject: Reply with quote

That is in the config file, and unfortunately I had just (unsuccessfully) tried being Windows 2000 and XP. It was set as Windows 98 by default, and that is what I normally use.
Back to top
View user's profile Send private message
cjc
n00b
n00b


Joined: 16 Mar 2004
Posts: 63
Location: Birmingham, United Kingdom

PostPosted: Wed May 12, 2004 12:30 pm    Post subject: Reply with quote

Okay, can we take a backwards step: can other people reproduce this error and or install? (regardless of considering what my issue is.)
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Wed May 12, 2004 2:53 pm    Post subject: Reply with quote

ha, I just tried to install it, and I'm getting the exact same error as you. But I'm getting a bit from the debug. Check this out:

Code:
josh@suzanne:~/.wine/c_drive$ wine --winver winxp GwSetup.exe
err:bitmap:X11DRV_DIB_CreateShmPixmap pitch mismatch in ShmPixmap creation
fixme:advapi:SetFileSecurityW (L"C:\\Program Files\\Guild Wars\\Gw.exe") : stub
0x8089480:1: Event manual=1 signaled=0 name=""
josh@suzanne:~/.wine/c_drive$


I don't know what that SetFileSecurityW all about, but it looks like it must have to do with wine? "Set File Security Write" maybe? But the directory is already writable.
_________________
-Josh
Back to top
View user's profile Send private message
josh
Guru
Guru


Joined: 05 Feb 2003
Posts: 473
Location: Milky Way: Solar System: Earth: North America: USA: NY: Buffalo

PostPosted: Wed May 12, 2004 2:56 pm    Post subject: Reply with quote

also, I even tried to change it to install into my "D:" drive, which is my home directory. No go.
_________________
-Josh
Back to top
View user's profile Send private message
Kestrel2
n00b
n00b


Joined: 12 May 2004
Posts: 3

PostPosted: Wed May 12, 2004 6:46 pm    Post subject: Reply with quote

same problem here, getting the above err dialog

what's weird, is if you click on "Change" in the installer, you can see the wine filesystem just fine...

running wine 20040408
kernel 2.6.4
Back to top
View user's profile Send private message
rettichschnidi
n00b
n00b


Joined: 03 Aug 2004
Posts: 15

PostPosted: Thu May 19, 2005 11:07 pm    Post subject: Reply with quote

i've exactly the same problem. no rights,... blablabla.... too no idea,sry
im using the german version and cedega-4.3.2
Back to top
View user's profile Send private message
Xoalin
n00b
n00b


Joined: 11 Jun 2004
Posts: 40
Location: North Pole

PostPosted: Tue Aug 09, 2005 6:03 pm    Post subject: Reply with quote

Not sure if anyone is still paying attention to this thread or not.

But for those of you who are having problems installing guild wars, do you know if your installer is able to connect to arenanet?

I am having a similar issue, and I am begining to wonder if that is the issue.
_________________
Pollution is here to stay. Corporations will sell us the oil to destroy the environment, and soon they will sell us clean air. You don't believe me? Then why are they already selling us clean water?
Back to top
View user's profile Send private message
Xoalin
n00b
n00b


Joined: 11 Jun 2004
Posts: 40
Location: North Pole

PostPosted: Tue Aug 09, 2005 6:10 pm    Post subject: Reply with quote

Try this link, for a downloadable installer.

Tried it and it installed fine (so far) with plain old wine.
_________________
Pollution is here to stay. Corporations will sell us the oil to destroy the environment, and soon they will sell us clean air. You don't believe me? Then why are they already selling us clean water?
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Sat Aug 20, 2005 4:34 am    Post subject: Reply with quote

I have exactly the same problem with wine 20050725 and several apps (permission problem with the isntalation).
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