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.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.
    • G
      George @George
      last edited by

      @george said in Box86 and Wine on RPi4:

      I'll take a look at what happened to rp_getIdxFromId and see if there is a replacement.

      Looks like this functionality was removed at about the same time I submitted my pull request for the script modules. But it also looks like some functionality may still exist and be simpler to make sure the chain still works. I'll do some work and update my scripts. I'll also test doing a dist upgrade to see where Pulse Audio is getting installed and how it affects things.

      Thanks again!

      - George

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

        @george said in Box86 and Wine on RPi4:

        @folly said in Box86 and Wine on RPi4:

        We can use the konami remakes legally for box86/wine, read this :
        https://retropie.org.uk/forum/topic/10918/where-to-legally-acquire-content-to-play-on-retropie/296

        Thanks @Folly, this is cool. I've been looking at some of the recent commits for RetroPie and it looks like there is a new feature enabling external repositories for modules, which might be good for this use case. That would mean that once we get things figured out with installation directory, ports vs. emulator, etc. A whole repository can be created for the Konami remakes.

        What do you think?

        - George

        Yes indeed, I read that also about external repositories.
        Pretty good idea !

        I just did an experiment on my usb3.0 stick, because I found this :
        https://raspberrypi.stackexchange.com/questions/101388/sata-3-ssd-too-slow-on-raspberry-pi-4-even-with-external-power
        https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=245931

        I turned uas off for my stick in boot/cmdline.txt

        So I will have to test here and there, but I think this could be the solution.
        Tested, still slow after a while, perhaps there is some corruption going on.
        I think I will wipe that stick and try fresh again.

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

          @George

          Today my HDMI audio was gone again (in the desktop enviroment).
          I removed timidity, did a shutdown and checked the cables.
          Then booted my pi again and my HDMI audio was back again.
          I don't know if timidity is causing this, but I thought you should know.

          1 Reply Last reply Reply Quote 0
          • H
            h2805270
            last edited by h2805270

            Here's a treat for you people.

            I still have the SpaceCadet Pinball game installation .EXE (it's freeware, so no harm done):

            =========================

            mituM 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @h2805270
              last edited by

              @h2805270 said in Box86 and Wine on RPi4:

              I still have the SpaceCadet Pinball game installation .EXE (it's freeware, so no harm done):

              Didn't know it's freeware - do you have a reference to that ?

              H 1 Reply Last reply Reply Quote 0
              • H
                h2805270 @mitu
                last edited by h2805270

                @mitu
                "Abandonware" is a more appropriate terminology in the case of this game, but yes. The original release/full game "Full Tilt Pinball" is classified as such:
                -========================-

                The Windows Game is just an altered downgraded Demo Port of the original game, re-written in the C language (for wider CPU compatibility).

                Windows itself dropped it from Vista because of a collision bug in the 64-bit version they couldn't fix (works fine on Windows 10).

                They tried reviving the licence in 2018 as a "Microsoft Garage" project, but Cinematronics refused to give them the rights because of some complicated "only for Windows 95" mumbo-jumbo.

                In short, it's as good as most MS-DOS games.

                mituM 1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator @h2805270
                  last edited by

                  @h2805270 said in Box86 and Wine on RPi4:

                  "Abandonware" is a more appropriate terminology in the case of this game, but yes[..]

                  In this case, please remove the download link - without a release or distribution license, it's just a regular copyrighted game.

                  H 1 Reply Last reply Reply Quote 0
                  • H
                    h2805270 @mitu
                    last edited by

                    @mitu
                    I really hate it when developers leave their games to rot indefinitely, but still keep a leash over them like they're going to earn any money from it today.

                    1 Reply Last reply Reply Quote 0
                    • G
                      George
                      last edited by

                      Thanks anyway @h2805270!

                      1 Reply Last reply Reply Quote 0
                      • G
                        George
                        last edited by

                        Hi @Folly and @mth75. Some updates on my end.

                        I did a clean install and did a full on apt-get dist-upgrade and updated RetroPie to 4.7.7. I'm testing out modifications to my script to detect what has been installed. Looks like things have gotten simpler and I can just do the following as an example:

                        if ! rp_isInstalled "wine" ; then
                        

                        I also am experimenting with a couple of lines which detect if a person is running at least RetroPie 4.7.7, since it's pretty much a requirement now that the method for detecting installed script modules has changed. If my scripts get accepted into RetroPie, that won't be necessary, as they'll automatically be part of the later versions.

                        I'm installing things and running some tests. So far so good. I'll be on the lookout for audio issues (via Timidity) and performance slow downs. @Folly, thanks for the tip on UAS. I had found out about compatibility issues just a few months ago on my Ubuntu Desktop when I bought a Seagate USB 3.0 hard drive for backup purposes. Makes sense that it might affect Raspberry Pi as well. In my case, the system was spamming the log file with UAS error messages like crazy. You may want to check /var/log/ for a massive log file that gets added to constantly. The toughest part is that it's evidently such a common problem that there are several posts about it on various forums for various Linux based operating systems. So the idea that almost every USB 3.0 hard drive should be UAS compatible is probably a bit of an overstatement. The solution is quite a bit of work as well, considering the issue is fairly common, it would have made sense to simplify it. But I digress.

                        I've been playing around with my script modules as "external" script modules. It works rather well! It could definitely be the solution for the ever increasing number of applications people want to cram onto their RetroPie boxes. Of course, I'd like the box86/wine script modules to become part of the RetroPie master repo. :-) I could see this as being a great option for single game ports though! I can see a conflict arising when two different repos have a script module with the same name though. One will be chosen over another. I'll have to submit that feedback somewhere.

                        Anyway, if I make any further progress, I'll let you know!

                        - George

                        F M 2 Replies Last reply Reply Quote 1
                        • F
                          Folly @George
                          last edited by Folly

                          @george

                          Great to hear you found a solution and that you could use my UAS suggestion ;-)

                          I am always testing your script both ways.
                          From the terminal so I can see how it would react with an original RetroPie and if the games are in fullscreen.

                          I test also in the desktop enviroment.
                          What I see here is that wine is always installing mime types for fast opening of files. I you open a file with a wine application it doesn't work(you get sandbox only) and I prefer to use linux programs over wine. So I renamed this file to .bak manually to get rid of this (perhaps an idea to implement) :
                          /home/pi/.local/share/applications/mimeinfo.cache.bak

                          When you install software you get desktop icons, that is nice, but the desktop icons don't work because they have no good command to load the software in the desktop enviroment. So pehaps there is a way to prefent installing desktop icons on the linux desktop or else, that desktop icons are installed with the correct load command.

                          Is this some good feedback for you ?

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

                            @george said in Box86 and Wine on RPi4:

                            Anyway, if I make any further progress, I'll let you know!

                            Thx for the update. In the meantime, i'm pumping out wine prefixes :-).

                            Which brings me to the other question regarding, how to install games. I think the only solution in a Retropie env. for end users is installing games with winetricks and configuring all opt and config files manual. I don't see another solution.

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

                              @George I have to start almost all games multiple times before xinit actually starts. I believe this is a well known xinit problem?, is there anything we can do about that?

                              F 1 Reply Last reply Reply Quote 0
                              • G
                                George
                                last edited by

                                @Folly and @mth75, I really appreciate all the work you've done to test this out. I love all the feedback. You're making this really solid and people are going to love it! Thank you!

                                @Folly
                                I found this link for disabling Wine from managing MIME types. https://askubuntu.com/questions/323437/how-to-prevent-wine-from-adding-file-associations It can also disable creation of desktop items (I think). I'm not sure that the creation of desktop items could be customized to include the environment variable settings that are required. But it might not be too bad, considering the following on the command line:

                                • WINEDEBUG=-all - potentially can be removed. You'll just see warning messages.
                                • LD_LIBRARY_PATH="/opt/retropie/supplementary/mesa/lib/" - Eventually, when Raspberry Pi OS is updated to use the latest Mesa drivers, this can be removed. A short term alternative is to add this to the .profile so it is set 100% of the time, but I don't know what effect that will have on the rest of the system.
                                • setarch linux32 -L - I'm not exactly sure this is needed, since we're already on a 32-bit linux system, but one could experiment with removing it.

                                @mth75
                                I think you might be right about installation of software, though doing all the manual configuration of ports scripts is a pain. I'm still looking at various solutions.

                                Can you edit one of your scripts to add: BOX86_LOG=1 and remove the WINEDEBUG statement, making the line look like this:

                                BOX86_LOG=1 LD_LIBRARY_PATH="/opt/retropie/supplementary/mesa/lib/" setarch linux32 -L ...
                                

                                This might help narrow down the issue.

                                Thanks again!

                                - George

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

                                  @mth75 said in Box86 and Wine on RPi4:

                                  @George I have to start almost all games multiple times before xinit actually starts. I believe this is a well known xinit problem?, is there anything we can do about that?

                                  I have the same problem running Beebem.
                                  But with Beebem I have the wine/desktop already open.
                                  So I dont think it's an xinit problem.

                                  G 1 Reply Last reply Reply Quote 0
                                  • G
                                    George @Folly
                                    last edited by

                                    Can you use the BOX86_LOG=1 flag and post your log? That will help narrow down where the issue might be. Thanks!

                                    - George

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

                                      @george said in Box86 and Wine on RPi4:

                                      Can you use the BOX86_LOG=1 flag and post your log? That will help narrow down where the issue might be. Thanks!

                                      - George

                                      I tried Beebem 1 time creating this log (Beebem starts and then stops directly):
                                      (It boots ok if I press a key and also if I use the fullscreen option in beebem)

                                      Parameters: 
                                      Executing: /opt/retropie/ports/wine/wineexplorer_xinit.sh
                                      root window unavailable (maybe another WM is running?)
                                      Debug level is 1
                                      Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
                                      Box86 with Dynarec v0.2.0 b2d5587 built on Feb  1 2021 13:10:23
                                      BOX86: Wine detected, WINEPRELOADRESERVE=""
                                      Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
                                      Using default BOX86_PATH: ./:bin/
                                      Counted 45 Env var
                                      Looking for /opt/retropie/ports/wine/bin/wine
                                      argv[1]="explorer"
                                      argv[2]="/desktop=shell,1600x900"
                                      argv[3]="explorer"
                                      Using native(wrapped) libpthread.so.0
                                      Using native(wrapped) libdl.so.2
                                      Using native(wrapped) libc.so.6
                                      Using native(wrapped) ld-linux.so.2
                                      Using native(wrapped) librt.so.1
                                      Using emulated /opt/retropie/ports/wine/bin/../lib/wine/ntdll.so
                                      Using native(wrapped) libm.so.6
                                      Debug level is 1
                                      Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
                                      Box86 with Dynarec v0.2.0 b2d5587 built on Feb  1 2021 13:10:23
                                      BOX86: Wine detected, WINEPRELOADRESERVE=""
                                      Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
                                      Using default BOX86_PATH: ./:bin/
                                      Counted 46 Env var
                                      Looking for /opt/retropie/ports/wine/bin/wine
                                      argv[1]="explorer"
                                      argv[2]="/desktop=shell,1600x900"
                                      argv[3]="explorer"
                                      Using native(wrapped) libpthread.so.0
                                      Using native(wrapped) libdl.so.2
                                      Using native(wrapped) libc.so.6
                                      Using native(wrapped) ld-linux.so.2
                                      Using native(wrapped) librt.so.1
                                      Using emulated /opt/retropie/ports/wine/bin/../lib/wine/ntdll.so
                                      Using native(wrapped) libm.so.6
                                      Debug level is 1
                                      Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
                                      Box86 with Dynarec v0.2.0 b2d5587 built on Feb  1 2021 13:10:23
                                      Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
                                      Using default BOX86_PATH: ./:bin/
                                      Counted 46 Env var
                                      Looking for /opt/retropie/ports/wine/bin/wineserver
                                      Using native(wrapped) libdl.so.2
                                      Using native(wrapped) libc.so.6
                                      Using native(wrapped) ld-linux.so.2
                                      Using native(wrapped) libpthread.so.0
                                      Using native(wrapped) librt.so.1
                                      Using emulated /opt/retropie/ports/wine/lib/wine/../libwine.so.1
                                      0064:err:ole:start_rpcss Failed to start RpcSs service
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/kernel32.so"/0x63d826a0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/kernelbase.so"/0x63dacc08, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/explorer.so"/0x63dbfe50, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/advapi32.so"/0x63ddb3a0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/sechost.so"/0x63ddc758, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/ucrtbase.so
                                      Using emulated /opt/retropie/ports/wine/lib/wine/gdi32.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/rpcrt4.so"/0x63e06a10, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/user32.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/setupapi.so"/0x63e06a10, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/version.so"/0x63e06a10, 2)
                                      Using native(wrapped) libfreetype.so.6
                                      Using native(wrapped) libfontconfig.so.1
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/imm32.so"/0x641f7c20, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/winex11.drv.so
                                      Using native(wrapped) libXext.so.6
                                      Using native(wrapped) libX11.so.6
                                      Using native(wrapped) libxcb.so.1
                                      Using native(wrapped) libXau.so.6
                                      Using native(wrapped) libXdmcp.so.6
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winex11.so"/0x6425f590, 2)
                                      Using native(wrapped) libXinerama.so.1
                                      Using native(wrapped) libXxf86vm.so.1
                                      Using native(wrapped) libXrender.so.1
                                      Using native(wrapped) libXrandr.so.2
                                      Using native(wrapped) libXcomposite.so.1
                                      Using native(wrapped) libXi.so.6
                                      Using native(wrapped) libXcursor.so.1
                                      Using native(wrapped) libvulkan.so.1
                                      Warning, function vkGetPhysicalDeviceSurfaceCapabilities2KHR not found in lib libvulkan.so.1
                                      Warning, function vkGetPhysicalDeviceSurfaceFormats2KHR not found in lib libvulkan.so.1
                                      Using native(wrapped) libpng16.so.16
                                      Using emulated /opt/retropie/ports/wine/lib/wine/shell32.dll.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shell32.so"/0x64887a68, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shlwapi.so"/0x648dabc0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shcore.so"/0x648db430, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ole32.so"/0x648e31e0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/combase.so"/0x648e31e0, 2)
                                      Debug level is 1
                                      Dynarec for ARM, with extension: HALF FAST_MULT EDSP NEON VFPv4 IDIVA PageSize:4096
                                      Box86 with Dynarec v0.2.0 b2d5587 built on Feb  1 2021 13:10:23
                                      BOX86: Wine detected, WINEPRELOADRESERVE="000400000-000495000"
                                      Using default BOX86_LD_LIBRARY_PATH: ./:lib/:lib32/:x86/
                                      Using default BOX86_PATH: ./:bin/
                                      Counted 48 Env var
                                      Looking for /opt/retropie/ports/wine/bin/wine
                                      argv[1]="explorer"
                                      Using native(wrapped) libpthread.so.0
                                      Using native(wrapped) libdl.so.2
                                      Using native(wrapped) libc.so.6
                                      Using native(wrapped) ld-linux.so.2
                                      Using native(wrapped) librt.so.1
                                      Using emulated /opt/retropie/ports/wine/bin/../lib/wine/ntdll.so
                                      Using native(wrapped) libm.so.6
                                      Using emulated /opt/retropie/ports/wine/lib/wine/../libwine.so.1
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/kernel32.so"/0x63623c48, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/kernelbase.so"/0x6364e470, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/explorer.so"/0x63661718, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/advapi32.so"/0x6368cae0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/sechost.so"/0x6368de98, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/ucrtbase.so
                                      Using emulated /opt/retropie/ports/wine/lib/wine/gdi32.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/rpcrt4.so"/0x636b8470, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/user32.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/setupapi.so"/0x636b8470, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/version.so"/0x636d1188, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/actxprxy.so"/0x429ed920, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/oleaut32.so"/0x429f3710, 2)
                                      Using native(wrapped) libfreetype.so.6
                                      Using native(wrapped) libfontconfig.so.1
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/imm32.so"/0x63a96fd0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ole32.so"/0x63ad84b0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/combase.so"/0x63ada3a0, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/winex11.drv.so
                                      Using native(wrapped) libXext.so.6
                                      Using native(wrapped) libX11.so.6
                                      Using native(wrapped) libxcb.so.1
                                      Using native(wrapped) libXau.so.6
                                      Using native(wrapped) libXdmcp.so.6
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winex11.so"/0x63b5efa0, 2)
                                      Using native(wrapped) libXinerama.so.1
                                      Using native(wrapped) libXxf86vm.so.1
                                      Using native(wrapped) libXrender.so.1
                                      Using native(wrapped) libXrandr.so.2
                                      Using native(wrapped) libXcomposite.so.1
                                      Using native(wrapped) libXi.so.6
                                      Using native(wrapped) libXcursor.so.1
                                      Using native(wrapped) libvulkan.so.1
                                      Warning, function vkGetPhysicalDeviceSurfaceCapabilities2KHR not found in lib libvulkan.so.1
                                      Warning, function vkGetPhysicalDeviceSurfaceFormats2KHR not found in lib libvulkan.so.1
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x63f77978, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/uxtheme.so"/0x63fed478, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/actxprxy.so"/0x6413cee0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/oleaut32.so"/0x64142c58, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/shell32.dll.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shell32.so"/0x643d78e0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shlwapi.so"/0x643ea878, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/shcore.so"/0x643eaf08, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/explorerframe.so"/0x646edcc8, 2)
                                      Using native(wrapped) libpng16.so.16
                                      00d8:fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains unsupported style(s): 0x00000004
                                      00d8:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x4e2ad0 (2, 1026, a003, 0, 0x7af55c)
                                      00d8:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x4e2ad0 (2, 1026, a004, 1, 0x7af55c)
                                      00d8:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x4e2ad0 (2, 1025, a003, 1, 0x7af55c)
                                      00d8:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x4e2ad0 (2, 1025, a004, 1, 0x7af55c)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45358a70, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/bcrypt.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45358fe0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x4536ed48, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/winspool.drv.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x4536ed48, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x4537fbe8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45382d48, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45383a88, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/ws2_32.dll.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45383a88, 2)
                                      Using native(wrapped) libgnutls.so.30
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/uxtheme.so"/0x45856e88, 2)
                                      Using native(wrapped) libcups.so.2
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45391358, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x458f8a80, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x458f8a80, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45a9c5e8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45a90188, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45a90188, 2)
                                      Using emulated /opt/retropie/ports/wine/lib/wine/dinput8.dll.so
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45a90188, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45d96ce8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45d96ce8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45da15d8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45d9aec0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45d9aec0, 2)
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00000004
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45eb4720, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb4720, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45eb9dc8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45ec7568, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45ec75e8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb8200, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45eb8200, 2)
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00000004
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45eb9d88, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45ed4c70, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45ed4c18, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/appwiz.so"/0x45ecc7c8, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comdlg32.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/winspool.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/urlmon.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/wininet.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/mpr.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/ws2_32.so"/0x45eb9db0, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/bthprops.so"/0x45ecca80, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/inetcpl.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/irprops.so"/0x45edeb50, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/joy.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/comctl32.so"/0x45ed0850, 2)
                                      Warning: Cannot dlopen("/opt/retropie/ports/wine/lib/wine/dinput8.so"/0x45ed0850, 2)
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:shell:ISF_ControlPanel_fnGetDisplayNameOf retrieve display name from control panel app
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00000004
                                      0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
                                      0158:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.
                                      0158:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
                                      
                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        George @Folly
                                        last edited by

                                        Thanks @folly. Quick question. Are you running a Windows version of Beebem through Wine Explorer?

                                        - George

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

                                          @george said in Box86 and Wine on RPi4:

                                          Thanks @folly. Quick question. Are you running a Windows version of Beebem through Wine Explorer?

                                          - George

                                          Yes I do.
                                          Forgot to mention, wine explorer keeps working though.

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

                                            @George I updated to:

                                            Box86 Master version (latest 0.2.1), Mesa 20.3.4 and Wine v-6.1-devel.

                                            I'm fearly sure that this combination gives a noticeable better performance (and more games work).

                                            Wine games are running almost 5 degrees Celsius cooler ... Simcity 3000 for instance would throttle my SOC in the Pi4. Not any more.

                                            M G 2 Replies Last reply Reply Quote 1
                                            • 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.