Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Unsolved Amiga, Stand der Dinge?

    Emulatoren Arcade/PC/Konsole
    amiga stand der dinge
    11
    113
    49505
    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.
    • voljega
      voljega Banned @Wulfman last edited by

      @wulfman ok i idn't see the download_images problem.... no wonder how you managed to do that lol ! recheck everything because it seems totally impossible between Emulation Station is doing and how I wrote my script

      most likely you have an error either in your scrape file creating a confusion between <path> and <image> or in the modification of your es_systems.cfg where the command passes the image name instead of the game file

      Wulfman 1 Reply Last reply Reply Quote 0
      • Wulfman
        Wulfman @voljega last edited by Wulfman

        @voljega said in Amiga, Stand der Dinge?:

        most likely you have an error either in your scrape file creating a confusion between <path> and <image> or in the modification of your es_systems.cfg where the command passes the image name instead of the game file

        i've used
        https://github.com/Voljega/amiga4recalbox this es_system.cfg Part. The Only modfing which i used: <fullname>amiga600</fullname> <-> <fullname>Amiga 600</fullname>

        My scrapefile (gamelist.xml) you can see in you can see above.
        <image> = you see the path to downloaded_images, <path> the Path to ADF

        <path>./Mortal Kombat II (Disk 1 of 4).adf</path>
        <name>Mortal Kombat II</name>
        <desc>Something Blbablablablablabala....</desc>
        <image>./downloaded_images/Mortal Kombat II (Disk 1 of 4)-image.png</image>
        

        AHH! ... Idea! Filename wrong? No spaces?
        Better:
        Mortal_Kombat_II_Disk_1.adf
        Mortal_Kombat_II_Disk_2.adf
        ... i've check this tomorrow ...
        The first naming (after update to 4.1) was different. I already changed this because I thought that adflauncher might get confused. There were a mix of filenames. Some works .... mhhh ... ok => I need the correct Filename-Format?? ;).

        Wulfman 1 Reply Last reply Reply Quote 0
        • Wulfman
          Wulfman @Wulfman last edited by

          Not tomorrow - evening alone 😐 ... time to test something 😉

          #1: Change ADF-Filename (directory) and path in gamelist.xml. PNG is the "old" one (spaces)
          Filename of ADF: Mortal_Kombat_II_(Disk_1_of_4).adf
          Filename of PNG: Mortal Kombat II (Disk 1 of 4).png
          <- recognized / Work ... But ... Disk 2,3,4 not 😉 ... of course ... adflauncher.sh want "Disk x" not "Disk_x".

          #2: 1 + Underline ONLY between Disk and x
          Mortal_Kombat_II_(Disk 1_of_4).adf
          Mortal_Kombat_II_(Disk 2_of_4).adf
          ...
          Filename of PNG: Mortal Kombat II (Disk 1 of 4).png [spaces]
          Works

          #3: 1+2 + rename Filename-IMAGE (downloaded_images and gamelist)
          Mortal_Kombat_II_(Disk 1_of_4).adf
          Mortal_Kombat_II_(Disk 1_of_4).png
          => don't work 😞 ONLY images...png in df0-df3 😞

          Manually Change the PATH/File.adf is not an solution 😐

          adflauncher has a problem with downloaded_images/ ...
          Searches adflauncher for the first occurrence (?) of first characters (M in Mortal) to disk 1 in gamelist.xml ?!

          Test:
          Delete IMAGE-Entrys in gamelist. No more change on filename (png, adf; see #3)
          => don't work.
          => adflauncher get the IMAGE-Filenames not from gamelist.xml. It looks in downloaded_images ... but why?

          No idea anymore 😞


          Games with only ONE Disk works. PNG and ADF with "same" Name (png in downloaded_images of course). Only Multidisk-Games have this Problem.

          voljega 1 Reply Last reply Reply Quote 0
          • voljega
            voljega Banned @Wulfman last edited by voljega

            @wulfman oooooh I might have an idea and this indeed could be a bug

            but first are you sure you have the latest version ?

            to see if my idea is correct it should work if you put your game in a subfolder (which is what i'm using) don't forget to modify your scrape accordingly but the images should stay in ./download_images off course

            then it should work in every case

            Wulfman 1 Reply Last reply Reply Quote 0
            • Wulfman
              Wulfman @voljega last edited by

              @voljega said in Amiga, Stand der Dinge?:

              @wulfman oooooh I might have an idea and this indeed could be a bug

              but first are you sure you have the latest version ?

              to see if my idea is correct it should work if you put your game in a subfolder (which is what i'm using) don't forget to modify your scrape accordingly but the images should stay in ./download_images off course

              then it should work in every case

              Subfolder work!
              "Same" Name for PNG/ADF
              PNG in ./downloaded_images/
              ADF in ./California Games/California Games Disk 1.adf

              My Version are 8 days old - i think it is the latest 😉

              voljega 1 Reply Last reply Reply Quote 0
              • voljega
                voljega Banned @Wulfman last edited by voljega

                @wulfman ok good

                then if you modified line 88 in adflauncher.sh :

                find "$romPath" -name "$prefix*" | sort | while read i
                

                to :

                find "$romPath" -maxdepth 0 -name "$prefix*" | sort | while read i
                

                it should correct the bug. good catch !

                1 Reply Last reply Reply Quote 0
                • benuildo
                  benuildo last edited by

                  Hallo,
                  ich habe das Thema zwar größtenteils verfolgt, aber werde nicht ganz schlau daraus. Gibt es nun eine sichere Möglichkeit den Amiga sprich amiga4recalbox unter Version 4.1 zum laufen zu bekommen? Wenn ja, kann es nochmal jemand für Dumme Schritt für Schritt erklären? 😉 Danke schonmal.

                  voljega 1 Reply Last reply Reply Quote 0
                  • voljega
                    voljega Banned @benuildo last edited by

                    @benuildo yes it seems to be still working on 4.1 and you can use still use my instructions to use it.

                    if they are too complicated for you, then you'll have to wait for official integration

                    1 Reply Last reply Reply Quote 0
                    • Wulfman
                      Wulfman last edited by Wulfman

                      @voljega said in Amiga, Stand der Dinge?:

                      @wulfman ok good

                      then if you modified line 88 in adflauncher.sh :

                      find "$romPath" -name "$prefix*" | sort | while read i
                      

                      to :

                      find "$romPath" -maxdepth 0 -name "$prefix*" | sort | while read i
                      

                      it should correct the bug. good catch !

                      WORKS! ... but ... for some reasons i've started a clean-install with Recalbox 4.1. I use your tut - your files (without any changes!)). No games won't start. Directly back to ES.

                      es_launch_stderr.log
                      rm: can't remove '/recalbox/share/ram/uae4arm/conf/adfdir.conf': No such file or directory
                      rm: can't remove '/recalbox/share/ram/uae4arm/conf/uaeconfig.uae': No such file or directory
                      ./uae4arm: error while loading shared libraries: libsndfile.so.1: cannot open shared object file: No such file or directory

                      => libsndfile.so.1 ?! Don't exist in your libs ...
                      => can't remove ... you delete this files before create them. No Error.

                      I worked through the adflauncher.sh manually => no problems - until
                      ./uae4arm
                      => ./uae4arm: error while loading shared libraries: libsndfile.so.1: cannot open shared object file: No such file or directory

                      After the 4.1 >update< I had no problems. However, I noticed that the update is faulty (files were not copied etc.; kill gamepad-config etc.) so I made a clean-install (new microSD). Can it be that the update keeps the libsnd.1.o of 4.0.2, but cleaninstall doesn't have this file?

                      The 4.0.2 -> 4.1 MicroSD:
                      ./uae4arm: /usr/lib/libasound.so.2: no version information available (required by /lib/libSDL-1.2.so.0)
                      ./uae4arm: /usr/lib/libasound.so.2: no version information available (required by /lib/libSDL-1.2.so.0)
                      Amiberry build 2017-01-08, by Dimitris (MiDWaN) Panokostas and Olly Aigner
                      Works.

                      UPDATE
                      Recalbox 4.1 (update from 4.02)

                      find -name libsndfile.so.1 -maxdepth 100

                      ./usr/lib/libsndfile.so.1

                      Recalbox 4.1 (cleaninstall)
                      find -name libsndfile.so.1 -maxdepth 100
                      => nothing found

                      I've copied the libsndfile.so.1 from 4.02 to /usr/lib/ from 4.1
                      => WORKs

                      Your Guide works only with 4.0x an update to 4.1. - not with clean install 4.1 ...

                      When is the official support coming?

                      voljega 1 Reply Last reply Reply Quote 0
                      • voljega
                        voljega Banned @Wulfman last edited by

                        @wulfman good catch again 😉

                        Yes the version you're using was done for 4.0 and even started on 3.2..

                        Official integration is indeed coming somehow and much more stable and refined but maybe it's gonna take a while before recalbox team has time to look into it

                        If you know python a little and recalbox configgen too you can have an early glimpse of it on my github

                        1 Reply Last reply Reply Quote 0
                        • Wulfman
                          Wulfman last edited by

                          I received requests for the file xxx. I will upload them somewhere today or tomorrow and post the link here.

                          If you still have an old Recalbox 4.02 lying around, you can copy the file from there by yourself. Path /usr/lib/ => libsndfile.so.1 ... Destination @ 4.1: /lib/


                          Mich erreichten Nachfragen zur libsndfile.so.1 ... ich lade diese heute oder morgen irgendwo hoch (vorher nicht in der nähe meiner recalbox) und stelle den Link dann hier ein.

                          Wer auf einer microSD noch die 4.02 hat, kann die sich dort selber rausziehen. Der Pfad: /usr/lib/libsndfile.so.1 .... Zielverzeichnis in 4.1 => /lib/

                          1 Reply Last reply Reply Quote 0
                          • Wulfman
                            Wulfman last edited by

                            Hey

                            https://www.file-upload.net/download-12783351/libsndfile.so.7z.html

                            ONLY for Recalbox 4.1 cleaninstall. Update-Version from 4.0x to 4.1 has this file already!

                            1. download libsndfile.so.7z and extract
                            2. ssh (via WinSCP) to your Recalbox
                            3. /etc/init.d/S31emulationstation stop
                            4. mount -o remount, rw /
                            5. Copy libsndfile.so.1 to [ROOT]/lib/ ... [same directory which use by voljegas tutorial for "his" lib-Files]
                            6. shutdown -r now
                              => Let's Play (i hope!)

                            @voljega : No ... i don't have know-how in python or configgen 😐

                            Are "your" libs actually only used by uae? I unfortunately didn't check if something was "overwritten" during the upload... if the official support comes, I want to clean up /lib/G.

                            voljega 1 Reply Last reply Reply Quote 1
                            • voljega
                              voljega Banned @Wulfman last edited by voljega

                              @wulfman yeah don't worry when the official support will come, uaerm binary will automatically draw its dependencies at compilation time, so no need to bother with missing libraries anymore

                              thank you for the lib

                              1 Reply Last reply Reply Quote 0
                              • danni
                                danni last edited by danni

                                Hi voljega, hubi, abunille, Wulfman and the others!

                                First of all I want to thank voljega for his work! I have read the whole thread, wich was very interesting.
                                Currently I am setting up a fresh install on a pi3 with 4.0.1 to get the amiga games runnig 🙂

                                I got a question regarding your guide @voljega :
                                "mkdir ram at /recalbox/share (this will be used by the script has a ram drive)" Does this mean, I have to create a directory named "mkdir" at the corresponding path?

                                Thank you for your help!
                                Danni

                                abunille 1 Reply Last reply Reply Quote 0
                                • abunille
                                  abunille @danni last edited by

                                  @danni

                                  mkdir = make Directory 😉
                                  The Folder must have the name ram

                                  Wenn ihre Frage beantwortet wurde:
                                  Themen-Werkzeuge -> ask as question + Themen-Werkzeuge -> mark as Solved

                                  Bei hilfreichen Antworten darf man den jeweiligen Beitrag auch gerne positiv bewerten ;)

                                  danni 1 Reply Last reply Reply Quote 1
                                  • danni
                                    danni @abunille last edited by

                                    @abunille Aaaahhh, wie offensichtlich. hihi, danke! 🙂
                                    Ich berichte später mal, ob es läuft.

                                    abunille 1 Reply Last reply Reply Quote 0
                                    • abunille
                                      abunille @danni last edited by

                                      @danni

                                      lach
                                      Viel Erfolg 😉

                                      Wenn ihre Frage beantwortet wurde:
                                      Themen-Werkzeuge -> ask as question + Themen-Werkzeuge -> mark as Solved

                                      Bei hilfreichen Antworten darf man den jeweiligen Beitrag auch gerne positiv bewerten ;)

                                      danni 1 Reply Last reply Reply Quote 0
                                      • danni
                                        danni @abunille last edited by

                                        @abunille Hat super geklappt! Danke nochmal!

                                        abunille voljega 2 Replies Last reply Reply Quote 0
                                        • abunille
                                          abunille @danni last edited by

                                          @danni

                                          Gerne, viel Spaß beim zocken 😉

                                          Wenn ihre Frage beantwortet wurde:
                                          Themen-Werkzeuge -> ask as question + Themen-Werkzeuge -> mark as Solved

                                          Bei hilfreichen Antworten darf man den jeweiligen Beitrag auch gerne positiv bewerten ;)

                                          1 Reply Last reply Reply Quote 0
                                          • voljega
                                            voljega Banned @danni last edited by voljega

                                            @danni so I get everything's working fine then ?

                                            abunille 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Want to support us ?

                                            76
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com