http://bugs.winehq.org/show_bug.cgi?id=15885
Summary: Phrogram 2.5 requires SHGetImageList implementation Product: Wine Version: 1.1.7 Platform: PC URL: http://phrogram.com/30daytrial/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=17040) --> (http://bugs.winehq.org/attachment.cgi?id=17040) Phrogram standard error output
With today's Git (wine-1.1.7-169-g4707548). when attempting to start Phrogram 2.5, which requires the .NET Framework 2.0, after some time, a managed exception is thrown:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'Phrogram.Controls.FileExplorerTree' threw an exception. ---> System.EntryPointNotFoundException: Unable to find an entry point named '#727' in DLL 'shell32.dll'.
at Phrogram.SysImageList.SHGetImageList(Int32 iImageList, Guid& riid, IImageList& ppv)
at Phrogram.SysImageList.create()
..
which indicates the lack of a SHGetImageList implementation. Standard error output is attached.