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 236.9k 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.
    • F
      Folly @TedMaul
      last edited by

      @tedmaul

      Don't know, but perhaps this will help.

      The -fullscreen in your file is for wine, I think.
      So perhaps you can run claw.exe with a fullscreen option, with something like this :

      .......claw.exe -fullscreen' -fullscreen
      

      Or perhaps you can configure claw in fullscreen while running and save the config then.
      And then run it again though ES.

      Good luck !

      T 1 Reply Last reply Reply Quote 0
      • shavecatS
        shavecat @TedMaul
        last edited by shavecat

        @tedmaul
        Hey
        I love captain claw
        and tried also to run it from ES also from the wine explorer
        but didnt work for me at all...
        if u get it working will love to know how FOLLOW :)

        1 Reply Last reply Reply Quote 1
        • T
          TedMaul @Folly
          last edited by TedMaul

          @folly thank you - gave this a go but got the following messages (had to type this out as nothing appeared in runcommand weirdly):

          xset:  unable to open display ""
          Box86 with Dynarec v0.2.0 b2d5587 built on Feb 16 2021 18:37:59
          matchbox: can't open display! check your DISPLAY variable.
          Box86 with Dynarec v0.2.0 b2d5587 built on Feb 16 2021 18:37:59
          Box86 with Dynarec v0.2.0 b2d5587 built on Feb 16 2021 18:37:59
          wine: cannot find L"/home/pi/.wine/drive_c/Program Files/claw/claw.exe -fullscreen"
          

          This .sh file is in roms/ports, maybe I've put it in the wrong place? It was the only way I could get it to show up on any lists in ES though.

          I've tried opening it from terminal by navigating to /home/pi/.wine/drive_c/Program Files/claw and then typing:

          wine claw.exe
          

          and it sits there for a few minutes before telling me claw.exe is a bad type of exe file. Yet it still runs through wine explorer... hmm...

          F M 2 Replies Last reply Reply Quote 0
          • F
            Folly @TedMaul
            last edited by

            @tedmaul

            That a pity.
            Hope you can find a good solution.

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

              @tedmaul

              Claw should work, I just tried it:

              https://retropie.org.uk/forum/post/252585

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

                @tedmaul Try to get Space Cadet working first (and starting from ES -> Ports). When that's done, copy the Claw folder to Program Files and look under:

                opt/retropie/configs/ports
                opt/retropie/ports

                and

                retropie/roms/ports/

                for guidance how Space Cades is started. Duplicate and adjust it all for Claw and behold the Claw entry under Ports in ES.

                shavecatS T 3 Replies Last reply Reply Quote 0
                • shavecatS
                  shavecat @mth75
                  last edited by

                  @mth75
                  Hey ,
                  i have Space Cadet working also commnados 1/2 .
                  but other games like captain claw for example dont work for me...
                  even with the wineexploer .
                  will love some help ?

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

                    @mth75 great that you've got Claw working!

                    I'm attempting to get Space Cadet to work, firstly by running the code that was on the github page - I've made it executable but it doesn't appear to be doing anything. Have I potentially started in the wrong place?

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

                      @mth75
                      I can get Claw loading for a sec'- im getting a black screen on the corner with wine explore .
                      and then it quit...
                      and ideas ? :) thanks

                      M 2 Replies Last reply Reply Quote 0
                      • M
                        mth75 @shavecat
                        last edited by

                        @shavecat said in Box86 and Wine on RPi4:

                        @mth75
                        I can get Claw loading for a sec'- im getting a black screen on the corner with wine explore .
                        and then it quit...
                        and ideas ? :) thanks

                        Do you start from the terminal or from within ES?

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

                          @mth75
                          Within the ES...yeha .
                          i can get commandos 1/2 and the pinball working well... (and heoers3 with sutck isuues) think we talked about it already ;))

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

                            @shavecat said in Box86 and Wine on RPi4:

                            I can get Claw loading for a sec'- im getting a black screen on the corner with wine explore .
                            and then it quit...
                            and ideas ? :) thanks

                            Maybe try another version? My version is just a copy of the game folder under program files, so no installing needed.

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

                              @mth75
                              yep
                              tried 3 already :\

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Folly @shavecat
                                last edited by

                                @shavecat and @mth75

                                Just an idea.
                                Perhaps you both can share md5sum's to check your versions against each other.

                                shavecatS 1 Reply Last reply Reply Quote 0
                                • shavecatS
                                  shavecat @Folly
                                  last edited by

                                  @folly
                                  how do i check that ? :) thanks

                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    Folly @shavecat
                                    last edited by Folly

                                    @shavecat

                                    In the terminal.

                                    Goto the directory where the game is, something like this :

                                    cd /home/pi/RetroPie/roms/ports/claw
                                    

                                    With this command it will search for all files in that directory and subdirectory's and create an md5sum of each file found :

                                    md5sum $(find -name "*")
                                    

                                    If you want the data in a file (output.txt) do this instead :

                                    md5sum $(find -name "*") > output.txt
                                    

                                    Now you can post this information.

                                    shavecatS 1 Reply Last reply Reply Quote 0
                                    • Z
                                      zennit
                                      last edited by zennit

                                      Using georges approach with streets of rage remix but no getting music, it worked with twisteros. Any tips on what to try to get music working?

                                      Also some times it asks to install mono and gecko any ideas why and if I can resolve that?

                                      1 Reply Last reply Reply Quote 0
                                      • shavecatS
                                        shavecat @Folly
                                        last edited by

                                        @folly
                                        thank u ! :)
                                        here we go -

                                        md5sum: ./Custom/11: No such file or directory
                                        md5sum: Skeletons.wwd: No such file or directory
                                        913d1f14b2834f0cd57e8655f301f857  ./Custom/12+14.wwd
                                        4f51635d5f4407a66e0a6f1ccdc6d0a2  ./Custom/13+3.wwd
                                        md5sum: ./Custom/3.00: No such file or directory
                                        md5sum: AM.wwd: No such file or directory
                                        1e6cc4766f6c39cf5f6ad299d33b3c08  ./Custom/4+2.wwd
                                        md5sum: ./Custom/A: No such file or directory
                                        md5sum: Chance: No such file or directory
                                        md5sum: to: No such file or directory
                                        md5sum: Run: No such file or directory
                                        md5sum: Away.wwd: No such file or directory
                                        md5sum: ./Custom/A: No such file or directory
                                        md5sum: Closet: No such file or directory
                                        md5sum: Woodland.wwd: No such file or directory
                                        md5sum: ./Custom/A: No such file or directory
                                        md5sum: Deadly: No such file or directory
                                        md5sum: Struggle: No such file or directory
                                        md5sum: for: No such file or directory
                                        md5sum: Speed.wwd: No such file or directory
                                        md5sum: ./Custom/A: No such file or directory
                                        md5sum: Dungeon.wwd: No such file or directory
                                        md5sum: ./Custom/A: No such file or directory
                                        md5sum: Town: No such file or directory
                                        md5sum: Near: No such file or directory
                                        md5sum: Puerto: No such file or directory
                                        md5sum: Lobo.wwd: No such file or directory
                                        md5sum: ./Custom/Abandoned: No such file or directory
                                        md5sum: Mine.wwd: No such file or directory
                                        md5sum: ./Custom/Abyss: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: Cultists: No such file or directory
                                        md5sum: v1.1.wwd: No such file or directory
                                        md5sum: ./Custom/Across: No such file or directory
                                        md5sum: the: No such file or directory
                                        md5sum: Frozen: No such file or directory
                                        md5sum: Planes.wwd: No such file or directory
                                        md5sum: ./Custom/Admiral: No such file or directory
                                        md5sum: Claw.wwd: No such file or directory
                                        md5sum: ./Custom/Admiral: No such file or directory
                                        md5sum: Le: No such file or directory
                                        md5sum: "Rauxe's": No such file or directory
                                        md5sum: Fort.wwd: No such file or directory
                                        md5sum: ./Custom/Adventure: No such file or directory
                                        md5sum: in: No such file or directory
                                        md5sum: Winter: No such file or directory
                                        md5sum: Land: No such file or directory
                                        md5sum: v0.4.wwd: No such file or directory
                                        md5sum: ./Custom/Age: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: Aquatis.wwd: No such file or directory
                                        md5sum: ./Custom/Amazonic: No such file or directory
                                        md5sum: Forest.wwd: No such file or directory
                                        md5sum: ./Custom/An: No such file or directory
                                        md5sum: Abyss: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: Despair.wwd: No such file or directory
                                        md5sum: ./Custom/An: No such file or directory
                                        md5sum: Adventure.wwd: No such file or directory
                                        md5sum: ./Custom/Ancient: No such file or directory
                                        md5sum: Cave: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: Light.wwd: No such file or directory
                                        md5sum: "./Custom/Armageddon's": No such file or directory
                                        md5sum: Battle.wwd: No such file or directory
                                        4775a9816fd761b54a9b26e52bfe567d  ./Custom/Arrested.wwd
                                        md5sum: ./Custom/Artur: No such file or directory
                                        md5sum: 1.wwd: No such file or directory
                                        md5sum: ./Custom/Artur: No such file or directory
                                        md5sum: 2.wwd: No such file or directory
                                        md5sum: ./Custom/Artur: No such file or directory
                                        md5sum: 3: No such file or directory
                                        md5sum: v1.1.wwd: No such file or directory
                                        md5sum: ./Custom/Artur: No such file or directory
                                        md5sum: 4: No such file or directory
                                        md5sum: v2.2.wwd: No such file or directory
                                        7a8a9337a31dc25edecec5893c434bd5  ./Custom/Assassin.wwd
                                        md5sum: ./Custom/Azure: No such file or directory
                                        md5sum: Prison: No such file or directory
                                        md5sum: '(11+1).wwd': No such file or directory
                                        md5sum: ./Custom/Back: No such file or directory
                                        md5sum: to: No such file or directory
                                        md5sum: Revenge.wwd: No such file or directory
                                        md5sum: ./Custom/Bad: No such file or directory
                                        md5sum: 'Birds!.wwd': No such file or directory
                                        md5sum: "./Custom/Bamboo's": No such file or directory
                                        md5sum: Puzzles: No such file or directory
                                        md5sum: '#1.wwd': No such file or directory
                                        md5sum: "./Custom/Bamboo's": No such file or directory
                                        md5sum: Puzzles: No such file or directory
                                        md5sum: '#2.wwd': No such file or directory
                                        md5sum: ./Custom/Battle: No such file or directory
                                        md5sum: Fortress.wwd: No such file or directory
                                        md5sum: ./Custom/Big: No such file or directory
                                        md5sum: Beer.wwd: No such file or directory
                                        md5sum: ./Custom/Big: No such file or directory
                                        md5sum: Cottage.wwd: No such file or directory
                                        md5sum: ./Custom/Big: No such file or directory
                                        md5sum: "Town's": No such file or directory
                                        md5sum: Secrets.wwd: No such file or directory
                                        md5sum: ./Custom/Biting: No such file or directory
                                        md5sum: 'Seagulls!': No such file or directory
                                        md5sum: v1.1.wwd: No such file or directory
                                        md5sum: ./Custom/Black: No such file or directory
                                        md5sum: Marsh.wwd: No such file or directory
                                        md5sum: "./Custom/Blackbeard's": No such file or directory
                                        md5sum: Cove.wwd: No such file or directory
                                        md5sum: ./Custom/Blackout: No such file or directory
                                        md5sum: v2.0.wwd: No such file or directory
                                        md5sum: ./Custom/Blood: No such file or directory
                                        md5sum: City.wwd: No such file or directory
                                        md5sum: ./Custom/Bloodbath: No such file or directory
                                        md5sum: v2.1.wwd: No such file or directory
                                        md5sum: ./Custom/Boiling: No such file or directory
                                        md5sum: Tar.wwd: No such file or directory
                                        md5sum: ./Custom/Bosque: No such file or directory
                                        md5sum: de: No such file or directory
                                        md5sum: la: No such file or directory
                                        md5sum: Muerte.wwd: No such file or directory
                                        md5sum: ./Custom/Boss: No such file or directory
                                        md5sum: Le: No such file or directory
                                        md5sum: Rauxe.wwd: No such file or directory
                                        md5sum: ./Custom/Bottom: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: the: No such file or directory
                                        md5sum: Well.wwd: No such file or directory
                                        md5sum: ./Custom/Brawl: No such file or directory
                                        md5sum: Bellow.wwd: No such file or directory
                                        md5sum: ./Custom/Bright: No such file or directory
                                        md5sum: Sands: No such file or directory
                                        md5sum: of: No such file or directory
                                        md5sum: Death.wwd: No such file or directory
                                        828720399c1a08e02ccf922bcd8e0d07  ./Custom/Broadsides.wwd
                                        md5sum: ./Custom/Broken: No such file or directory
                                        md5sum: Bay.wwd: No such file or directory
                                        md5sum: ./Custom/Buddy: No such file or directory
                                        md5sum: Quest.wwd: No such file or directory
                                        md5sum: ./Custom/Bushy: No such file or directory
                                        md5sum: Trip.wwd: No such file or directory
                                        f07442ac4f99380d479ecedba0f70dd5  ./Custom/8+9.wwd
                                        md5sum: ./Custom/Aquatis: No such file or directory
                                        md5sum: Battle.wwd: No such file or directory
                                        md5sum: ./Custom/Bird: No such file or directory
                                        md5sum: 'Gang!.wwd': No such file or directory
                                        md5sum: ./Custom/CAFTA: No such file or directory
                                        md5sum: Part: No such file or directory
                                        md5sum: 13: No such file or directory
                                        

                                        dosent looks good right ? haha

                                        F 1 Reply Last reply Reply Quote 0
                                        • F
                                          Folly @shavecat
                                          last edited by Folly

                                          @shavecat

                                          Looks like garbish. ;-)
                                          I don't see executables.

                                          Where is your installation of claw ?

                                          Go there, it you have :spaces: in a directory use :
                                          cd "insert your path to claw"

                                          shavecatS 1 Reply Last reply Reply Quote 0
                                          • shavecatS
                                            shavecat @Folly
                                            last edited by

                                            @folly

                                            what do u mean ?
                                            cd
                                            /media/usb0/roms/wine/CLAWALL/Claw
                                            ? :O

                                            F 1 Reply 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.