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

    1on1 PSX Background issues

    Scheduled Pinned Locked Moved Help and Support
    backgroundgraphical errorgraphical issuepcsx-rearmedpsx roms
    11 Posts 5 Posters 1.7k 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.
    • A
      AdamBeGood
      last edited by AdamBeGood

      Pi Model or other hardware: Pi4
      Power Supply used: Pi Standard
      RetroPie Version Used: 4.6
      Built From: RetroPie website image

      Hi all,

      I'm a big fan of 1on1 Government on Arcade, so thought I'd give the PSX version a go. However the backgrounds don't really work - they hardly contain any detail. I thought this might be a PSX hardware limitation but I've checked YouTube and it definitely isn't.

      Screenshot: https://flic.kr/p/2kTGSja

      YouTube:

      (this level is 11 minutes in but all levels have issues).

      I've tried updating PCSX-Rearmed but it makes no difference. I've tried on my PS Classic with the built in Emulator also. I have the BIOSes on my RetroPie build, I think.

      I just wondered if there were any settings or anything that might make a difference, or if anyone has any bright ideas?

      Cheers,
      Adam

      dankcushionsD B 2 Replies Last reply Reply Quote 0
      • dankcushionsD
        dankcushions Global Moderator @AdamBeGood
        last edited by

        @adambegood please fill out the read this first information in full, including the verbose log.

        are you running with enhanced resolution turned on? if so disable it - can cause such glitches as per https://retropie.org.uk/docs/Playstation-1/#video-double-internal-resolution

        another thing is trying to run this particularly game in interpreter mode rather than cpu dynarec. you can change in the same manner, although note you’d want to do that per-game, not globally, as the dynarec is typically desirable for good performance.

        A 1 Reply Last reply Reply Quote 0
        • A
          AdamBeGood @dankcushions
          last edited by

          @dankcushions

          Thanks for replying.

          I tried the interpreter option, that didn't seem to resolve. I tried turning some other settings on and off. I didn't have the enhanced resolution turned on at any point. The background does show up sometimes but it is not there once the game properly begins.

          Verbose log is here: https://pastebin.com/jNY2GqHi

          Pi Model or other hardware: Pi4
          Power Supply used: Pi Standard
          RetroPie Version Used: 4.6
          Built From: RetroPie website image
          USB Devices connected: PS Classic Controller
          Controller used: PS Classic Controller
          Error messages received: None
          Verbose log (if relevant): https://pastebin.com/jNY2GqHi
          File: (File with issue - with FULL path) /home/pi/RetroPie/roms/psx/1 on 1 (Japan).bin
          Emulator: (Name of emulator - if applicable) PCSX Rearmed
          Attachment of config files: (PLEASE USE PASTEBIN.COM FOR LARGE LOGS) - Let me know which config files you want and I'll be happy to attach them. I can't see a list or anything of that nature.
          How to replicate the problem: Run the ROM, and begin the game. The backgrounds will not appear correctly in-game.

          dankcushionsD 1 Reply Last reply Reply Quote 0
          • dankcushionsD
            dankcushions Global Moderator @AdamBeGood
            last edited by

            @adambegood your log is with dynarec still on FYI. another thing you could try is with the other renderers. that would involve changing the graphics plugin in the buildscript
            BUILTIN_GPU=unai or BUILTIN_GPU=peops
            line to change:https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/libretrocores/lr-pcsx-rearmed.sh#L35

            then you'd need to rebuild from source.

            ...or, wait for duckstation, which probably runs this fine, but no install script for the next few weeks at least.

            A windgW 3 Replies Last reply Reply Quote 1
            • A
              AdamBeGood @dankcushions
              last edited by

              @dankcushions Hmm, that is strange. I've definitely tried it with and without dynamic recompiler. Sorry for the duff log though.

              I will wait for Duckstation and then I will try the plugin if that doesn't work.

              This is the first time I've seen any issues with PSX emulation, it is vexing.

              Thanks again!

              1 Reply Last reply Reply Quote 0
              • windgW
                windg @dankcushions
                last edited by

                @dankcushions

                ...or, wait for duckstation, which probably runs this fine, but no install script for the next few weeks at least.

                Great news! Duckstation will be available for the 32-bit RetroPie or 64-bit ?

                Thanks!

                My English isn't at a good level.

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

                  @adambegood said in 1on1 PSX Background issues:

                  I thought this might be a PSX hardware limitation but I've checked YouTube and it definitely isn't

                  Not a fair comparison, this video uses resolution upscaling, this is not how the game looks on a real ps1, the game on ps1 actually looks like this :

                  FBNeo developer - github - forum

                  1 Reply Last reply Reply Quote 0
                  • A
                    AdamBeGood
                    last edited by AdamBeGood

                    @barbudreadmon The actual quality of the characters or anything like that isn't the problem I have. It's the backgrounds, mine just does not display the backgrounds at all while in game.

                    If you look at 12:00 into the video and compare to my screenshot -

                    rps20210422_073305.jpg

                    • there is no bridge or anything apart from the trees. It is very obvious on my Pi and my PS Classic that something fundamental is missing.

                    Here is a screenshot of the same level from Google for comparison:

                    2.jpg

                    1 Reply Last reply Reply Quote 0
                    • A
                      AdamBeGood @dankcushions
                      last edited by

                      @dankcushions said in 1on1 PSX Background issues:

                      @adambegood your log is with dynarec still on FYI. another thing you could try is with the other renderers. that would involve changing the graphics plugin in the buildscript
                      BUILTIN_GPU=unai or BUILTIN_GPU=peops
                      line to change:https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/libretrocores/lr-pcsx-rearmed.sh#L35

                      then you'd need to rebuild from source.

                      ...or, wait for duckstation, which probably runs this fine, but no install script for the next few weeks at least.

                      unai as the Graphics Plugin totally fixes this issue! Thanks, @dankcushions !

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        sleve_mcdichael @AdamBeGood
                        last edited by

                        @adambegood just so I understand...the solution was "fix the code and recompile your emulator from source" or am I reading that wrong?

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          AdamBeGood @sleve_mcdichael
                          last edited by AdamBeGood

                          @sleve_mcdichael said in 1on1 PSX Background issues:

                          @adambegood just so I understand...the solution was "fix the code and recompile your emulator from source" or am I reading that wrong?

                          Yep, change Line 35 of the scriptmodule to BUILTIN_GPU=unai and then Update from Source. Let me know if you need more detail on how to do that, I am no pro but could just about manage this!

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