http://bugs.winehq.org/show_bug.cgi?id=31550
--- Comment #5 from Henri Verbeet hverbeet@gmail.com 2012-08-26 08:20:03 CDT --- Created attachment 41493 --> http://bugs.winehq.org/attachment.cgi?id=41493 patch
(In reply to comment #4)
Not sure what “custom” means in that context. The key HKCU/Software/Wine/AppDefaults/Patrizier 2.exe does not contain any Direct3D key. However, HKCU/Software/Wine/Direct3D has two values:
DirectDrawRenderer REG_SZ "gdi" DirectDrawRenderer REG_SZ "opengl"
Which looks odd to me, as I thought a key can only have one value with a given name ...
Yeah, that's a bit odd, particularly if you didn't put that there yourself. Regardless, it looks like it's picking up the "DirectDrawRenderer" = "gdi" setting. You almost never want to set that, unless it's used as a workaround for a specific bug. Does the attached patch also help?