Recalbox Forum

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

    Model3 config file issue ?

    Emulator Arcade/PC/Console
    tion
    1
    5
    287
    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.
    • AxelR
      AxelR last edited by

      Hello Recalbox team. Thanks again for this amazing box.

      I think there is a mismatch in the way ConfigGen analyses the Model 3 configuration file ConfigModel3.ini
      Typically, the supermodelGenerator.py script is looking for a key that does not exist in the config file: multi-threading

      Hope this helps...

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

        Answering my own question:

        According to the source files on gitlab, it seems the ConfigModel3.ini config file format changed, and now has a new set of entries, that matches what configgen expects.

        https://gitlab.com/recalbox/recalbox/-/blob/master/board/recalbox/fsoverlay/recalbox/share_init/system/configs/model3/ConfigModel3.ini

        I am not sure if it's a bug or if it's related to the recalbox upgrade process which does not erase older config files ?

        1 Reply Last reply Reply Quote 1
        • AxelR
          AxelR last edited by

          Also, I think there is a typo in the supermodelGenerator.py python script, for the multi-threading parameter.
          There is a missing "-" character for the "no-treads" elif section.

              if ThreadStatut == 1:
                  Thread.append("-no-gpu-thread")
              elif ThreadStatut == 2:
                  Thread.append("no-threads")
              else:
                  Thread.append("-gpu-multi-threaded")
          

          https://gitlab.com/recalbox/recalbox/-/blob/master/projects/configgen/configgen/generators/supermodel/supermodelGenerator.py

          1 Reply Last reply Reply Quote 1
          • AxelR
            AxelR last edited by

            and choice 1 & 2 are inverted vs the inline help of ConfigModel3.ini

            1 Reply Last reply Reply Quote 1
            • AxelR
              AxelR last edited by

              Also, this line:

              if QuadRendering == "1"

              should be

              if QuadRendering == 1

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

              Want to support us ?

              71
              Online

              98.6k
              Users

              28.1k
              Topics

              187.0k
              Posts

              Copyright © 2021 recalbox.com