https://bugs.winehq.org/show_bug.cgi?id=30244
--- Comment #25 from Paul Gofman gofmanp@gmail.com --- As a separate note, I suppose adding a FIXME until DSS provider is implemented to CryptAcquireContextW() could be appropriate. Such a call does not fail on Windows with these parameters.
Without a FIXME this problem was not exactly easy to track down. The application does not exhibit any error and does not exit immediately after. Thread which does the check seemingly just sets some status (which probably causes main rendering thread to display just blank screen, while it still does some minimal rendering), continues to do things (like e. g. opening other files), exits with 0 exit code, and after that the main rendering thread just silently exits too.