ptitSeb
ptitSeb
> > After some more debugging, I finaly noticed something strange: looks like BG3 used `GetLogicalProcessorInformation(...)` to gather cpu information (nothing special), but use Cache information to deduce the best...
Done: https://bugs.winehq.org/show_bug.cgi?id=56653
no Screenshots?
Those segfault are a bit strange, I'll have to debug that on my side...
So, I analyse and I reproduce the issue. Something is wrong somewhere with the libpulse mapping of box64 (it's a complex one). In the mean time, you can enjoy sound...
Yeah, I plan to look at why it doesn't work with emulated libs. I'll reopen the ticket for now, becasue I consider it's only a workaround, not a proper solution...
There is a Zink error in the log: ``` MESA: error: ZINK: vkEnumeratePhysicalDevices failed (VK_ERROR_INITIALIZATION_FAILED) MESA: error: ZINK: failed to choose pdev ``` Also, an error with a file `sh:...
I have pushed a fix for the signature of `xcb_umage_put` function. Might run better now.
is your wine binary an elf or a bash script? Can you use `file` on it to check? (if it's a shell script, you need to set up `BOX64_BASH` to...
if you don't have binfmt support, it will not find x86_64 binary yes. I can't help you to setup binfmt on termux, you'll have to ask on some termux help...