Verifying CD presence fails

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
laizer
Newbie
Newbie
Posts: 1
Joined: Thu Feb 05, 2009 4:02 pm

Verifying CD presence fails

Post by laizer »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Verifying CD presence fails

Post by vitamin »

laizer wrote:Is there any hope for running this under wine?
Looks like it's using kernel driver to talk to the CD-ROM. Those currently do not work on Wine.
Locked