RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    lr-reicast not loading AW/Naomi games

    Scheduled Pinned Locked Moved Help and Support
    lr-reicastnaomiatomiswave
    30 Posts 7 Posters 3.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
      flybot1050 @barbudreadmon
      last edited by flybot1050

      @barbudreadmon so do i just update RP script and Beetle DC will show up or will it show as Reicast?

      Thanks

      B 1 Reply Last reply Reply Quote 0
      • B
        barbudreadmon @flybot1050
        last edited by

        @flybot1050 RP needs to update its build script first, and that's not even a definitive name, just something we did in a rush 2 days ago to avoid this shitstorm, most likely it will change again.

        FBNeo developer - github - forum

        BuZzB 1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators @barbudreadmon
          last edited by

          @barbudreadmon I have a PR waiting - but I won't merge it if there will be another rename. Thanks for the info.

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • johnodonJ
            johnodon
            last edited by

            Waiting to see if there if a fix for this. I have the exact same issue on similar config (Ubuntu Server 18.04) but with an Intel GPU. Game begins to launch but eventually hang and the last output shown is exactly as below...

            > new tactx
            > new tactx
            > JVS node 1: Storing 7 cmd bytes
            > Creating per-triangle/strip renderer
            

            When I have some time later I will post more info.

            John

            B 1 Reply Last reply Reply Quote 0
            • B
              barbudreadmon @johnodon
              last edited by

              @johnodon The issue with intel GPUs is known, the only known fixes are to add Option "DRI" "2" to your xorg configuration, or to revert to mesa-17. The later might be impossible or very hard on ubuntu 18.04.

              FBNeo developer - github - forum

              johnodonJ 1 Reply Last reply Reply Quote 0
              • johnodonJ
                johnodon @barbudreadmon
                last edited by

                @barbudreadmon said in lr-reicast not loading AW/Naomi games:

                @johnodon The issue with intel GPUs is known, the only known fixes are to add Option "DRI" "2" to your xorg configuration, or to revert to mesa-17. The later might be impossible or very hard on ubuntu 18.04.

                Thanks...i'll give the xorg config change a shot. FYI, I was able to run Naomi/AW games some months ago without issue on the same HW. I'm guessing I was using MESA v17 at that time.

                Just in case anyone wants for future reference, here is the verbose logging. As you can see, I get stuck at the same exact point as @flybot1050 (who is using an AMD GPU).

                https://pastebin.com/PFK9GWX8

                B 1 Reply Last reply Reply Quote 0
                • johnodonJ
                  johnodon
                  last edited by

                  Creating the xorg conf file did the trick...

                  pi@ubuntu:/$ cat /etc/X11/xorg.conf.d/20-intel.conf
                  Section "Device"
                     Identifier  "Intel Graphics"
                     Driver      "intel"
                     Option      "TearFree"     "true"
                     Option      "DRI"          "2"
                     Option      "AccelMethod"  "uxa"
                     #Option      "AccelMethod"  "sna"
                  EndSection
                  
                  1 Reply Last reply Reply Quote 0
                  • B
                    barbudreadmon @johnodon
                    last edited by

                    @johnodon said in lr-reicast not loading AW/Naomi games:

                    who is using an AMD GPU

                    AMD GPU might be a different issue, i could only test the condition for the issue with intel gpu :

                    • it happens since the mesa-18 update (reverting to mesa-17 solves it)
                    • the only sure way to get it working again seems to be the dri2 thingy (there are other way to reduce the number of freezes, but only this one seems to prevent them totally)

                    FBNeo developer - github - forum

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

                      Yeah I tried using DRI 2 on Ubuntu 18.04 and it causes the desktop UI to go mental, guessing AMD GPU's don't seem to like it :(

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

                        That said i popped in a Nvidia GT 8800 and got the same result,

                        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.