ptitSeb
ptitSeb
I don't understand. Are you using qemu or box64 there?
I understand, but that error looks like a qemu assert to me. Do you see any box64 logs happening what you launch your stuffs?
Check with flatpak maintainer how it works maybe? Also maybe related to https://github.com/ptitSeb/box64/issues/1361 altho that's for the "static build" of box64 that doesn't have opengl / vulkan support so probably...
Well, the error you have are wine error. It bascically complains because you have 39 bits of address space only, like box64 warns you. I'm unclear if those error are...
Oh, that's sa good news! So it's fixed with wine9.16+?
> Not yet. Next unreleased version will include it Thanks for the info :)
I have to check how I can reproduce that on my side.
box64 will not try to open that lib. I think you are using qemu here instead.
I'm not sure that's a box64 issue here. Looks like hardware opengl is not loading and then on software that: ``` SDL_GL_SetSwapInterval failed: That operation is not supported ``` Make...
I suggest you use the "install_script.sh" script from box86 repo. Also, make sure you run 4K pagesize kernel, the default 16K pagesize will not work for now.