rv64:The latest version of WeChat for Linux x86 isn't running. What steps can I take to figure out why?
this is log: session.txt
https://linux.weixin.qq.com/
I have successfully run an old version of WeChat with this script. run.sh.txt
Try to use a more recent box64 version, building it from source, or wait for the upcoming v0.3.4
Try to use a more recent box64 version, building it from source, or wait for the upcoming v0.3.4
I built the latest main branch, but it still reported errors when running. After setting BOX64_DYNAREC=0, I was able to launch WeChat, but it remains stuck on the loading interface after scanning the QR code to log in. Below are some of my operation logs.
You probably need BOX64_MALLOC_HACK=2 for this I think.
You probably need
BOX64_MALLOC_HACK=2for this I think. I set BOX64_MALLOC_HACK=2 session.log
There is now a segfault on some syscall that needs some fixing. I supose it's a "clone" syscall, but I don't know. This needs to be debugged.
There is now a segfault on some syscall that needs some fixing. I supose it's a "clone" syscall, but I don't know. This needs to be debugged.
How can I do this, are there some examples for my reference?