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

Error loading needed lib ARMHF BOX86 #113

Open chills340 opened 3 years ago

chills340 commented 3 years ago

I have compiled latest mesa dev from mainline with gallium flags and when trying to use wine nine acquired via winetricks galliumnine i get the below error and it causes a few sigsevs.

Error loading needed lib /usr/lib/x86_64-linux-gnu/d3d

BOX86 is 32bit and should not be calling 64bit d3d is there a setting I can change natively or in wine so it avoids trying to call this lib?

I also get a "nine:adapter9:ctor: Driver doesn't support d3d9 coordinates" error but I don't think its relevant as the program continues to run up until the 64bit lib is called and wined3d hangs.

chills340 commented 3 years ago

guildwars.log

axeldavy commented 3 years ago

There's probably some tricks to be implemented for box86 to work with gallium nine.

ptitSeb commented 3 years ago

Box86 should support gallium nine already, unless gallium driver ABI changed in past year, it should be working ok. The error may just be that the Pi4 lack some hardware capabilities.