VOGONS


First post, by umisery

User metadata
Rank Newbie
Rank
Newbie

Hello, I'm trying to play this old game: http://www.gearheadgarage.com/index.htm with dgVoodoo but it causes the game to not launch and hand out errors when installed. I can get the game to run with DDrawCompat, but I'd like to use the resolution and antialiasing features of dgVoodoo if possible.

These are the errors for both hardware mode and software mode;

Hardware: hs2sPRP.png

Software: 367gc5j.png

Any help would be greatly appreciated, cheers!

Reply 1 of 2, by Dege

User metadata
Rank l33t
Rank
l33t

You need Win98 mode for this game, but even with that, there is a problem:

[dgVoodoo] WARNING: Attempt to access DirectDraw from DllMain. Application may need to be modified or patched to use with dgVoodoo.

So, it won't work with dgVoodoo without patching the renderer dlls to initialize DD/D3D from code other than DllMain.

Reply 2 of 2, by umisery

User metadata
Rank Newbie
Rank
Newbie
Dege wrote on 2021-12-04, 13:34:
You need Win98 mode for this game, but even with that, there is a problem: […]
Show full quote

You need Win98 mode for this game, but even with that, there is a problem:

[dgVoodoo] WARNING: Attempt to access DirectDraw from DllMain. Application may need to be modified or patched to use with dgVoodoo.

So, it won't work with dgVoodoo without patching the renderer dlls to initialize DD/D3D from code other than DllMain.

Ah fair enough, thanks for the information. Guess I'll stick with DDrawCompat then.