Open digidoor opened 9 months ago
Same issue on debian 12, but I managed to fix it : I noted that the Language option on the preferences was empty, so I chose one - "English" in my case- , now the prefs can save any chances. HTH
quick fix for anyone compiling.
HexDialogs.cpp: 3138 void PreferencesDialog::SaveRegistry( void ) { 3139 if(chcLang->GetSelection() != wxNOT_FOUND) { 3140 myConfigBase::Get()->Write( _T("Language"), wxLocale::FindLanguageInfo( chcLang->GetString( chcLang->GetSelection() ) )->Description ); //Saves string into configuration file. 3141 }
Steps to reproduce:
More specifically, the backtrace: