-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wine in box86 v0.3.0 can't get drives in winecfg #807
Comments
I tested on my side with both |
Are you using Linux machine or Android one and Termux/proot/chroot? |
My hardware is raspberry 2b and raspberry 400, all have this problem. |
I have this problem when using Box86 in chroot/proot environments, to solve it, you need to disable dynarec to have access to the mount manager. |
Did you build box86 with BAD_SIGNAL for termux? |
Hello, yes, the parameters I used were these: cmake .. -DSD845=1 -DARM_DYNAREC=ON -DBAD_SIGNAL=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo I installed some versions of Wine, they were: 6.0, 6.17, 7.1 and 7.20, only in 6.0 the mount manager worked, in the other versions I had to deactivate Dynarec to have access to it.I used proot-distro and installed Ubuntu Jammy. |
follow this https://github.com/ptitSeb/box86/blob/master/docs/X86WINE.md guide.
box86 0.2.8 works:
box86 0.3.0 not work:
The text was updated successfully, but these errors were encountered: