Operating Systems > Linux and UNIX
noob problems with winex
Master of Reality:
are you using wine fully from a fat partition? sometimes this wont work. Its better to keep it on your linux drive.
Also, if you arent using it from a fat drive then you should copy all the dlls from c:\windows amd c:\windows/system(32) to your wine-c directory.
Siplus:
no, so far i'm just trying to get wine to run the setup for starcraft....it hasn't been working so i'm recompiling it
Siplus:
ok, i managed to solve part of my problem by logging into root and recompiling it, but i still get this when i try to install starcraft:
[siplus@Siplus cdrom]$ wine setup.exe
Could not stat /usr/share/wine-c (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) '/home/siplus/.wine/config'
what do i need to edit in the wine config file? i guess i need to add a "c" drive (it said something abuot not detecting my windows parition(s), and it would be a wine-only install) and tell it where the windows dir is?
as far as making the 'c' drive:
[Drive C]
"Path" = "/home/siplus/c"
"Type" =
"Label" =
"Filesystem" = "win95"
"Device" = "/dev/hda1"
what would the type and label be? also, would filesystem be win95 as i saw it had for the other drives in the file, or 'vfat' or 'fat32'......?
[ November 22, 2002: Message edited by: Siplus ]
Master of Reality:
this is the beginning of my wine config file looks like ("~/.wine/config"):
--- Code: ---
--- End code ---
why dont you use the default "/usr/share/wine-c"??
or you will have to move the windows dlls and stuff to the directory you want it in.
voidmain:
Mine looks like this:
--- Code: ---
--- End code ---
This file was generated automatically by the install script as /root/.wine/config. As you can see I am using my real Win98 partition instead of a self contained wine-c directory, then all the Windows stuff is already installed, Wine automatically detected this and set it up that way. Of course I already had my win98 C: partition mounted on "/c" prior to the wine build/install.
I did a default WineX CVS install by downloading from CVS, then changing into the root of the source directory and typing "./tools/wineinstall". It installed the system registry into the /usr/local/wine/etc and created a ".wine" directory under root's home. I copied the ".wine" directory from root's home to my home (and changed ownership of it and everything in it to my ID).
There were a couple of symbolic links in my ~/.wine directory that pointed to /usr/local/etc/wine.systemreg. I deleted those symbolic links and copied the /usr/local/etc/wine.systemreg to ~/.wine/system.reg and also copied it to ~/.wine/wine.userreg if I remember right. This was not part of the installation instructions.
After that I just did the "wine setup" from my mounted Starcraft CD and it installed perfectly to "/c/Program Files/Starcraft". I did have a performance problem running it on RedHat 8.0 but that was solved by installing the stock 2.4.19 kernel from kernel.org (see my FAQ entry on installing the kernel if you need it).
I may not have done everything the way you are supposed to but I'm not a wine expert and I usually only read the minimal amount of instructions so....
I can run things like solitaire from any directory just by typing "wine sol", etc. I created an ICON for running Starcraft that runs this command:
--- Code: ---
--- End code ---
Works absolutely perfectly.
[ November 22, 2002: Message edited by: void main ]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version