I've been a Linux user for a few years now but this is my first taste of Wine. Naturally, I've got a problem (leave it alone!). A transcript of my wine session looks like this: # wine --winver win95 /mnt/cdrom/railatlas.exe FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock Could not stat /cdrom (No such file or directory), ignoring drive D: Warning: /mnt/cdrom/railatlas.exe not accessible from a DOS drive Warning: /mnt/cdrom/railatlas.exe not accessible from a DOS drive wine: cannot find '/mnt/cdrom/railatlas.exe' The app is a run from CD railroad atlas (no installer needed). My conf files (~/.wine/config and /usr/local/etc/wine/conf) both match and have the floppy and cdrom pointing to their corresponding /dev entries. As far as I can tell from the documentation, I have the conf file setup right. I installed build 20010510 from source using ./tools/wineinstall. Thanks in advance, J Paul Richardson
just a thought #!/bin/sh cd /mnt/cdrom/ ; wine railatlas.exe #end of file In article <3B37F21D.8C228C7C@worldnet.att.net>, "Paul" <john.p.richardson@worldnet.att.net> wrote:> I've been a Linux user for a few years now but this is my first taste of > Wine. Naturally, I've got a problem (leave it alone!). A transcript of > my wine session looks like this: > > # wine --winver win95 /mnt/cdrom/railatlas.exe > FIXME:pthread_rwlock_rdlock > FIXME:pthread_rwlock_unlock > Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: > FIXME:pthread_rwlock_rdlock > FIXME:pthread_rwlock_unlock > Could not stat /cdrom (No such file or directory), ignoring drive D: > Warning: /mnt/cdrom/railatlas.exe not accessible from a DOS drive > Warning: /mnt/cdrom/railatlas.exe not accessible from a DOS drive wine: > cannot find '/mnt/cdrom/railatlas.exe' > > The app is a run from CD railroad atlas (no installer needed). My conf > files (~/.wine/config and /usr/local/etc/wine/conf) both match and have > the floppy and cdrom pointing to their corresponding /dev entries. As > far as I can tell from the documentation, I have the conf file setup > right. I installed build 20010510 from source using > ./tools/wineinstall. > > Thanks in advance, > J Paul Richardson
i dont want to offend u , but is ur cdrom mounted In article <20010626.145530.774044599.9974@linux.local>, "Rod" <rodhill@nospamihug.co.nz> wrote:> this line is interesting > > In article <3B37F94C.EBC1390@worldnet.att.net>, "Paul" > <john.p.richardson@worldnet.att.net> wrote: > >> Could not stat /cdrom (No such file or directory), ignoring drive D: