Verbose log is truncated from Snes9x with Super Mario World
-
@busywait said in Verbose log is truncated from Snes9x with Super Mario World:
/opt/retropie/configs/all/retroarch.cfg
this is non-standard. it should be much shorter. you can see an example of the default /all/retroarch.cfg in /opt/retropie/configs/all/retroarch.cfg.rp-dist (you may have to reinstall retroarch for this to generate, can't remember). i would replace your version with that.
however i don't think either of these will affect your log as they affect all games in the core, so i defer to my previous reply.
-
@dankcushions OK, wow. Thank you.
I moved the file out of the way, and got a full verbose log afterwards.
mv "/home/pi/.config/retroarch/config/Snes9x/Super Mario World (USA).cfg{,.bak}"
Mysterious indeed. (And a bit fragile). I'll try and remember this if I need a verbose log in the future.
I suppose it would be safest for the Bezel Project overrides to be in (or modify existing configs in) the rom folder? (Which is up to the BP author, obvs.)
-
@dankcushions retroarch.cfg.rp-dist works in the same way as default config files changes on debian with its dpkg-dist files. If the default config is different from the user's one, when updating the package this file will be created. It won't be created if the
retroarch.cfg
is the same as the default. -
@busywait You shouldn't run with the retroarch.cfg removed or moved out of the way. It will generate a new config which will be wrong. You can reinstall retroarch from binary if you remove the retroarch.cfg to install a default one in the place, or update with your current retroarch.cfg in place to get a new retroarch.cfg.rp-dist file which contains the defaults which you could copy from.
-
@buzz said in Verbose log is truncated from Snes9x with Super Mario World:
@dankcushions retroarch.cfg.rp-dist works in the same way as default config files changes on debian with its dpkg-dist files. If the default config is different from the user's one, when updating the package this file will be created. It won't be created if the
retroarch.cfg
is the same as the default.Thanks both - looks like I have a set of clean rp-dists, which will be helpful!
pi@rpi-tv:~ $ find /opt/retropie/ -name '*dist' /opt/retropie/configs/megadrive/retroarch.cfg.rp-dist /opt/retropie/configs/mame-libretro/retroarch.cfg.rp-dist /opt/retropie/configs/snes/retroarch.cfg.rp-dist /opt/retropie/configs/fba/retroarch.cfg.rp-dist /opt/retropie/configs/mastersystem/retroarch.cfg.rp-dist /opt/retropie/configs/all/retroarch.cfg.rp-dist /opt/retropie/configs/n64/mupen64plus.cfg.rp-dist /opt/retropie/configs/nes/retroarch.cfg.rp-dist /opt/retropie/configs/arcade/retroarch.cfg.rp-dist
-
@buzz said in Verbose log is truncated from Snes9x with Super Mario World:
@busywait You shouldn't run with the retroarch.cfg removed or moved out of the way. It will generate a new config which will be wrong. You can reinstall retroarch from binary if you remove the retroarch.cfg to install a default one in the place, or update with your current retroarch.cfg in place to get a new retroarch.cfg.rp-dist file which contains the defaults which you could copy from.
Thanks - the file that I moved out of the way was a small config override (only a single line in, related to the Bezel Project), and I've put it back for now, despite the fact it breaks logging :o
-
@busywait said in Verbose log is truncated from Snes9x with Super Mario World:
@dankcushions OK, wow. Thank you.
I moved the file out of the way, and got a full verbose log afterwards.
mv "/home/pi/.config/retroarch/config/Snes9x/Super Mario World (USA).cfg{,.bak}"
Mysterious indeed. (And a bit fragile).
bizarre, retroarch is frequently a house of cards. if you care to, please log an issue for them to look at: https://github.com/libretro/RetroArch/issues/new
-
@dankcushions said in Verbose log is truncated from Snes9x with Super Mario World:
@busywait said in Verbose log is truncated from Snes9x with Super Mario World:
@dankcushions OK, wow. Thank you.
I moved the file out of the way, and got a full verbose log afterwards.
mv "/home/pi/.config/retroarch/config/Snes9x/Super Mario World (USA).cfg{,.bak}"
Mysterious indeed. (And a bit fragile).
bizarre, retroarch is frequently a house of cards. if you care to, please log an issue for them to look at: https://github.com/libretro/RetroArch/issues/new
I do care, but I'd want to log it against their latest version. Will RetroArch 1.9 make it into RetroPie soon?
-
@busywait We are waiting for 1.9.1 (Assuming that doesn't have issues on RetroPie we have to look into etc).
-
Related?
https://github.com/libretro/RetroArch/issues/9007Which makes me nervous of using the BezelProject, which uses override configuration for game themes, and when I can see --appendconfig is used in the RetroPie command lines.
-
To retain the bezel configuration and the ability to run with verbose logging I have moved the bezel configuration into a game .zip.cfg file.
input_overlay = "/opt/retropie/configs/all/retroarch/overlay/GameBezels/SNES/Super Mario World (USA).cfg" config_save_on_exit = "false"
I added an issue in the BezelProject github: https://github.com/thebezelproject/BezelProject/issues/58
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.