• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

CD-I does not want to load after updating Retropie

Scheduled Pinned Locked Moved Help and Support
cd-ilr-messpi4
44 Posts 7 Posters 6.6k 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.
  • M
    mitu Global Moderator
    last edited by 6 Aug 2020, 14:20

    It wouldn't hurt to get the matching hash files for the latest release (0.222 I think), but you should try and actually get the contents of that error message - enable verbose logging and then look in the /dev/shm/runcommand.log log file.

    D 1 Reply Last reply 6 Aug 2020, 17:21 Reply Quote 0
    • D
      DTEAM @mitu
      last edited by 6 Aug 2020, 17:21

      @mitu said in CD-I does not want to load after updating Retropie:

      /dev/shm/

      This is what I got:

      Parameters: 
      Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess/mess_libretro.so --config /opt/retropie/configs/cdimono1/retroarch.cfg "/home/pi/RetroPie/roms/cdimono1/asterixf.zip" --appendconfig /dev/shm/retroarch.cfg
      Error opening translation file English
      Adding monitor screen0 (640 x 480) a:1.333333
      zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201 NOT FOUND (tried in cdimono1)
      zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206 NOT FOUND (tried in cdimono1)
      Fatal error: Required files are missing, the machine cannot be run.
      
      1 Reply Last reply Reply Quote 0
      • M
        mitu Global Moderator
        last edited by 6 Aug 2020, 17:47

        Looks like the cdimono1 romset changed recently, so you'd need an updated version of it.

        D 1 Reply Last reply 6 Aug 2020, 18:20 Reply Quote 0
        • D
          DTEAM @mitu
          last edited by 6 Aug 2020, 18:20

          Thanks, I will try It tonight.

          Regards

          1 Reply Last reply Reply Quote 0
          • F
            Folly
            last edited by 6 Aug 2020, 19:51

            @DTEAM
            Hi,
            Wondered how you installed the CD-I system :

            • did you use @valerino 's script ;
              or
            • did you edit all the necessary files by hand ? .

            Also wondered why you run a zip file : asterixf.zip
            Is this file a real zip file containing a chd or is it a dummy text file that is combined with the actual CHD (asterix - le defi de cesar v3.9 (1995)(pathe - philips)(fr).chd) ?

            D 1 Reply Last reply 6 Aug 2020, 23:48 Reply Quote 0
            • D
              DTEAM @Folly
              last edited by DTEAM 8 Jul 2020, 01:05 6 Aug 2020, 23:48

              @Folly
              The .zip file is my .chd zipped dummy I did that to see only one of the two file associated to a game. It worked.
              In my system file, I put .zip only.

              I installed the CDI system manually in Retropie

              Other user had the same issue on other forum. The problem seems to be linked with 0.223 Mame version.

              Regards

              By the way, I’m having the same issue with SVMU in lr-Mess. Astrocade, Creativision , Jaguar and Arcadia working Well.

              1 Reply Last reply Reply Quote 0
              • F
                Folly
                last edited by Folly 8 Jul 2020, 15:23 7 Aug 2020, 13:26

                @DTEAM
                Your reply is quite hard to understand.
                Do you mean the following ?

                • Before your problem began, you started the "shortnamed" .zip file containing your .chd and that worked in the past, but now it doesn't anymore.
                • But when you make a "shortnamed" dummyfile in the roms/cdimono1/ directory together with your "longnamed" .chd, then the game works.

                If you got this working all by hand you know that CD-I is quite hard to get working.
                I never got it working with only one "shortnamed" .zip file containing the .chd.

                I have never tested this, but I think this could be the solution.
                Place these options in /opt/retropie/configs/all/retroarch-core-options.cfg :
                mame_softlists_enable" "disabled"
                mame_softlists_auto_media" "disabled"
                mame_boot_from_cli" "disabled"

                Do you want to test this for us ?
                You can speedup testing with my retropieXstation-verbose.py script :
                https://github.com/FollyMaddy/retropieXstation
                (after pressing "esc" you can see the verbose output)
                (if lr-mess is hanging use "alt+tab" to go to the terminal and see output, use "ctrl+c" to quit)

                In the past i have bundled most information about Philips CD-I in a script :
                https://github.com/FollyMaddy/retropie-philips-cdi-tools
                You should read the comments/information in my script.

                D 1 Reply Last reply 7 Aug 2020, 22:22 Reply Quote 0
                • D
                  DTEAM @Folly
                  last edited by DTEAM 8 Aug 2020, 04:04 7 Aug 2020, 22:22

                  @Folly

                  To clarify:

                  • I manually installed CD-i according to the tutorial
                    https://retropie.org.uk/forum/topic/12671/tutorial-cd-i-emulation-in-retropie-via-lr-mess-warning-slowdown-especially-during-fmv-but-surprisingly-playable

                  The only difference is that I have the main file in .chd format and the dummy in (xxx.chd) .zip. I did this to have a single visible file.
                  Exemple:
                  zelda's adventure (1995)(philips)(eu).chd
                  zeldaadv.zip = (zeldaadv.chd).zip

                  My system file looks like this to only see the dummy file:

                      <system>
                      <name>cdimono1</name>
                      <fullname>Philips CD-i</fullname>
                      <path>/home/pi/RetroPie/roms/cdimono1</path>
                      <extension>.zip .ZIP</extension>
                      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ cdimono1 %ROM%</command>
                      <platform>cdimono1</platform>
                      <theme>cdimono1</theme>
                    </system>
                  

                  It worked very well for several months. Since the last Retropie update, it no longer works.

                  I applied your recommendations and It's not working. Do you see something else in the following lines?

                  mame_alternate_renderer = "disabled"
                  mame_altres = "640x480"
                  mame_auto_save = "disabled"
                  mame_boot_from_cli = "disabled"
                  mame_boot_to_bios = "disabled"
                  mame_boot_to_osd = "disabled"
                  mame_buttons_profiles = "enabled"
                  mame_cheats_enable = "disabled"
                  mame_cpu_overclock = "default"
                  mame_current_adj_brightness = "default"
                  mame_current_adj_contrast = "default"
                  mame_current_adj_gamma = "default"
                  mame_current_aspect_ratio = "DAR"
                  mame_current_frame_skip = "0"
                  mame_current_mouse_enable = "enabled"
                  mame_current_sample_rate = "48000Hz"
                  mame_current_skip_gameinfo = "disabled"
                  mame_current_skip_nagscreen = "enabled"
                  mame_current_skip_warnings = "disabled"
                  mame_current_turbo_button = "disabled"
                  mame_current_turbo_delay = "medium"
                  mame_current_videoapproach1_enable = "disabled"
                  mame_lightgun_mode = "none"
                  mame_mame_4way_enable = "disabled"
                  mame_mame_paths_enable = "disabled"
                  mame_media_type = "rom"
                  mame_mouse_enable = "disabled"
                  mame_read_config = "disabled"
                  mame_saves = "game"
                  mame_softlists_auto_media = "disabled"
                  mame_softlists_enable = "disabled"
                  mame_throttle = "disabled"
                  mame_write_config = "disabled"
                  

                  When I disabled the two softlist option and boot from cli, It affected negatively the others systems like Astrocade, Creativision, etc.

                  1 Reply Last reply Reply Quote 0
                  • F
                    Folly
                    last edited by Folly 8 Aug 2020, 16:50 8 Aug 2020, 15:33

                    @DTEAM
                    That's a better description !

                    Thank's for trying my recommendations. I do not see other possibilities here.

                    So you do use 2 files and you configured your system config file the way emulationstation will only see the zip file.

                    zeldaadv.zip does not need to contain the .chd it can just be a textfile renamed to zeldaadv.zip . Tested this for you and that should also work.
                    (you could also try to change your .zip into .bin, but i think this will not solve your problem)

                    Checked your zelda names in cdi.xml from github, names seem to be ok.

                    Where is your BIOS file (cdimono1.zip) ?
                    It's not found when it's in /home/pi/RetroPie/BIOS !
                    It should be in /home/pi/RetroPie/roms/cdimono1/cdimono1.zip

                    If I remove my cdimono1.zip i also get a blurry word.
                    my output is then :
                    cdi200.rom NOT FOUND (tried in cdimono1 cdimono1)
                    cdic.bin NOT FOUND (NO GOOD DUMP KNOWN) (tried in cdimono1 cdimono1)
                    slave.bin NOT FOUND (NO GOOD DUMP KNOWN) (tried in cdimono1 cdimono1)
                    Fatal error: Required files are missing, the machine cannot be run.

                    Perhaps you should remove your bios file for a moment and see which files the emulator want's. then rename your files within the cdimono1.zip.
                    You should focus on the cdi200.rom, the bin files are not relevant.

                    If I have the time i will install lr-mess on a new OS. To see if i get the same problem.

                    1 Reply Last reply Reply Quote 0
                    • F
                      Folly
                      last edited by Folly 8 Aug 2020, 17:44 8 Aug 2020, 16:44

                      @DTEAM
                      Backupped my old lr-mess core then did an update.
                      I used the binary update.

                      Then i got the same problem as you.
                      When I put back my backup, it works again.

                      New lr-mess is also looking for cdi200.rom, so should be no problem.

                      Found that the driver for the game is not found. So we should focus on that.

                      My earlier Reply is not relevant anymore !

                      Will look into it later on.

                      D 1 Reply Last reply 8 Aug 2020, 20:08 Reply Quote 1
                      • D
                        DTEAM @Folly
                        last edited by DTEAM 8 Oct 2020, 01:40 8 Aug 2020, 20:08

                        @Folly said in CD-I does not want to load after updating Retropie:

                        @DTEAM
                        Backupped my old lr-mess core then did an update.
                        I used the binary update.

                        Then i got the same problem as you.
                        When I put back my backup, it works again.

                        New lr-mess is also looking for cdi200.rom, so should be no problem.

                        Found that the driver for the game is not found. So we should focus on that.

                        My earlier Reply is not relevant anymore !

                        Will look into it later on.

                        Thanks, I’m also gonna try to found a solution on my side.

                        1 Reply Last reply Reply Quote 0
                        • F
                          Folly
                          last edited by Folly 8 Nov 2020, 19:28 10 Aug 2020, 09:47

                          @DTEAM

                          Not a solution yet.

                          I found that an issue has been posted on github :
                          https://github.com/libretro/mame/issues/158

                          I tested the following. (WIP) :

                          Installed lr-mess both trough bin and source
                          If there are existing hashes (/home/pi/RetroPie/BIOS/mame/hash/cdi.xml), hashes are not always updated!
                          (backupped all my hashes : renamed the directory mame so new hashes are written with the install)
                          I found that there are some changes for some games in the new hash.

                          Old lr-mess works with old hash.
                          Old lr-mess works with new hash, if names match.
                          New lr-mess does not work with old hash and new hash.

                          I checked the source code of cdi.cpp :
                          https://github.com/libretro/mame/blob/master/src/mame/drivers/cdi.cpp
                          I found this about cdimono1 :
                          lines 642-647 describe where to find the missing roms in cdimono1.zip
                          // The two MCU dumps below are taken from the cdi910. We still need dumps from a Mono-I board in case the revisions are different.

                          Although these roms are bad dumps and need redump, for now we fully meet the requirements for lr-mess to boot.
                          So I pushed these roms to my cdimono1.zip

                          Tried to match my .chd name to the new cdi.xml and did also put my sha1sum in there.
                          (no satisfieable result)
                          Keeps saying driver not found in cdi.cpp

                          D 1 Reply Last reply 11 Aug 2020, 14:23 Reply Quote 1
                          • D
                            DTEAM @Folly
                            last edited by DTEAM 8 Nov 2020, 20:12 11 Aug 2020, 14:23

                            @Folly
                            I have tried with the BIOSes and the Hash file for MAME 0.223 On my Pi4. I also tried for other systems (ChannelF, Astrocade, etc.). Mame 0.223 works fine for all systems except CDI. I recreated a .chd with a dummy because of the changes in the Hash file and nothing works.
                            IMG_2826.jpg

                            Same problem

                            /dev/shm/runcommand.log

                            Parameters: 
                            Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess/mess_libretro.so --config /opt/retropie/configs/cdimono1/retroarch.cfg "/home/pi/RetroPie/roms/cdimono1/zeldgamf.chd" --appendconfig /dev/shm/retroarch.cfg
                            Error opening translation file English
                            Adding monitor screen0 (640 x 480) a:1.333333
                            zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201 ROM NEEDS REDUMP
                            zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206 ROM NEEDS REDUMP
                            WARNING: the machine might not run correctly.
                            zelda - the wand of gamelon (1993)(philips)(fr).chd NOT FOUND
                            Fatal error: Required files are missing, the machine cannot be run.
                            

                            MAME 0.223 BIOS LIST
                            cdi490a.7z
                            cdi910.7z
                            cdibios.7z
                            cdimono1.7z
                            cdimono2.7z
                            cdiscon1.7z

                            Who can do a redump?

                            Regards

                            D 1 Reply Last reply 18 Aug 2020, 22:19 Reply Quote 0
                            • D
                              DTEAM @DTEAM
                              last edited by DTEAM 9 Aug 2020, 20:31 18 Aug 2020, 22:19

                              SEE https://www.mamedev.org/releases/whatsnew_0224.txt

                              *new NOT WORKING machines

                              Lexibook Compact Cyber Arcade - Cars [TeamEurope, David Haywood]
                              NJ Pocket 60-in-1 handheld 'X zero' (NTSC) [Takashi Omoto / https://twitter.com/takashioomoto , TeamEurope, David Haywood]

                              -hector: cleanup [Robbbert]

                              -vsmile_cart.xml: Add note about missing carts [ClawGrip]

                              -ssystem3: added the new lcd screen to internal artwork [hap]

                              -cdi.cpp: cdimono1 and cdibios DEMOTED per developer request (nw) [Scott Stone]

                              -Funworld.cpp: Cleaned-up the driver. Added and corrected technical notes. [Roberto Fresca]*

                              1 Reply Last reply Reply Quote 0
                              • M
                                michel30
                                last edited by 26 Aug 2020, 18:02

                                @DTEAM

                                Did you fix your problem with the PI4 and CD-i ?
                                I have this message in: /dev/shm/runcommands.log

                                [libretro INFO] MANUFACTURER: Philips
                                zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201 NOT FOUND (tried in cdimono1)
                                zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206 NOT FOUND (tried in cdimono1)
                                Fatal error: Required files are missing, the machine cannot be run.

                                D 1 Reply Last reply 27 Aug 2020, 01:56 Reply Quote 0
                                • D
                                  DTEAM @michel30
                                  last edited by DTEAM 27 Aug 2020, 01:56

                                  @michel30
                                  No. I got an old backup and I run It with an old MAME version.

                                  F 1 Reply Last reply 12 Sept 2020, 15:32 Reply Quote 0
                                  • F
                                    Folly @DTEAM
                                    last edited by Folly 12 Sept 2020, 15:32

                                    @DTEAM
                                    @michel30
                                    @swagford
                                    @mitu

                                    Today I got it working again with the new lr-mess. (through valerino's script)
                                    Though we have to dig deep to find what's cousing the problem here.
                                    It seems a combination problem that has to do with the :

                                    • BIOS;
                                    • commandline;
                                    • lr-mess version;
                                    • core options;
                                      Probably the new lr-mess wants to know the system "cdimono1" and the type of rom "-cdrm". (so the old way still does not work)

                                    This is how i got it working again:
                                    I used @valerino 's Retropie fork from https://github.com/valerino/RetroPie-Setup
                                    Here is his post : https://retropie.org.uk/forum/topic/25576/new-scriptmodules-lr-vice-xvic-gsplus-proper-lr-mess-integration

                                    (earlier I already installed the lr-mess binary with the original RetroPie-Setup)
                                    I replaced the original RetroPie-Setup directory with valerinos's fork.
                                    Then I installed "lr-mess-cdi" from the experimental packages.
                                    You can only use "source" that will install the system with some scripts and configs (it installs very fast)
                                    Placed my "cdimono1.zip" in the BIOS directory.
                                    This file contains :
                                    cdi200.rom
                                    cdi220b.rom
                                    cdi220.rom
                                    zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201
                                    zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206
                                    (with only the first 3 files it will not work !, then i got initializing !)
                                    Placed my game-rom in /home/pi/RetroPie/roms/cdimono1
                                    Then I could run the longnamed .chd "arcade classics (1996)(namco - philips)(eu)[!][compilation].chd"
                                    I edited the configs manually to get mouse and joystick working again in fullscreen.
                                    The configs now in a diffent place.
                                    /opt/retropie/configs/cdimono1

                                    It's still "Work In Progress"

                                    M Z D 3 Replies Last reply 12 Sept 2020, 16:04 Reply Quote 0
                                    • M
                                      mitu Global Moderator @Folly
                                      last edited by 12 Sept 2020, 16:04

                                      @Folly said in CD-I does not want to load after updating Retropie:

                                      cdi200.rom
                                      cdi220b.rom
                                      cdi220.rom
                                      zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201
                                      zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206

                                      So it looks like it's a 'bios' issue, the error message reported previously was complaining about some missing roms - which seem to be included in your cdimono1.zip file.

                                      1 Reply Last reply Reply Quote 0
                                      • F
                                        Folly
                                        last edited by Folly 9 Dec 2020, 18:45 12 Sept 2020, 17:43

                                        @mitu

                                        Indeed , for the "new lr-mess" in cdimono1.zip we need to add :
                                        zx405037p__cdi_servo_2.1__b43t__llek9215.mc68hc705c8a_withtestrom.7201
                                        zx405042p__cdi_slave_2.0__b43t__zzmk9213.mc68hc705c8a_withtestrom.7206
                                        (These files can be taken from the cdi910 file)

                                        The above bios, together with valerino's script can be a solution to this problem.

                                        But trying the "new lr-mess" the old way from "arcadia" with :
                                        /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess/mess_libretro.so --config /opt/retropie/configs/arcadia/retroarch.cfg "/home/pi/RetroPie/roms/arcadia/Philips_CD-I/cdimono1/arcadecl.bin"

                                        still gives :
                                        .
                                        .
                                        [libretro INFO] Starting game:cdimono1
                                        [libretro ERROR] Error parsing game path: cdimono1
                                        [libretro ERROR] Error parsing system name: cdimono1
                                        [libretro ERROR] Error parsing parent path: cdimono1
                                        [libretro INFO] Game name: cdimono1, Game description: CD-i (Mono-I) (PAL)
                                        [libretro INFO] Creating frontend for game: cdimono1
                                        [libretro INFO] Softlists: 1
                                        .
                                        .
                                        segmentation error

                                        Here it uses the 'mame_softlists_auto_media = "enabled"' and 'mame_softlists_enable = "enabled"' so the shornamed file maches the game driver. It seems that it cannot find the right game driver as it did with the "old lr-mess"

                                        So in this way the the issue is not yet solved.

                                        1 Reply Last reply Reply Quote 0
                                        • Z
                                          zerojay @Folly
                                          last edited by 13 Sept 2020, 04:27

                                          @Folly said in CD-I does not want to load after updating Retropie:

                                          I edited the configs manually to get mouse and joystick working again in fullscreen.
                                          The configs now in a diffent place.
                                          /opt/retropie/configs/cdimono1

                                          Could you explain what changes you had to make here?

                                          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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received