FunkyFr3sh / cnc-ddraw

GDI, OpenGL and Direct3D 9 re-implementation of the DirectDraw API for classic 2D games for better compatibility with Windows 2000, XP, Vista, 7, 8, 10, 11, Wine (Linux/macOS/Android) and Virtual Machines
https://discord.gg/afWXJNDDF5
MIT License
2.12k stars 143 forks source link

Galshell BloodRedSkies 2.0: Error with CNC-DRAW #301

Closed Ohrwerk closed 3 months ago

Ohrwerk commented 3 months ago

Gallshell is a shooter from Japan with "sexual" content for windows XP. The game only supports a resolution of 640y480. With CNC-DRAW i always get the error LP0630 with probably a Japanese message. Maybe someone can take a look at it. I would be glad, thank you very much.

I don't know how it looks here with links to such contents, therefore I would have to deliver the download links somehow. It takes a bit of searching to find the game on the net.... Attached the LOG&DUMP&Screenshot

LOG and DUMP - Galshell BloodRedSkies 2.0 .zip

LuKeSt0rm commented 3 months ago

It uses Direct3D and cnc-ddraw supports only DirectDraw (software mode)

Ohrwerk commented 3 months ago

Thank you very much, is there any way I can find this out myself?

LuKeSt0rm commented 3 months ago

Just search for "Direct3D" in debug log

FunkyFr3sh commented 3 months ago

Yes, Direct3D is not supported. Some game got options to switch the renderer, you could check if there's a DirectDraw or Software renderer, those may work with cnc-ddraw (but might look worse, but it might not be worth it)

Closing this now, but feel free to re-open in case the game happens to have other renderer options