https://bugs.winehq.org/show_bug.cgi?id=50451
Bug ID: 50451 Summary: RISE Editor takes a long time to start up Product: Wine-staging Version: 5.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: eli@meluc.ci CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 69066 --> https://bugs.winehq.org/attachment.cgi?id=69066 Log messages for RISEEditor.exe
This is one of those ClickOnce apps. The program can be downloaded from http://www.risetobloome.com/clickonce/riseeditor/riseeditor.htm , the RISEEditor.application file can then be started with wine start RISEEditor.application provided dotnet40 is installed. After installation, the actual executable is placed in some directory under "C:/Users/$user/Local Settings/Application Data" and can be started directly from there.
Starting up the actual application takes a very long time; it hits some sort of timeout I guess. I've attached the log. It hangs right after printing line 38, "0024:fixme:virtual:NtFlushProcessWriteBuffers stub"
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
https://bugs.winehq.org/show_bug.cgi?id=50451
--- Comment #2 from Eli M. eli@meluc.ci --- (In reply to Anastasius Focht from comment #1)
I assume on Windows the app starts instantly (after ClickOnce install)?
Yes, when I tried it on Windows the application started right away.