gerddie / ginkgocadx

Advanced DICOM viewer
131 stars 38 forks source link

When opening the settings dialog, a long warning is logged #11

Closed gerddie closed 8 years ago

gerddie commented 8 years ago

This warning is the result of en error when writing the settings file .GinkgoUser:

Warning: Environment variables expansion failed: missing '}' at position 219 in '<?xml version="1.0" encoding="UTF-8"?>

gerddie commented 8 years ago

Seems like GNC::GCS::ConfigurationController::Instance()->readStringUser tries to do the substitution.

gerddie commented 8 years ago

The Warning is a wxWidgets thing, hence the environment variables should be set by ginkgocadx.

gerddie commented 8 years ago

3.7.1 on Debian doesn't do this, but it is also possible that this is because on Debian, some wx-messages are silenced.