-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running in Linux with WINE #199
Comments
Got rid of the error message but replaced it with Fatal Error |
Didn't test Wine 9.2 but Didn't run into this error using Wine-GE 8.26 Running Wayland on AMD Radeon RX 6950XT |
Thanks @SleepingCrows, that worked! And it's actually in fullscreen instead of running in a box in the top left corner. I also tried this with other titles that didn't run in fullscreen before. It worked for Kotor2, but not for BG2 Complete. |
Actually, I spoke too soon. I had apparently disabled d2dx by removing the argument. Same error as before. Well, at least the original is in fullscreen, so that's something. |
Assuming DXVK is enabled, trying running, or obtain the package that provides |
You can also enable the flag |
Thanks for the suggestion. I have d2dx/src/d2dx/RenderContextResources.cpp Line 522 in d95d19a
Hardware limitation is my assumption as well, except it's not strictly a hardware limitation since it works fine in Windows, so it must then be a limitation with the Vulkan requirements of DXVK. Their wiki says:
...which I have, according to vulkaninfo:
I therefore assume I have D3D10 and 11 support (haven't looked up if it's possible to check that specifically -- the DXVK HUD only tells me which API level a game uses, not the max level supported). Since d2dx requires "DirectX 10.1" I don't know exactly what to make of this, other than that d2dx seems to require some specific feature. |
d2dx works very well on Linux/Wine/DXVK. Except widescreen feature is missing in Diablo II, but present in LOD. |
To override "Compatibility mode must be disabled" error message when using WINE on Linux, select Windows 7 as Windows version.
Hope this helps somebody.
The text was updated successfully, but these errors were encountered: