WINSPOOL.DRV error -1073741595

Mike Schiraldi tmp031005 at schiraldi.org
Sun Oct 5 13:51:29 CDT 2003


I'm trying to get Wine to run the Bloomberg network's client application
(wintrv.exe, available on www.bloomberg.com), and i get:

err:module:import_dll Loading module (file) WINSPOOL.DRV (which is needed by
C:\blp\Wintrv\wintrv.exe) failed (error -1073741595).

A quick Google search tells me that, since i'm running Debian, i need to
install libwine-print. I did that, i think, and i still get the error. 

Just to make sure it's really installed, here's what i checked:

$ dpkg -L libwine-print
/.
/usr
/usr/lib
/usr/lib/wine
/usr/lib/wine/wineps.dll.so
/usr/lib/wine/winspool.drv.so
/usr/share
/usr/share/doc
/usr/share/doc/libwine-print
/usr/share/doc/libwine-print/copyright
/usr/share/doc/libwine-print/changelog.gz
/usr/share/doc/libwine-print/changelog.Debian.gz
/usr/lib/wine/wineps16.drv.so


When i try running Wine through strace, i see the following calls to open():

open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
open("/lib/libncurses.so.5", O_RDONLY)  = 3
open("/lib/libdl.so.2", O_RDONLY)       = 3
open("/lib/libc.so.6", O_RDONLY)        = 3
open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
open("/etc/mtab", O_RDONLY)             = 3
open("/proc/meminfo", O_RDONLY)         = 3
open("/usr/bin/wine", O_RDONLY|O_LARGEFILE) = 3
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
open("/tmp/wine.status.qxStmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3


So it's not even looking for the libwine-print files, apparantly.

Suggestions?

Thanks



More information about the wine-users mailing list