rakhimov / scram

Probabilistic Risk Analysis Tool (fault tree analysis, event tree analysis, etc.)
https://scram-pra.org
GNU General Public License v3.0
133 stars 54 forks source link

GUI: SIGSEGV on exit (Windows, Wine) #217

Closed rakhimov closed 7 years ago

rakhimov commented 7 years ago

This is a flaky failure observed only on Windows & Wine. Doesn't seem to be possible to reproduce on Ubuntu.

rakhimov commented 7 years ago

The issue is fixed on Windows upon moving to shared Qt libs (mingw64). However, now Wine (1.6.2) fails to open the gui altogether with the following error message:

fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002

This needs to be addressed in future (maybe try upgrading Wine).