I'm working to run a program Bar-Ilan Responsa (a research utility for Jewish texts) under Wine. It needs to verify the presence of a CD to run - as far as I know, there is no crack for it.
Using Wine 1.1.14 on Ubuntu 8.10, I get the following console output:
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\DosDevices\\E:" 80 0x114070 0x114074
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 24060 (device=2 access=1 func=18 method=0)
[The above line ~16 times]
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\DosDevices\\E:" 80 0x114070 0x114074
[The above line 3 times]
Is there any hope for running this under wine?
Verifying CD presence fails
Re: Verifying CD presence fails
Looks like it's using kernel driver to talk to the CD-ROM. Those currently do not work on Wine.laizer wrote:Is there any hope for running this under wine?