Skip to content
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

Open
langyxxl opened this issue Apr 3, 2023 · 7 comments
Open

wine in box86 v0.3.0 can't get drives in winecfg #807

langyxxl opened this issue Apr 3, 2023 · 7 comments
Labels
Wine Game/App needs Wine to run

Comments

@langyxxl
Copy link

langyxxl commented Apr 3, 2023

follow this https://github.com/ptitSeb/box86/blob/master/docs/X86WINE.md guide.

box86 0.2.8 works:
0 2 8

box86 0.3.0 not work:
0 3 0

@ptitSeb
Copy link
Owner

ptitSeb commented Apr 3, 2023

I tested on my side with both v0.3.0 and current master and I could not reproduce. Are using an already crreated prefix or is it a new one?

@ptitSeb ptitSeb added the Wine Game/App needs Wine to run label Apr 3, 2023
@langyxxl
Copy link
Author

langyxxl commented Apr 4, 2023

I just found in box86 v0.3.0. When first run wine, wine will prompt "Wine Mono Installer", press Cancel, then this bug will appear.
If i press install then wine works fine.
but box86 v0.2.8 doesn't has this problem ,maybe wine's bug.

mono

@Heasterian
Copy link
Contributor

Are you using Linux machine or Android one and Termux/proot/chroot?

@langyxxl
Copy link
Author

langyxxl commented Apr 6, 2023

My hardware is raspberry 2b and raspberry 400, all have this problem.
wine version is 8.5
system is Archlinux

@Herick75
Copy link

Herick75 commented Apr 7, 2023

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.

@ptitSeb
Copy link
Owner

ptitSeb commented Apr 7, 2023

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?

@Herick75
Copy link

Herick75 commented Apr 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wine Game/App needs Wine to run
Projects
None yet
Development

No branches or pull requests

4 participants