I haven't been able to get HW2 to launch under wine when i try it always spits out this along with a TON of fixmes, all having something to do with dxdiag wine: Call from 0x7b841e00 to unimplemented function ntoskrnl.exe.IoGetDeviceProperty, aborting wine: Call from 0x7b841e00 to unimplemented function ntoskrnl.exe.IoGetDeviceToVerify, aborting any ideas? all of the wineappdb tests have been reported as garbage, so am i fighting for a lost cause or has someone managed to get it to work. I've herd it works with cedega -- "Black holes are where god divided by Zero." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080507/ed7d8f4b/attachment.htm
Arthur Squassabia wrote:> I haven't been able to get HW2 to launch under wine > > when i try it always spits out this along with a TON of fixmes, all having > something to do with dxdiag > > wine: Call from 0x7b841e00 to unimplemented function > ntoskrnl.exe.IoGetDeviceProperty, aborting > wine: Call from 0x7b841e00 to unimplemented function > ntoskrnl.exe.IoGetDeviceToVerify, aborting >Looks like it needs some "no-cd" patch(es) applied before it can work.
>> wine: Call from 0x7b841e00 to unimplemented function >> ntoskrnl.exe.IoGetDeviceProperty, abortingThis is a call to the kind of function that can be used by copy protection systems. In any case this specific function does not exists in wine currently (that's what the 'unimplemented function' is saying) so this game will not work right now under wine. If this call is made only by the copy protection system then using that kind of 'patch' may be used as a really bad workaround, if this call is made by any other part of the program then it will still not work. There is already a bug report for this problem here : http://bugs.winehq.org/show_bug.cgi?id=13033 You can vote for it to show your interest in this bug and help solve it from bugzilla (like by answering Lei Zhang's question)