Page 2 of 2

Re: Help me to compile Supermodel on macOS Sonoma(Apple Silicone) "no LC_RPATH found"

Posted: Sun Jan 28, 2024 3:46 pm
by professorkaos64
I found that my Config/Games.xml file was not properly commenting out this block of code. See if this helps. It allowed me to launch fine.

https://github.com/libretro/supermodel/ ... .xml#L1881

From:

Code: Select all

      <!-- Force feedback controller prg -->
      <region name="driveboard_program" stride="1" chunk_size="1" required="false">
        <file offset="0" name="epr-21119.ic8" crc32="0x65082B14" />
      </region>
      

To:

Code: Select all

      <!-- Force feedback controller prg
      <region name="driveboard_program" stride="1" chunk_size="1" required="false">
        <file offset="0" name="epr-21119.ic8" crc32="0x65082B14" />
      </region>
      -->