stableversion
Results
2
comments of
stableversion
In the register script make sure you specify the `export WINEDLLPATH=/opt/wine-devel/lib64/wine/x86_64-windows` or whatever your actual wine installation is. Then `wine regsvr32 wineasio64.dll` instead of the full path. Works on wine-10,...
In my case, when running in a docker container "wget" was missing, so installing that worked :) although nothing was said in the log, debug logging could really be improved...