jethornton / mesact1

MIT License
24 stars 10 forks source link

Missing directory at startup of 1.2.3 #89

Closed smoe closed 1 year ago

smoe commented 1 year ago

Version and Build Date Version = 1.2.3

Describe the bug An error window opens with the following text after the very first start of mesact:

Mesact Version: 1.2.3 Build Date: 01/25/2023
  File "../../../../usr/bin/mesact", line 328, in <module>
    main()
  File "../../../../usr/bin/mesact", line 324, in main
    ex = MainWindow()
         ^^^^^^^^^^^^
  File "../../../../usr/bin/mesact", line 113, in __init__
    buildcombos.build(self)
  File "../../../../usr/lib/python3/dist-packages/libmesact/buildcombos.py", line 232, in build
    files = sorted([entry.path for entry in os.scandir(path) if entry.is_file()])
                                            ^^^^^^^^^^^^^^^^
FileNotFoundError
[Errno 2] Datei oder Verzeichnis nicht gefunden: '/home/moeller/.local/lib/libmesact'
Please file an issue at
https://github.com/jethornton/mesact/issues

Mesact then terminates. This message reappears when restarting mesact.