I want to install Myst IV (http://mystrevelation.fr.ubi.com/). I can't install in c:/... not enough of place. I have /home/isaric/Vid?os/Myst-IV on /dev/sda10 and i want to install game on. C: / do not have enough place and with l' installation of the game, I am to oblige to follow Wizard at : Code: /home/isaric/.wine/dosdevices/z:/home/isaric/Vid?os/Myst-IV but permissions are asked. I do not wish to change the rights of the file. How to do ?
/home/isaric/.wine/dosdevices/z:/home/isaric/Vid?os/Myst-IV should be the exact same path as /home/isaric/Vid?os/Myst-IV So I'm not sure what's up with that detour path? Anyway, what kind of permissions are asked? If you have run Wine as root before, you messed up the wineprefix and would HAVE to reset the permissions for ~/.wine and all its contents. If it's the installer you can't run, you will have to give execute permissions to that specific file (at least, if you want to run the exe in a file manager). It's nothing particularly dangerous to do.
isaric <wineforum-user at winehq.org> wrote:> >Yes is the same > >I run with > >Code: >$ gksudo wine /media/Myst4_1/setup.exePlease do not run Wine using any form of sudo. It messes up file permissions and can leave your system open to vulnerabilities that running as a regular user you would not be exposed to.>fixme:iphlpapi:NotifyAddrChange (Handle 0x117e914, overlapped 0x117e918): stub >err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded >wine: configuration in '/root/.wine' has been updated. >err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Fichiers communs\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2Does this file exist? This is the reason that I get this error (file missing error.)>fixme:storage:create_storagefile Storage share mode not implemented. >fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0 method=0) >err:ole:dispatch_rpc no apartment found for ipid {ffffffff-ffff-ffff-2c00-000029000000} >err:rpc:I_RpcReceive we got fault packet with status 0x80010108 >These two errors may or may not be the reason your program is crashing. man chown tells how to do this. First, fix the file permissions in your .wine directory and in the program directory so that the user you are using to run the program ARE a NON_PRIVILEGED user. Second run the program and provide the ENTIRE output. If output is over three screens in length, capture the output to a logging file and then post it to site like pastebin.com (instructions: http://wiki.winehq.org/FAQ#get_log). James McKenzie