ptitSeb
ptitSeb
Ah ok. You are missing the "armhf" multiarch. If you are on debian/armbian/ubuntu, use "sudo dpk --add-architeture armhf && sudo apt update && sudo apt install libc6:armhf" at least to...
Good :) You will need a few more armhf libs for wine, like x11 and many other. Unfortunatly, I don't have the list.
this error appears when binfmt integration isn't working. I don't know how binfmt integration can work on crostini (but if it "just works", than don't forget to restart systemd binfmt...
That's a binfmt integration issue (so x86 binary are automatically using box86 to run). Not sure how you can integrate binfmt onchroot. It should be possible but there might be...
So, that's a lot of unwrapped functions. I guess some may comes for libutil.so that is emulated. I'll see if I can that lib to the list of wrapped one....
So I have added some function, but many are still missing (but it may go a bit farther).
With latest commit, dropbox seems to launch... until it crash. I get : ``` Using default BOX86_LD_LIBRARY_PATH: ./:lib/ Using default BOX86_PATH: ./:bin/ Counted 60 Env var Looking for dropbox Using...
Ok, with commit 8c285de23c0227930f5df9731a493c3f8dee113b dropbox seems to load much farther now, I guess you can try again @lunderhage
That "thread panicked while processing panic" doesn't sounds good. Also the OpCode "0F 0B" is "Undefined Opcode 2", i.e. `ud2`: an opcode who sole purpose is to trigger an invalid...
Can you try if it's working now, and close the ticket if it does?