http://bugs.winehq.org/show_bug.cgi?id=34637
Bug #: 34637 Summary: Winlaunch OSX launchpad for windows crashes on start Product: Wine Version: 1.7.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adec2010@hotmail.co.uk Classification: Unclassified
Created attachment 46163 --> http://bugs.winehq.org/attachment.cgi?id=46163 Winlaunch attachment
Winlaunch OSX style launcher for windows.
Does not run at all. Attached error log
http://bugs.winehq.org/show_bug.cgi?id=34637
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #46163|attachment |attachment.txt filename| | Attachment #46163|application/octet-stream |text/plain mime type| |
--- Comment #1 from Austin English austinenglish@gmail.com 2013-10-02 15:26:22 CDT --- Comment on attachment 46163 --> http://bugs.winehq.org/attachment.cgi?id=46163 Winlaunch attachment
Please use .txt in the future.
http://bugs.winehq.org/show_bug.cgi?id=34637
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |NEW URL| |http://winlaunch.bplaced.ne | |t/ Ever Confirmed|0 |1
--- Comment #2 from Austin English austinenglish@gmail.com 2013-10-02 15:33:01 CDT --- Confirming, needs winetricks dotnet40 to see the crash.
austin@aw25 ~ $ wine --version wine-1.7.3-66-g7ffb9b7 austin@aw25 ~ $ sha1sum WinLaunch.zip 5d79fb1d160354a04548fc7bba1a78012800c59c WinLaunch.zip austin@aw25 ~ $ du -h WinLaunch.zip 20M WinLaunch.zip
http://bugs.winehq.org/show_bug.cgi?id=34637
--- Comment #3 from Austin English austinenglish@gmail.com 2013-10-02 15:33:17 CDT --- Created attachment 46172 --> http://bugs.winehq.org/attachment.cgi?id=46172 terminal output/backtrace
http://bugs.winehq.org/show_bug.cgi?id=34637
--- Comment #4 from Austin English austinenglish@gmail.com 2013-10-16 03:44:04 CDT --- Now that bug 30745 is fixed, I tried this again, but it's still present, no change.
wine-1.7.4-95-g953359c
http://bugs.winehq.org/show_bug.cgi?id=34637
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |shell32 Summary|Winlaunch OSX launchpad for |WinLaunch 0.4.6.1 (OSX |windows crashes on start |Style free Launcher) needs | |IShellDispatch5 (.NET | |shell32 COM interop XP vs. | |Vista)
--- Comment #5 from Anastasius Focht focht@gmx.net 2013-11-12 09:00:39 CST --- Hello folks,
confirming.
Prerequisite: 'winetricks -q dotnet40'
Managed backtrace:
--- snip --- $ wine ./WinLaunch.exe ... fixme:shell:ShellDispatch_QueryInterface not implemented for {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} (unknown) fixme:shell:ShellDispatch_QueryInterface not implemented for {b196b283-bab4-101a-b69c-00aa00341d07} (unknown) fixme:shell:ShellDispatch_QueryInterface not implemented for {00000003-0000-0000-c000-000000000046} (unknown) fixme:shell:ShellDispatch_QueryInterface not implemented for {00000144-0000-0000-c000-000000000046} (unknown) fixme:shell:ShellDispatch_QueryInterface not implemented for {866738b9-6cf2-4de8-8767-f794ebe74f4e} (unknown) fixme:shell:ShellDispatch_QueryInterface not implemented for {866738b9-6cf2-4de8-8767-f794ebe74f4e} (unknown)
Unhandled Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'WinLaunch.MainWindow' that matches the specified binding constraints threw an exception. ---> System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Shell32.Shell'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{866738B9-6CF2-4DE8-8767-F794EBE74F4E}' failed due to the following error: Exception from HRESULT: 0x80004002 (E_NOINTERFACE). at WinLaunch.MainWindow..ctor() --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc) at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties) at System.Windows.Application.DoStartup() at System.Windows.Application.<.ctor>b__1(Object unused) ... --- snip ---
The app queries this Vista+ Interface despite WinVer 'Windows XP' setting.
If you search for CLSID '866738b9-6cf2-4de8-8767-f794ebe74f4e' you find many hits with Windows apps using Shell32 COM object with IShellDispatch5 (Vista+) vs. IShellDispatch4 (XP).
$ sha1sum WinLaunch.zip 5d79fb1d160354a04548fc7bba1a78012800c59c WinLaunch.zip
$ du -sh WinLaunch.zip 20M WinLaunch.zip
$ wine --version wine-1.7.6-136-gde0928a
Regards
http://bugs.winehq.org/show_bug.cgi?id=34637
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2013-11-13 12:22:04 CST --- Ok, I'll send something for that.
http://bugs.winehq.org/show_bug.cgi?id=34637
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7b0c231f8e1199154b138225b73 | |8e752fd37305c Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Anastasius Focht focht@gmx.net 2013-11-14 16:20:44 CST --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/7b0c231f8e1199154b138225b73...
Thanks Nikolay
Regards
http://bugs.winehq.org/show_bug.cgi?id=34637
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2013-11-22 12:50:33 CST --- Closing bugs fixed in 1.7.7.
https://bugs.winehq.org/show_bug.cgi?id=34637
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://winlaunch.bplaced.ne |https://web.archive.org/web |t/ |/20210726125551/https://jzt | |kft.dl.sourceforge.net/proj | |ect/winlaunch/WinLaunch.zip