DirectDraw emulation still broken in Windows 10

Anonymous
2015-08-17T12:32:58+00:00

Hello, Microsoft, please fix DirectDraw, considering Windows 10 is your last OS, and loads of people have complained about this in Windows 8, and it's STILL NOT FIXED IN 10. most games DX8 and below run horrible thanks to this, either screwed up colours and/or a very bad framerate to other problems such as sprites not loading. This is odd considering it was fine in Windows 7. 

An example is Red Alert 2, it's unplayable unless you use a 3rd party directdraw emulation such as WineD3D.

Another example is Commandos 3, the graphics are corrupted and it crashes on some missions making it unplayable.

And no compatibility settings don't fix any of this.

All we need is Windows 7's DirectDraw emulation back since that was fine.

Cmon microsoft fix this!

Windows for home | Windows 10 | Gaming

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

103 answers

Sort by: Newest
  1. Anonymous
    2016-02-18T17:34:08+00:00

    Jagged Alliance Gold Pack Issues I see

    1. Unfinished Business will not launch with code 85 from steam. I opened a bug on this. I read through steam forums and this has been around for a while. There is a user made patch (mod) that users claim fixes the issue. I didn't try it as I did not find a source that I trusted. Use at your own risk. Do a search for it.
    2. Gold Pack - launching to black screen on both Windows 8.1 and Windows 10. Windows 7 is fine. I had a bug opened on this as well.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-02-18T17:12:18+00:00

    I'll take a look at Turok 2. Can you tell me what you are playing from?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2016-02-18T17:03:10+00:00

    Can you describe your issues with SWAT 3? It seems to be fine for me. Launches, menu is smooth, game play seems at a decent frame rate. The only thing I ran into was when I was running FRAPS with the FPS overlay, the game was launching to a black screen. Once I shut down FRAPS it was running fine. Let me know your issue and what your graphics card and driver is.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-02-18T16:45:50+00:00

    I own a ASUS N64VM it has a Ivy Bridge CPU and a nVidia GeForce 630M

    When I bought it, I didn't knew Optimus existed... and thought that it was a GeForce laptop... so the first thing I did was attempt to make DGPU work by default.

    Currently it is set in nVidia Control panel to default to DGPU, all games are also set to high-performance, I used nVidia Inspector to set Optimis SHIM to default to DGPU (some games don't work without nVidia Inspector), and disabled Secure Boot in the bios (Age of Decadence and some other Torque3D and Ogre3D games break with nVidia Optimus if Secure Boot is enabled, I have no idea why).

    So right now most games work with the DGPU as expected, but games that use DX1 to 8 doesn't properly.

    In SimCity 4 case, it actually fires up the GPU, and seemly some (not all) draw requests are passed to it, but any information requests return the Intel GPU instead, thus the game breaks (ie: it attempts to use extensions, texture comrpession model, and whatnot, designed for the intel card, without realizing nVidia Card is helping).

    Some other games (but I don't recall particular ones now) also do that.

    Mind you, it is not a bug only of DGPU failure to work, but of the drivers (or DX, dunno who is the culprit) returning wrong data.

    SimCity 4 has a very useful feature: it dumps the data it got from the Windows APIs when it launches.

    here is what mine dumped:

    driverName = nvumdshim.dll

    driverVersion = 10.18.13.5560, GUID: D7B78E66-4226-11CF-F373-7734A6C2CD35

    cardName = Intel(R) HD Graphics 4000

    cardVersion = Vendor: 8086, Device: 0166, Board: 14771043, Chipset: 0009

    cardIdentity = Intel(R) HD Graphics 4000

    cpuSpeed = 2294

    memory = 1024

    freeMemory = 1024

    screenWidth = 1280

    screenHeight = 1024

    screenBPP = 16

    videoMemory = 32

    textureMemory = 32

    textureStages = 4

    bogoFPS = 0

    bogoMPPS = 0

    The CPUSPEED came from RDTSC, and is wrong (when SimCity 4 launched, RDTSC counted CPU Cycles, Microsoft + Intel decided to create invariant RDTSC that return a arbitrary count, and created no "legacy" mode, thus all games taht expect RDTSC to count cycles get wrong data, my cpu actual speed is 3.3ghz)

    memory is incorrect (it is 8gb, but since this is a 32bit app it should get 3gb at least...)

    free memory also incorrect.

    screen width and height, is correct (I set my desktop on purpose to the resolution that the game supports, to make it run less buggy).

    screenBPP incorrect (should be 32... Windows 8 and 10 don't even support 16!)

    VRAM incorrect, erroneous data came from Intel Chip (Intel HD4000 reports 32mb vram by default, because it uses the computer normal RAM as its main RAM).

    texture-memory, same thing.

    texture stages, also incorrect (Intel chip has 4 texture stages, nVidia I think has 8+)

    I have no idea what is bogoFPS and bogoMPPS

    I tried many, many, many different things, including reinstalling drivers, installing ASUS OEM drivers, installing Intel and Nvidia drivers, compatiblity modes, administrator, non-administrator, editing compatibility in the registry, and so on. these numbers never changed.

    the only thing that change: if I disable "high performance" in the nVidia control panel, the driver change from nvumdshim.dll to igdumdim32.dll

    And if I use some wrapper (like Wine, or DgVoodoo2) then all the video-related info change, but not always correctly either.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2016-02-18T16:29:13+00:00

    I'll have SimCity 4 looked at on a hybrid graphics laptop. I see you have an Ivybridge CPU, what is the graphics card? Which nividia chipset?

    Also, If you go into the geforce control panel and set the GPU to "High Performance.." does that fix the game from running off of the Intel?

    Was this answer helpful?

    0 comments No comments