http://bugs.winehq.org/show_bug.cgi?id=16835
Summary: Crashes on start - shows only splash screen - comctl32.dll dependency Product: Wine Version: 1.1.1 Platform: PC URL: http://www.laridian.com/pc/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: david@rossall61.freeserve.co.uk
Created an attachment (id=18543) --> (http://bugs.winehq.org/attachment.cgi?id=18543) Log file
When the PocketBible application is started, the splash screen appears, but nothing else. Errors are reported on the command line. The attached log file is generated from a clean Wine install.
After discussion in this thread, I tried using winetricks cc580 to install a native comctl32.dll:
http://forum.winehq.org/viewtopic.php?p=17535#17535
The DLL installed was v5.80 and the application then produced an error indicating that v5.81 minimum is required. I substituted a native DLL of this version and the application now runs successfully.
I noticed that replacing the Wine DLL with the native v5.81 directly is not sufficient and it is necessary first to use winetricks as above and then to substitute the later version DLL.