iXit / wine-nine-standalone

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

0034:err:ninecfg:nine_set d3d9-nine.dll not found. #2

Closed neowave2048 closed 5 years ago

neowave2048 commented 5 years ago

I get the error in the above title when running nine-install.sh with the pre-built binary release. ninewinecfg shows everything greyed out and only "loading of d3d0adapter9 succeeded," is checked. 64bit ninewinecfg shows everything is checked though. Is this normal? I'm on Ubuntu 18.04 with padoka stable mesa ppa and wine staging.

WuShichao commented 5 years ago

https://github.com/iXit/wine-nine-standalone/issues/1 Same problem on my desktop PC, but my laptop is OK.

dhewg commented 5 years ago

I ran into this on my notebook. Turns out the 32bit libegl library was missing. Can you check that?

neowave2048 commented 5 years ago

@dhewg Checked and sure enough, it was missing like you said. Used sudo apt-get install libegl1:i386 and ran 32bit ninewinecfg and all boxes are now checked. Thanks!

dhewg commented 5 years ago

Nice ;) FWIW I improved the messages about this situation already ;)

dukenukemx commented 5 years ago

I ran into this on my notebook. Turns out the 32bit libegl library was missing. Can you check that?

Thank you @dhewg that was also my problem. I gotta bookmark this for future reference.

dhewg commented 5 years ago

But starting with v0.4 it shouldn't be required anymore to install the 32bit libegl. Only if you're actually using the DRI2 backend.