iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

No compatible GPU found #145

Closed myself600 closed 1 year ago

myself600 commented 1 year ago

I'm getting the following error with ninewinecfg:

kmsro: driver missing
nine:drm_create_adapter Unable to load requested driver.
err:d3d9nine:present_create_adapter9 Unable to create ID3DAdapter9 (fd=12)
err:d3d9nine:d3dadapter9_new No available native adapters in system.

Version used: 0.8 release

Mesa is built with -D gallium-nine=true set by arch-meson and

/chroot/armv7h/usr/lib/d3d/d3dadapter9.so /chroot/armv7h/usr/lib/d3d/d3dadapter9.so.1 /chroot/armv7h/usr/lib/d3d/d3dadapter9.so.1.0.0

is present.

Screenshots

ninewinecfg

terminal

System info

Pinebook Pro (RK3399 / T860) Manjaro-ARM 23.02 (native) Box86 + Arch GNU/Linux armv7h chroot with Mesa 22.3.5 (Panfrost) Wine 8.0

myself600 commented 1 year ago

Using the Mesa development version solved the issue