Homeworld 2 fails to launch

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Arthur Squassabia

Homeworld 2 fails to launch

Post by Arthur Squassabia »

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

Re: Homeworld 2 fails to launch

Post by vitamin »

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.
Arthur Squassabia

Homeworld 2 fails to launch

Post by Arthur Squassabia »

On Wed, May 7, 2008 at 4:37 PM, vitamin <[email protected]> wrote:
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.


why? i configured wine to recognize my disk drive?


--
"Black holes are where god divided by Zero."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

>> wine: Call from 0x7b841e00 to unimplemented function
>> ntoskrnl.exe.IoGetDeviceProperty, aborting
This 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)
Arthur Squassabia

Homeworld 2 fails to launch

Post by Arthur Squassabia »

On Thu, May 8, 2008 at 7:29 PM, Tlarhices <[email protected]> wrote:
wine: Call from 0x7b841e00 to unimplemented function
ntoskrnl.exe.IoGetDeviceProperty, aborting
This 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)



I answered lei's question (which was that the demo didn't work either) and
i tried the nocd patch. both the demo and the nocd patched game got rid of
the error involving the anit-piracy checker but the game still didn't run
and a ton of (i think directx) errors still show up

--
"Black holes are where god divided by Zero."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Locked