You are not logged in.
Pages: 1
ok here we go 8)
ive formatted a partition for just games and otherr things i want to run with wine/cedega.
i created a directory "Wine" on this partition and did a "ln -s /to/Wine/ .wine"
But when launching wine with a .exe then or also calling winecfg, it gives me the following error
Warning: the specified Windows directory L"c:\windows" is not accessible.
Warning: the specified System directory L"c:\windows\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/home/detto', starting in the Windows directory.
so whats the best way i can achieve that all i do with wine (games,apps) and so on just stay on a diffren partition?
cheers,
detto
Offline
would changing your "drive_c" path in winecfg help?
Offline
remove everything inside "/sepearte/partition/Wine" and completely removed ~/.wine.
then did a winecfg to first let it create .wine and then changed "drive c" and "drive z" in winecfg to "/sepearte/partition/Wine/c (and z)".
the wine configs are now in .wine and everything is should go into my other partition, but starting wine with an .exe give me the following error, using "wine 0.9.19-1"
Warning: could not find DOS drive for current working directory '/home/detto', starting in the Windows directory.
wine: could not load L"c:\windows\system32\SteamInstall.exe": Module not found
what am i missing? :? :cry:
Offline
ok, just wanted to give an update: with latest version "wine 0.9.19-2" everything works as it should
cheers,
detto
Offline
mount -o bind <other>/.wine ~/.wine ?
rm -rf ~/.wine && ln -s <other>/.wine ~/.wine ?
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
mount -o bind <other>/.wine ~/.wine ?
rm -rf ~/.wine && ln -s <other>/.wine ~/.wine ?
mhh, this didnt work. wanted to install wine with some apps/games on brothers pc too but gave me same error.
the only way it did function was to remove ~/.wine and install an app, so that some important files and dirs were created in newly created ~/.wine.
then cp whole wine dir on seperate partition and link to .wine again
cheers,
detto
Offline
Pages: 1