• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Box86 and Wine on RPi4

Scheduled Pinned Locked Moved Ideas and Development
box86wineqemux86windows
475 Posts 40 Posters 237.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    TedMaul
    last edited by TedMaul 5 Nov 2021, 22:30 11 May 2021, 21:30

    Hello, I've been persevering with trying to run through Wine explorer (still can't see how to make shortcuts for ES to run directly...). I've got Sonic SMS 1 Remake working (great fun btw!) and audio is fine but gameplay is very laggy. Are there any options for speeding up, if that isn't a silly question? Cheers.

    M G 2 Replies Last reply 12 May 2021, 10:36 Reply Quote 0
    • M
      mth75 @TedMaul
      last edited by 12 May 2021, 10:36

      @tedmaul

      Overclocking is your best bet.

      1 Reply Last reply Reply Quote 1
      • G
        George @TedMaul
        last edited by 12 May 2021, 20:35

        @tedmaul If there are any options in the game to change the screen resolution, that would be something to try as well, though if I remember correctly, you might have an issue doing that through Wine Desktop.

        Are you using Wine through the ES Ports menu, or did you update to the branch where I added Wine as an emulator?

        T 1 Reply Last reply 13 May 2021, 18:55 Reply Quote 0
        • T
          TedMaul @George
          last edited by 13 May 2021, 18:55

          I don't have any active cooling so not sure if I'll go for overclocking just yet... it already feels too hot half the time in my standard Pi case...

          @george I'm using it through the Ports menu at the moment - if I want to update should I get rid of what I've already got, or will the setup take care of it?

          Thanks both for replying btw!

          G 1 Reply Last reply 15 May 2021, 00:46 Reply Quote 0
          • G
            George @TedMaul
            last edited by George 15 May 2021, 00:46

            @tedmaul The only major change is that Wine is listed as an emulator instead of as a port. That said, you'd probably need to update your themes for it to be usable also. I've made an entry for the Pixel theme (which is my favorite) on my own fork. You should be able to get it with the following:

            git clone --branch rp-box86wine https://github.com/GeorgeMcMullen/es-theme-pixel /home/pi/.emulationstation/themes/es-theme-pixel 
            

            The benefit to using Wine as an Emulator in EmulationStation is that you don't need a script that would essentially install another script that would run your game.

            I also did update the Box86 script so that it pulls from Box86's master branch. There are several performance improvements that are quite amazing.

            Hope that helps!

            T 2 Replies Last reply 16 May 2021, 17:33 Reply Quote 0
            • V
              VictimRLSH
              last edited by 15 May 2021, 00:56

              The biggest problem I have trying to get things to run on Box86 (or even compile if that is needed) is I can't install i386 architecture libraries because apt-get and all the package managers won't allow them because the current architecture doesn't support them (but box86 will if you point them out to it)

              Is there an install script to install x86 architecture libraries so box86 can use them?

              System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

              G 1 Reply Last reply 15 May 2021, 10:19 Reply Quote 0
              • G
                George @VictimRLSH
                last edited by 15 May 2021, 10:19

                @victimrlsh You shouldn't need i386 architecture to compile box86. You might want to try the Box86 Discord though if you're seeing a particular issue compiling Box86. https://discord.gg/Fh8sjmu

                V 1 Reply Last reply 15 May 2021, 18:53 Reply Quote 0
                • V
                  VictimRLSH @George
                  last edited by 15 May 2021, 18:53

                  @george The issue isn't Box86 itself, but the libraries that apps running under Box86 need. The reference to compiling is that some apps running under Box86 need to be compiled and need even more libraries than at runtime.

                  System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                  G 1 Reply Last reply 15 May 2021, 19:19 Reply Quote 0
                  • G
                    George @VictimRLSH
                    last edited by 15 May 2021, 19:19

                    @victimrlsh Hmm. Yes, trying to compile something under box86 probably isn't going to work very well. It would probably be easier to compile it on a true x86 machine and then copy the binaries over Of course, if the source is available, I would also look to see if someone has already done the work to make it compile on ARM based devices. It would run much better that way.

                    1 Reply Last reply Reply Quote 0
                    • T
                      TedMaul @George
                      last edited by 16 May 2021, 17:33

                      @george sounds interesting / promising, thanks! I'll give it a go and report back.

                      1 Reply Last reply Reply Quote 0
                      • T
                        TedMaul @George
                        last edited by 18 May 2021, 16:50

                        @george I'm having trouble getting the new version to work; tried this:

                        pi@retropie:~ $ git clone https://github.com/GeorgeMcMullen/rp-box86wine/tree/emulator /home/pi/RetroPie-Setup/ext/rp-box86wineemu/
                        Cloning into '/home/pi/RetroPie-Setup/ext/rp-box86wineemu'...
                        fatal: repository 'https://github.com/GeorgeMcMullen/rp-box86wine/tree/emulator/' not found

                        Apologies, but have you got any pointers?

                        Separately, I tried creating a shell script from the file that is in that branch (rp-box86wine/scriptmodules/emulators/wine.sh) and put it into a roms/wine folder, and a new system in es_systems.cfg, pointing to it, but then I was missing a file in runcommand (which, with hindsight, makes sense...)

                        G 1 Reply Last reply 18 May 2021, 20:55 Reply Quote 0
                        • G
                          George @TedMaul
                          last edited by 18 May 2021, 20:55

                          @tedmaul Try this instead. Just need to call git in a different way.

                          git clone --branch emulator https://github.com/GeorgeMcMullen/rp-box86wine /home/pi/RetroPie-Setup/ext/rp-box86wineemu/
                          

                          You'll want to remove the any other clone you might have already done, or RetroPie Setup will complain about duplicate scripts and won't load one of them.

                          Hope that helps.

                          - George

                          T 1 Reply Last reply 19 May 2021, 17:26 Reply Quote 0
                          • T
                            TedMaul @George
                            last edited by 19 May 2021, 17:26

                            @george Brilliant, thanks - I've got my emulator entry now! Wine desktop etc is running directly from that just fine - my first attempt at a shell though...

                            #!/bin/bash
                            wine /home/pi/RetroPie/roms/wine/Files/claw/CLAW.EXE

                            ... resulted in a black screen with no way of exiting. I may have missed something...

                            G 1 Reply Last reply 20 May 2021, 10:55 Reply Quote 0
                            • G
                              George @TedMaul
                              last edited by George 20 May 2021, 10:55

                              @tedmaul cool. Ok, I have yet to document this, but there's now two ways to add "roms" to the Wine emulator section in Emulation Station. The first way is supposed to be a little easier as it is just a conf file.

                              Create a file /home/pi/RetroPie/roms/wine/CommanderClaw.conf containing the following:

                              DIRECTORY=/home/pi/RetroPie/roms/wine/Files/claw/
                              PROGRAM=/home/pi/RetroPie/roms/wine/Files/claw/CLAW.EXE
                              OPTIONS=

                              The other way would be to use the shell script method. Create a file called: /home/pi/RetroPie/roms/wine/CommanderClawShell.sh containing the following:

                              #!/bin/bash
                              xset -dpms s off s noblank
                              cd "/home/pi/RetroPie/roms/wine/Files/claw/"
                              matchbox-window-manager &
                              WINEDEBUG=-all LD_LIBRARY_PATH="/opt/retropie/supplementary/mesa/lib/" setarch linux32 -L /opt/retropie/emulators/wine/bin/wine '/home/pi/RetroPie/roms/wine/Files/claw/CLAW.EXE'

                              After you've created either of these files, you'll have to restart Emulation Station in order for them to be picked up.

                              Hopefully one of those should work. I have a long list of games that I'm supposed to test out and haven't gotten to it yet, but Commander Claw is on the list.

                              - George

                              S T 2 Replies Last reply 20 May 2021, 14:59 Reply Quote 0
                              • S
                                shavecat @George
                                last edited by 20 May 2021, 14:59

                                @george
                                hey ,
                                i did try claw but also get a black screen.
                                did u get it working with what u write ?
                                will check it too if so :)

                                1 Reply Last reply Reply Quote 0
                                • T
                                  TedMaul @George
                                  last edited by 20 May 2021, 16:31

                                  @george Thanks, the conf file opened Wine Desktop but then kicked me out; the shell script was more promising (opened before freezing on the first level), but every subsequent attempt just opens Wine Desktop before kicking me out again (without loading the game). But it feels like progress!

                                  G 1 Reply Last reply 20 May 2021, 20:44 Reply Quote 0
                                  • G
                                    George @TedMaul
                                    last edited by 20 May 2021, 20:44

                                    @tedmaul interesting. When you say "Wine Desktop", do you see the Wine start menu/task bar at the bottom of the screen?

                                    It does feel like progress though, especially if you were able to at least see some of the game.

                                    - George

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      George
                                      last edited by George 20 May 2021, 20:46

                                      Just found out there's some kind of open source version of Commander Claw called Open Claw. @shavecat - saw your comment on Discord about it. Cool.

                                      W 1 Reply Last reply 26 May 2021, 21:42 Reply Quote 1
                                      • W
                                        WODAK @George
                                        last edited by WODAK 26 May 2021, 21:42

                                        I've made some videos with wine and box86 on Twister OS. Yes yes...I know it's not Retropie😁

                                        Bad image and bad sound in videos....but really glad that these games are running :)

                                        check the link

                                        Raspberry Pi 4 - Twister OS - Wine BOX86 Multiplayer games

                                        Titles:
                                        Castle Crashers
                                        Samurai Gunn
                                        Ticky Towers
                                        Nidhogg
                                        Stikbold (loooooong time to load.....a bit laggy)
                                        Crawl
                                        Porcunipine(a bit laggy)
                                        Towerfall Ascension (bad sound)

                                        G 1 Reply Last reply 5 Jun 2021, 20:00 Reply Quote 1
                                        • R
                                          retropieuser555
                                          last edited by 2 Jun 2021, 10:14

                                          Hey so I ran a fresh install recently and found that Fallout and Fallout2 both crash at the video/fmv screens. Is this something anyone else is finding? The games both worked around Jan/Feb for me when I first tried this out, just wondering if it's due to something changed in the newer versions of mesa,wine and box86?

                                          Pi 5 4GB

                                          Retroflag GPI with raspberry pi zero 2 w/ wifi

                                          Retroachievements:- lovelessrapture

                                          G 1 Reply Last reply 3 Jun 2021, 05:06 Reply Quote 0
                                          279 out of 475
                                          • First post
                                            279/475
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received