ptitSeb
ptitSeb
I have added to opcode, you can update and try again.
Ok, I have added this one too.
I have added the symbol. Also @Azzimihr note that box64 now support AppImage.
I don't think Box64 will have the necessary "system oriented" opcode to run qemu-system. The missing .so file is probably an unwrapped lib, so you need the x86_64 version of...
libGLX is not wrapped yet. You need to use an x86_64 version of this one for now.
That's some gtk symbol that need wrapping. Also, this is a completly different issue, please open a new ticket for this.
gtk 3.0 is not supported on box64 yet (it is supported, a bit, on box86) So Native libs will be ignored, you need x86_64 version of the libs
I'm pretty sure this is a statically linked binary, and it's not supported on box64 for now. You can probably use qemu-user to run it, it should work.
Those WEAK symbol are probably optionnal. Yes, I should put a "Warning" instead of an "Error" for Weak GLOBAL_DAT stuff. When a symbol is missing, it's value is NULL. And...
I have tried it on my side, and there is a randomness in the crash, making it diificult to track the bug down. There maybe multiple bugs here also. It's...