Re: [hatari-devel] Load/Save configuration in hatariui

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hello,

Yes, i compile from master, but as noted by Thomas, this concerns python ui.

Yves

Le 27/01/2024 à 09:20, Nicolas Pomarède a écrit :
Le 27/01/2024 à 08:43, Yves Le Berre a écrit :
Hello,

When saving configuration after change in hatariui
then a reload of this configuration fails.
This seems related to [RS232] section.


Section [RS232] rewritten by hatariui in ~/.config/hatari/hatari.cfg cannot be reloaded

[RS232]
bEnableRS232 = FALSE
szOutFileName = /dev/modem
szInFileName = /dev/modem
EnableSccA = FALSE
SccAOutFileName = /dev/modem
SccAInFileName = /dev/modem
EnableSccALan = FALSE
SccALanOutFileName = /dev/modem
SccALanInFileName = /dev/modem
EnableSccB = FALSE
SccBOutFileName = /dev/modem
SccBInFileName = /dev/modem


Section [RS232] modified by hand in ~/.config/hatari/hatari.cfg can be reloaded

[RS232]
bEnableRS232 = FALSE
szOutFileName = /dev/modem
szInFileName = /dev/modem
bEnableSccA = FALSE
sSccAOutFileName = /dev/modem
sSccAInFileName = /dev/modem
bEnableSccALan = FALSE
sSccALanOutFileName = /dev/modem
sSccALanInFileName = /dev/modem
bEnableSccB = FALSE
sSccBOutFileName = /dev/modem
sSccBInFileName = /dev/modem

Hi

this is strange, looks like you're not using the latest hatari devel version.
Are you compiling yourself from a recent "git pull" ?

Nicolas






Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/