OpenZWave / ozw-admin

OpenZWave Gui
GNU General Public License v3.0
62 stars 9 forks source link

File->Preferences crashes AppImage #51

Open etymotic opened 4 years ago

etymotic commented 4 years ago

Using the Linux AppImage, the following versions crash when clicking "File -> Preferences":

0.1.74 0.1.72

Version 0.1.69 is the latest version of the AppImage that lets me open the Preferences.

Dinth commented 4 years ago

Same issue here.

michaelwoods commented 4 years ago

My instance fails to connect due to insufficient network cache size, however trying to modify this setting crashes ozw-admin.

2020-08-05 08:22:04.352 Error, Cannot find a path to the configuration files at /home/mike/.local/share/OpenZWave/ozw-admin/. Exiting...
2020-08-05 08:22:04.352 Error, Exception: Options.cpp:90 - 1 - Cannot Find Configuration Files
terminate called after throwing an instance of 'OpenZWave::OZWException'
  what():  Options.cpp:90 - ConfigError (1) Msg: Cannot Find Configuration Files
[1]    13408 abort (core dumped)  bin/OZWAdmin-0.1.74-x86_64.AppImage

If I mkdir -p /home/mike/.local/share/OpenZWave/ozw-admin/ I can then launch preferences, change the setting and successfully connect.

tetienne commented 4 years ago

@michaelwoods Thx for this workaround.