You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i execute stack exec hp2any-manager the following error occurs:
(hp2any-manager:11506): libglade-WARNING **: could not find glade file 'src/manager.glade'
hp2any-manager: Error loading widget progressWindow
CallStack (from HasCallStack):
error, called at src/Manager.hs:60:21 in main:Main
When i start from the manager directory it works without problems. It would be better if there was a more robust mechanism to find the glade file or otherwise embed this file in the executable.
The text was updated successfully, but these errors were encountered:
When i execute
stack exec hp2any-manager
the following error occurs:When i start from the
manager
directory it works without problems. It would be better if there was a more robust mechanism to find the glade file or otherwise embed this file in the executable.The text was updated successfully, but these errors were encountered: