LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   wine CVS question (https://www.linuxquestions.org/questions/linux-games-33/wine-cvs-question-327968/)

Ryan450 05-28-2005 10:22 AM

wine CVS question
 
Code:

Searching for an existing Windows installation... not found. (no matching /etc/fstab mountentry found)

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

Aborting install. Make sure your Windows partition is mounted and try again,
or create /root/.wine/config manually by copying from documentation/samples/config and adapting the drive paths.

alrighty, this is mainly for those that are famailar with wine CVS... what is the advantages to wine-only install? I do have this system dual-booted with windows, what can I do to let it detect the windows partition? my fstab file looks like this..

Code:

# Static entries below, do not use 'users' option in this area
/dev/sda6 / reiserfs defaults,noatime,notail 0 0
/dev/sda5 swap swap sw,pri=1 0 0
none /proc proc defaults 0 0
none /proc/bus/usb usbfs devmode=0666 0 0
none /dev/pts devpts mode=0622 0 0
none /sys sysfs defaults 0 0
/dev/sda7 /home reiserfs defaults,noatime,notail 0 0
# Dynamic entries below, identified by 'users' option
/dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000 0 0
/dev/sda2 /mnt/sda2 ntfs noauto,users,exec,ro,umask=0222 0 0
/dev/sda3 /mnt/sda3 vfat noauto,users,exec,umask=000 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,users,dev,ro 0 0

I havent ever touched the fstab, so really got no idea what to do here.. but I do know my winblows partition is /dev/sda2

Ryan450 05-28-2005 02:38 PM

alrighty, I've gone ahead without windows... not sure what the difference is going to be.. as long as I get to play my games.. I've abandoned the ./tools/wineinstall script and instead used the

./configure
make depend
make
make install

routine.. but now I'm running into smaller problems..

Code:

ryan450@1[winex]$ wine
wine: chdir to /home/ryan450/.wine/wineserver-Fletchbox : No such file or directory

I countered this problem by creating the directory manually..

Code:

ryan450@1[winex]$ wine
wine: '/home/ryan450/.wine/wineserver-Fletchbox' must not be accessible by other users

fixed that by limiting the permissions to just my user account..

Code:

ryan450@1[winex]$ wine
wine: exists lstat socket : No such file or directory

here I am truly stumped.. it looks like I'm missing something but dont know what..


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