OutRun2006Tweaks icon indicating copy to clipboard operation
OutRun2006Tweaks copied to clipboard

[Bug]: Adding 2+ folder paths to the CD Switcher breaks the .ini.

Open Tenome opened this issue 1 year ago • 1 comments

Tweaks version

outrun2006tweaks-d5c9a916bf9077a4126255a9b1c4d2ed153f0060

Describe your issue here (please attach the OutRun2006Tweaks.log file with your report, you can drag+drop it into the text area)

If you add one music file folder path to the CD Switcher, it works. If you add 2 or more, it doesn't seem to load the .ini at all and reverts to the default.

OutRun2006Tweaks.log

Tenome avatar Nov 05 '24 10:11 Tenome

Looks like the settings ini parser was throwing an error when parsing CDTracks, we already parse CDTracks with our own code though, so just added something in 205cd9f8b55dff471fe454e0f65125387523fc86 to make settings parser skip it, seems to get rid of the "INI read failed" for me when using different dirs

Build at https://github.com/emoose/OutRun2006Tweaks/actions/runs/12147811271

emoose avatar Dec 03 '24 20:12 emoose