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

    The "which games works" with Box86/Wine topic on the RetroPie RPI4/400

    Scheduled Pinned Locked Moved General Discussion and Gaming
    box86pi400retropiewindowswine
    162 Posts 35 Posters 60.0k 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.
    • ExarKunIvE
      ExarKunIv @retropi19
      last edited by

      @retropi19 not yet.
      once i get all the bugs cleaned up ill be making a post with them all there for everyone

      RPi3B+ / 200GB/ RetroPie v4.5.14, RPi4 Model B 4gb / 256gb / RetroPie 4.8.2
      RPi5 4gb / 512gb / RetroPie 4.8.9 -Basic
      Maintainer of RetroPie-Extra .

      R 1 Reply Last reply Reply Quote 0
      • R
        retro-devil2 @ExarKunIv
        last edited by retro-devil2

        @exarkuniv @retropi19
        Good day so the Retro Devils and supreme team have been working hard to simplthis wine install.

        We have made a one line installer . It also does the following

        • uses qjoypad to map controls from keyboard to your controller
        • loads different layout per game .
        • launches exe directly from emulation station .
        • has ui for installing mugen or just wine and box86.

        Heres our github . With how to load new games , map controls for each game etc.
        https://github.com/Retro-Devils/Mugen-Pi-4

        F 1 Reply Last reply Reply Quote 1
        • F
          Folly @retro-devil2
          last edited by

          @retro-devil2

          I am not using Box86/Wine at the moment.
          So much other things to do ;-)

          But this development sounds really COOL !

          M 1 Reply Last reply Reply Quote 0
          • M
            mth75 @Folly
            last edited by

            Update: i'm using the Box86 Master version (latest 0.2.5), Mesa 21.3.2 and Wine v-6.22 or 7.0-rc2. I've encountered no new problems with this combo ...

            M 1 Reply Last reply Reply Quote 0
            • M
              mth75 @mth75
              last edited by

              Zoo Tycoon works with Marine Mania and Dinosaur Digs expansion.

              IMG_0084.jpg

              IMG_0086 3.jpg

              1 Reply Last reply Reply Quote 1
              • R
                retropi19
                last edited by

                Hi,any guide on how to install Box86/Wine Games like Age of Empires 2 etc. like the first photo shows??

                Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                1 Reply Last reply Reply Quote 0
                • M
                  mth75 @retropieuser555
                  last edited by mth75

                  @retropieuser555 did you configured anything special? I've can't solve the garbled colors problem (beside this the game works).

                  I've tried the normal fallout version en de HD version. Both have the same problem.

                  1 Reply Last reply Reply Quote 0
                  • jajalobritJ
                    jajalobrit @hooperre
                    last edited by

                    @hooperre how did you install directx9? I've tried using winetricks but there are always errors

                    hooperreH 1 Reply Last reply Reply Quote 0
                    • hooperreH
                      hooperre @jajalobrit
                      last edited by

                      @jajalobrit I think I installed it directly from a Redist folder along with the game I was installing. That or it installed with GOG automatically prompting for it. I think Neverwinter Nights was the game that I used that included it.

                      4B ~ RPi PSU 5.1V / 3.0A ~ 32GB SanDisk microSD ~ 128GB USB

                      jajalobritJ 1 Reply Last reply Reply Quote 0
                      • jajalobritJ
                        jajalobrit @hooperre
                        last edited by

                        @hooperre great! thanks, i'll try that

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          retropi19 @jajalobrit
                          last edited by

                          @jajalobrit how to install a game in wine?
                          Just put in the script the folder with the installer and execute the exe?
                          Is really DirectX does a difference?

                          Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                          Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                          1 Reply Last reply Reply Quote 0
                          • M
                            MumboJumbo
                            last edited by

                            Jagged Alliance 2 (GoG) worked just by copying

                            KKND2 started after installing directx. Runs kind of smooth in the menues and videos but crashes when entering real game

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              retropi19 @MumboJumbo
                              last edited by

                              @mumbojumbo
                              any change you say how you installed directx??

                              Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                              Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                MumboJumbo @retropi19
                                last edited by

                                @retropi19 sry can't reall say cause I started to look into ports and got lost in it for now

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MumboJumbo
                                  last edited by

                                  For directx:

                                  https://www.dedoimedo.com/games/wine-directx.html

                                  i used directx_Jun2010_redist while OS=WinXP
                                  i also added another library via winecfg dnsapi (Builtin,Native)

                                  Today I tried Warcraft III and after some settings it works.

                                  • installed it over Desktop in C:\Games Folder , dont know if necessary because the game could start after adding an empty folder in /mnt/ to force wine to create a cdrom drive. Added -opengl flag and linked to war3.exe. Before installation you need to install fonts with winetricks i dont know which so i installed all which is a long process and you dont see a thing... Game is version 24b in 21b there were missing textures for fonts.

                                  my sh looks like this

                                  xset -dpms s off s noblank
                                  cd "/home/pi/.wine/drive_c/Games/WarcraftIII/"
                                  matchbox-window-manager & 
                                  WINEDEBUG=-all LANG="de_DE.UTF8" LD_LIBRARY_PATH="/opt/retropie/supplementary/mesa/lib/" setarch linux32 -L /opt/retropie/emulators/wine/bin/wine 'C:/Games/WarcraftIII/war3.exe' -opengl
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    MumboJumbo
                                    last edited by

                                    Lula - The sexy Empire (GOG) works too. Just copy the folders and make sure there is a folder in "/mnt/" like e.g. "/mnt/disk/" otherwise the cd check of the game fails and it wont start

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      TheSheepAdam
                                      last edited by

                                      I was able to get Typing of the Dead working fairly well, some framerate dips but sound is good and very playable... It ran pretty reliably via Wine Explorer, but brings up a WineD3D dialog you have to confirm. Running from emulation station succeeds about 1:6 tries, but I can get in with some persistence.

                                      Also, used Flash Player Projector to play Super Mario Bros Crossover (v1). I have to choose the file on launch, but it's possible to do with qjoypad and a bit of creativity. Unfortunately windowed. Is there a way to pass arguments to a program?

                                      Overall, two games I hadn't had much hope of playing that run pretty great.

                                      retropieuser555R S 2 Replies Last reply Reply Quote 2
                                      • retropieuser555R
                                        retropieuser555 @TheSheepAdam
                                        last edited by

                                        @TheSheepAdam I know it's not the same but typing of the dead's Dreamcast version is really good on lr-flycast

                                        Pi 5 4GB

                                        Retroflag GPI with raspberry pi zero 2 w/ wifi

                                        Retroachievements:- lovelessrapture

                                        M 1 Reply Last reply Reply Quote 0
                                        • ectoE ecto referenced this topic on
                                        • M
                                          mth75 @retropieuser555
                                          last edited by

                                          Finally ... I got Age of Empires 1 (Complete Edition) working. Finding the right (ISO) version is crucial ... most versions won't work.

                                          IMG_0711.JPG

                                          R 1 Reply Last reply Reply Quote 2
                                          • R
                                            retropi19 @mth75
                                            last edited by retropi19

                                            @mth75 great work,have you tried sudden strike or age of mythologiy??
                                            Do you know how to run direct3d games??
                                            Is there a switch or something like -direct3d ??

                                            And another thing is there a easy way to install directx 9 in box86??

                                            Thanks

                                            Rpi3B+ USB 2.0 Boot HDD Hitachi 40GB 5400rpm

                                            Rpi4 4GB rev1.4 USB 3.0 Boot HDD Hitachi 160GB 7200rpm

                                            S M 2 Replies Last reply Reply Quote 0
                                            • First post
                                              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.