https://bugs.winehq.org/show_bug.cgi?id=38830
Bug ID: 38830 Summary: Symenu multiple issues Product: Wine Version: 1.7.44 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: grendal74.geo@yahoo.com Distribution: ---
It is supposed to be a portableapps.com alternative http://www.ugmfree.it/SyMenuDownload.aspx
SyMenu prerequisites
.NET Framework 2.0 or higher. Download .NET Framework 2.0 for x86 systems or .NET Framework 2.0 for x64 systems from Microsoft web site.
SyMenu is a portable menu launcher and a Start Menu replacer that allows you to organize your portable applications in a quick and easy way. Moreover SyMenu automatically links any application installed on the host pc. All the linked items - SyItems - and all the indexed applications can be organized in a hierarchical structure with colorful folders, separators and labels and can be found with the internal search tool.
terminal log;
wine syMenu.exe fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:gdiplus:GdipDrawPath graphics object has no HDC fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1ec644,0x1d3480): stub fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x20d00c,0x1d8820): stub fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x20dadc,0x1d8820): stub fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} Stacktrace:
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
abnormal program termination err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
https://bugs.winehq.org/show_bug.cgi?id=38830
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.ugmfree.it/Downl | |oad/SyMenu/SyMenu.zip CC| |focht@gmx.net Component|-unknown |mscoree Summary|Symenu multiple issues |Symenu 4.11 (.NET 2.0 app) | |crashes on startup with | |Wine-Mono
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello,
creating a bug report with a summary stating "multiple issues" will get the bug closed as 'invalid' next time (guidelines, try again).
Obviously a Wine-Mono problem, works fine here with .NET Framework 2.0 in 32-bit WINEPREFIX (fancy start menu).
$ sha1sum SyMenu.zip e360acdb286b8163d84d6d0eee058fc6eae93392 SyMenu.zip
$ du -sh SyMenu.zip 2.0M SyMenu.zip
$ wine --version wine-1.7.46
Regards
https://bugs.winehq.org/show_bug.cgi?id=38830
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- In current Wine Mono, it crashes because Mono depends on GetOverlappedResultEx, and Wine doesn't have it:
System.EntryPointNotFoundException: GetOverlappedResultEx assembly:<unknown assembly> type:<unknown type> member:(null) at (wrapper managed-to-native) System.Runtime.Remoting.Channels.Ipc.Win32.NamedPipeListener.GetOverlappedResultEx(intptr,System.Threading.NativeOverlapped&,uint&,int,bool)
https://bugs.winehq.org/show_bug.cgi?id=38830
--- Comment #3 from Vincent Povirk madewokherd@gmail.com --- It seems they use GetOverlappedResultEx to keep the thread alterable, so GetOverlappedResult isn't really good enough: https://github.com/mono/mono/commit/0aed701c96bfc3880076f2dcc53ef7fc2f749c9c
https://bugs.winehq.org/show_bug.cgi?id=38830
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |216530f230d270c6bc86f9254f3 | |7ed58b843e44d Resolution|--- |FIXED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=216530f230d270c6bc86f9254...
https://bugs.winehq.org/show_bug.cgi?id=38830
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc1.