Directx 11 required
Directx 11 required
Hi everyone,
I'm having an issue with a game I'm trying to run using Wine. Every time I start the game, I get an error message saying that DirectX 11 needs to be installed. I'm using mobox on Android. Any help will be greatly appreciated!-
- Level 2
- Posts: 17
- Joined: Tue Nov 30, 2021 11:49 am
Re: Directx 11 required
Oh, nice! Mobox looks very interesting to me. A termux terminal program that aims to run Windows apps on Android ARM using Wine and Box64.
The DirectX 11 problem could be driver related however. It depends on what the included version of Wine do and what hardware requirements it has. I don't even know if Wine support DirectX 11. DXVK should support it however (requires Vulkan support on your device though).
Does it happen with all DirectX dependent games? What about DirectX 9?
The DirectX 11 problem could be driver related however. It depends on what the included version of Wine do and what hardware requirements it has. I don't even know if Wine support DirectX 11. DXVK should support it however (requires Vulkan support on your device though).
Does it happen with all DirectX dependent games? What about DirectX 9?
Re: Directx 11 required
Hello! That's great to hear about Mobox, it does sound intriguing.
Currently, I'm using Wine 8.0.2, and I've found that games relying on DirectX 9.0c run perfectly fine on it.
Regarding the DirectX 11 issue you mentioned, that it could be related to driver compatibility or specific hardware requirements. I have found that Wine itself may not fully support DirectX 11, but DXVK does provide DirectX 11. Contingent on Vulkan support on your device.
However my device is a Mediatek one and I'm unsure about its compatibility with Vulkan.
From my perspective, perhaps the issue lies with the hardware but I still look forward to your response.
Currently, I'm using Wine 8.0.2, and I've found that games relying on DirectX 9.0c run perfectly fine on it.
Regarding the DirectX 11 issue you mentioned, that it could be related to driver compatibility or specific hardware requirements. I have found that Wine itself may not fully support DirectX 11, but DXVK does provide DirectX 11. Contingent on Vulkan support on your device.
However my device is a Mediatek one and I'm unsure about its compatibility with Vulkan.
From my perspective, perhaps the issue lies with the hardware but I still look forward to your response.
Last edited by Jaxan on Fri Jun 14, 2024 7:18 pm, edited 1 time in total.
- JoseskVolpe
- Level 4
- Posts: 124
- Joined: Sat Sep 04, 2021 9:35 pm
Re: Directx 11 required
Wine supports DirectX <=11 over OpenGL with WineD3D and DirectX >=12 over Vulkan with VKD3D.