http://bugs.winehq.org/show_bug.cgi?id=47419 --- Comment #13 from Alex Henrie <alexhenrie24@gmail.com> --- Created attachment 80056 --> http://bugs.winehq.org/attachment.cgi?id=80056 Program to print DirectDraw capabilities on Windows 95 (In reply to Zeb Figura from comment #12)
Do we expect the no3d backend to work? (Does the game work without a functional 3d driver on Windows?)
Dune 2000 runs slowly but without error on my old 486 desktop PC that runs Windows 95 and has Cirrus Logic CL-GD5434 graphics. I was able to start a mission in the game without any problems. Here's a small test program I wrote to confirm that my 486 does not support 3D acceleration. On that computer, it prints: Driver dwCaps=0x08000400 ddsOldCaps=0x40200250 Emulator dwCaps=0xf4408241 ddsOldCaps=0x00421350 DDSCAPS_3DDEVICE is 0x00002000, which is nowhere to be found. On the other hand, DDSCAPS_FLIP, which is 0x00000010, is present in ddsOldCaps in both the driver and the hardware emulation layer. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.