box86 icon indicating copy to clipboard operation
box86 copied to clipboard

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

Open langyxxl opened this issue 1 year ago • 7 comments

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

langyxxl avatar Apr 03 '23 09:04 langyxxl

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 avatar Apr 03 '23 20:04 ptitSeb

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

langyxxl avatar Apr 04 '23 03:04 langyxxl

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

Heasterian avatar Apr 04 '23 17:04 Heasterian

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

langyxxl avatar Apr 06 '23 03:04 langyxxl

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.

Herick75 avatar Apr 07 '23 00:04 Herick75

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?

ptitSeb avatar Apr 07 '23 06:04 ptitSeb

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.

Herick75 avatar Apr 08 '23 23:04 Herick75