https://bugs.winehq.org/show_bug.cgi?id=50451
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |https://web.archive.org/web | |/20160325155430/http://rise | |tobloome.com/clickonce/rise | |editor/setup.exe Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|-unknown |-unknown CC| |focht@gmx.net Summary|RISE Editor takes a long |RISE Editor (.NET 4.0 app) |time to start up |takes a long time to start | |up Product|Wine-staging |Wine
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming. It's also present with plain Wine, hence moving to product 'Wine'.
Stable download link via Internet Archive:
https://web.archive.org/web/20160325155430/http://risetobloome.com/clickonce...
Since this is a ClickOnce deployed application, archive.org can only snapshot the bootstrapper.
From a very quick glance something in the certificate (chain) validation seem
off. The app requests a trial license via SOAP (HttpWebRequest + SSL) upon first start.
I assume on Windows the app starts instantly (after ClickOnce install)?
$ sha1sum setup.exe 5a8c070e9db9698e31933f5f3baa693791367acd setup.exe
$ du -sh setup.exe 416K setup.exe
$ wine --version wine-6.0-rc5
Regards