View previous topic :: View next topic |
Author |
Message |
Knov n00b
Joined: 10 Aug 2022 Posts: 19
|
Posted: Sat Sep 03, 2022 2:36 am Post subject: "Direct3d initializing failed" wine error |
|
|
When I try to run a program through wine I get these errors
"direct3d initialization has failed"
"Direct3d initializing failed"
"Failed to initialize Direct4D. Make sure you have at least DirectX 9.0c installed, have drivers for your graphics card and have not disabled 3D acceleration in display settings. InitializeEn
gineGraphics failed"
I've tried many different prefixes as well as wine trick configurations(specifically to get directx and c++ to work), but nothing seems to work. Looking online among other forums the answer seems to be largely dependent upon the distro and involves installing certain packages, and I don't know the Gentoo equivalents. Any help?
Last edited by Knov on Tue Sep 13, 2022 3:51 pm; edited 1 time in total |
|
Back to top |
|
|
Mistwolf Apprentice
Joined: 07 Mar 2007 Posts: 189 Location: Edmonton, AB
|
Posted: Sat Sep 03, 2022 2:50 am Post subject: |
|
|
Just above the directx errors is this error:
Code: | wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial
are not available |
Check the permissions for the .wine folder and/or try a new prefix. |
|
Back to top |
|
|
Knov n00b
Joined: 10 Aug 2022 Posts: 19
|
Posted: Sat Sep 03, 2022 3:25 am Post subject: |
|
|
My wine folders have the correct permissions, and I've tried a lot of different prefix/winetricks combinations. I think I just don't have a necessary package installed. |
|
Back to top |
|
|
|