lutris / buildbot

41 stars 27 forks source link

Ship libx264.so.155 with runtime #90

Closed tannisroot closed 5 years ago

tannisroot commented 5 years ago

Because the Wine build is looking for Ubuntu 16.04-specific libx264 library, it won't find one and fail to load xaudio. For example, this is what happen when I launch AC Unity from Uplay:

0191:err:module:load_builtin_dll failed to load .so lib for builtin L"xaudio2_7.dll": libx264.so.155: cannot open shared object file: No such file or directory

Because of this, audio during intro doesn't work.

strycore commented 5 years ago

We can't keep hacking the runtime like that, we have to make our builds successful on Bionic. Please setup the buildbot locally and see if you can repro the button mapping issue on bionic builds

tannisroot commented 5 years ago

The bionic builds seems to work pretty well for me, no gamepad or mapping issues.