-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Box86 and Wine #3285
base: master
Are you sure you want to change the base?
Box86 and Wine #3285
Conversation
Thanks. Unfortunately I don't want to include a custom compiled mesa into retropie currently, so any addition will need to wait until mesa is updated in Raspberry Pi OS. I also wouldn't want to include any games - this game looks to be copyrighted still also. I think for now this would be best managed yourself on the forum as currently - but please remove any references to the copyrighted game. |
Thanks @joolswills. Good points on both counts.
Is it ok to keep this pull request open for the time being? Thanks again, - George |
…pace Cadet from this branch.
@GeorgeMcMullen FYI, I've just tried installing only box86 from git and downloading the Wine 6.0 release version, and they work fine on RPi 4 with the buster based retropie. I have not removed Edit: I was using the box86 from this commit: https://github.com/ptitSeb/box86/tree/db176ad3e34cd62183e9f5112d997e40c146c725 |
@timfel A lot of games work without the latest Mesa drivers ... a lot won't (think vulkan). You probably will be referred to the forum: https://retropie.org.uk/forum/topic/28528/box86-and-wine-on-rpi4/ |
@mth75 Sure, but what does it matter if we're going to wait for the bundled mesa to get updated anyway? I would think just having the option to have wine and then it improving over time as the packages get updated is not much different than for other experimental emulators |
@timfel The point is George is getting feedback for the install scripts , in the meantime I'm building my library of Window games + there is no saying when the Mesa-drm version will be on par for usage with the Box86/Wine combination. One example: Broken Sword 3 needs the 20.x Mesa versions to play. |
Thanks @mth75 and @timfel. It might be worth it to find out which, if any, games don't actually require the new Mesa drivers. The potential issue is that people may get confused as to what they will actually be able to run. I see this happen a lot on the forums about which MAME roms go with which MAME emulator. |
Thank you in advance for reviewing my pull request. Attached are four scripts with the intention of being able to run x86 and Windows games through RetroPie on a Raspberry Pi 4. Other Raspberry Pi's may be compatible, but will require further testing.
For further details, see: https://retropie.org.uk/forum/topic/28528/box86-and-wine-on-rpi4/
In order to install this successfully, you should do a
sudo apt update; sudo apt upgrade;
first. This will ensure that you have the latest libraries required.The scripts must be run in order, and they will check to make sure the preceding dependencies have been met.
These could be split into separate pull requests, but I haven't because of the dependency chain.
Looking forward to any questions or feedback you might have!
Thanks again,
- George