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

Box86 and Wine #3285

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

GeorgeMcMullen
Copy link
Contributor

@GeorgeMcMullen GeorgeMcMullen commented Jan 8, 2021

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.

  • mesa.sh - This is an updated Mesa driver, which is required by Box86. The version that is installed with the RetroPie distribution is not yet compatible.
  • box86.sh - This is set as an emulator because it is.
  • wine.sh - This is the x86 version of Wine and requires box86 in order to run. It is installed as a Port, because as the name says, Wine Is Not an Emulator.
  • spacecadet3dpinball.sh - This is the original Windows XP game, hosted on the Internet Archive. It is also installed as a Port as it is more like a rom and not an emulator. It is included mostly as a reference to installing other games. One note - you must not hit the Escape key to quit or you will be in a hung state in the game. Use Alt-F4 instead.

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

@joolswills
Copy link
Member

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.

@GeorgeMcMullen
Copy link
Contributor Author

Thanks @joolswills. Good points on both counts.

  • I'll keep an eye on the Mesa driver being updated in Raspberry Pi OS. Hopefully it is soon!
  • I'll remove Space Cadet from this branch. I think it might be good to have some script as a reference for others to create their own. Do you have any suggestions?
  • Do you think Wine belongs in Ports or as an Emulator/System? Box86 is in emulators, but that is really an emulator. But my script does not create a ROMs directory for it. As a comparison, DosBox is in emulators, but that is also a true emulator.

Is it ok to keep this pull request open for the time being?

Thanks again,

- George

@timfel
Copy link
Contributor

timfel commented Feb 12, 2021

@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 xserver-xorg-video-fbturbo as per your PR, nor have I updated mesa manually. So afaict, just the bits for cloning and building box and getting wine should be enough.

Edit: I was using the box86 from this commit: https://github.com/ptitSeb/box86/tree/db176ad3e34cd62183e9f5112d997e40c146c725

@mth75
Copy link

mth75 commented Feb 12, 2021

@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/

@timfel
Copy link
Contributor

timfel commented Feb 13, 2021

@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

@mth75
Copy link

mth75 commented Feb 13, 2021

@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.

https://retropie.org.uk/forum/topic/29241/the-which-games-works-with-box86-wine-topic-on-the-retropie-rpi4-400/41?_=1613228544075

@GeorgeMcMullen
Copy link
Contributor Author

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.

@GeorgeMcMullen GeorgeMcMullen changed the title Box86, Wine, and Space Cadet 3D Pinball Box86 and Wine Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants