[Bug 16835] New: Crashes on start - shows only splash screen - comctl32.dll dependency
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(a)winehq.org ReportedBy: david(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #1 from david(a)rossall61.freeserve.co.uk 2009-01-06 17:33:00 --- The application affected by this bug is #8854 Laridian PocketBible. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski(a)gmail.com --- Comment #2 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2009-01-10 10:21:02 --- Could you provide a WINEDEBUG=+message log? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #3 from david(a)rossall61.freeserve.co.uk 2009-01-25 16:17:30 --- Created an attachment (id=18995) --> (http://bugs.winehq.org/attachment.cgi?id=18995) Message log as requested -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david(a)rossall61.freeserve.co | |.uk --- Comment #4 from david(a)rossall61.freeserve.co.uk 2009-01-25 16:28:15 --- Sorry it took so long. I knew I would have to set an hour or two aside. I removed Wine completely (entire .wine directory and subdirectories). Then installed 0.9.25 in order to run the PocketBible installer (which won't run under 1.1.11)*. Then upgraded Wine to 1.1.11. Hence I had an installation without Winetricks. Then ran winedebug=+message wine PocketBible.exe > msglog.txt 2>&1 to get the file. Actually just contains the on-screen messages in the forum thread to which I have already linked. Then ran Winetricks and then updated comctl32.dll to v5.81. Application now works again. Trust this is clear. * My main concern is to get the main program running, but I suppose that at some time I ought to try to figure out why the installer won't run under recent versions. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-01-25 17:40:35 --- (In reply to comment #4)
* My main concern is to get the main program running, but I suppose that at some time I ought to try to figure out why the installer won't run under recent versions.
File a new bug after running a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #6 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2009-02-01 12:21:41 --- The WINEDEBUG should be written using capital letters. Sorry that it didn't stress it. Such a command line should work: WINEDEBUG=+message wine PocketBible.exe > msglog.txt 2>&1 In case you have problems with it, try the one that I'm usually using: WINEDEBUG=+message wine PocketBible.exe &>msglog.txt -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-08-05 10:21:15 --- Is this still an issue in current (1.1.26 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-09-18 14:21:44 --- David, we're still waiting for log requested in comment 6. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #9 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2009-09-20 17:36:18 --- Acknowledged. Sorry, I need to set aside some time to generate this for you. I realise that I am not helping you to help me... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #10 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2009-12-10 17:05:15 --- Created an attachment (id=25163) --> (http://bugs.winehq.org/attachment.cgi?id=25163) Output of WINEDEBUG -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #11 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2009-12-10 17:09:59 --- Apologies again for the long time to get back to this. The problem still exists under 1.1.33. WINEDEBUG=+message wine PocketBible.exe > msglog.txt 2>&1 produces the attached file "Output of WINEDEBUG". The problem can still be resolved by using Winetricks and then manually replacing comctl32.dll with a native Windows v5.81 file. Background information: I have replaced the EeePC's standard Xandros variant with EeeBuntu 3. I am now able to run the PocketBible installer successfully, so have not raised a separate bug for that, but I am not sure whether this is the Wine upgrade or the new OS. Either way, I am finding software installations easier, so it will be quicker to retest in future, and I will try to be more useful if you are able to address this. Thanks for your attention and regards. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18543|0 |1 is obsolete| | Attachment #18995|0 |1 is obsolete| | Attachment #25163|0 |1 is obsolete| | --- Comment #12 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2009-12-20 10:57:36 --- Created an attachment (id=25308) --> (http://bugs.winehq.org/attachment.cgi?id=25308) Winedebug output under version 1.1.35 (more extensive result) I have retested under 1.1.35. It still doesn't work, but I got a more extensive error log which I have attached above. Wine hung and I had to use Control keys to interrupt it. That has not happened before. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-12-20 19:42:07 --- (In reply to comment #12)
Wine hung and I had to use Control keys to interrupt it. That has not happened before.
Please file a new bug after running a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #14 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2009-12-21 16:24:36 --- Just to be clear, I didn't really think that this was a new bug. It's a slightly different behaviour - instead of bombing out when I start Laridian under Wine, the Laridian splash screen appears and then nothing else much happens until I terminate it. The log file I have already provided comes from this behaviour. I'll file a new bug though if it will help. Please confirm. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #15 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-06 17:23:26 --- David, retest with 1.2-rc2. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #16 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-06-15 16:12:39 --- I'll do that, but there's no build as yet for Ubuntu 9.04 - I'm using Eeebuntu, which is based on that version. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Crashes on start - shows |Laridian PocketBible |only splash screen - |crashes on start, shows |comctl32.dll dependency |only splash screen -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #17 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-04 14:07:40 CDT --- (In reply to comment #16)
I'll do that, but there's no build as yet for Ubuntu 9.04 - I'm using Eeebuntu, which is based on that version.
Retest with 1.3.4 please. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #18 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-11-02 18:19:27 CDT --- Retested with 1.3.6 after switching from eeeBuntu to Ubuntu Netbook Edition to get a more recent version. Same as before - Laridian splash screen appears and stays till clicked on, then disappears. Have not yet tried the usual Winetricks workaround. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #19 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-11-02 18:22:06 CDT --- NB installer does run under 1.3.6. Will try a WINEDEBUG later. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25308|0 |1 is obsolete| | --- Comment #20 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-11-04 18:49:29 CDT --- Created an attachment (id=31726) --> (http://bugs.winehq.org/attachment.cgi?id=31726) Winedebug output under 1.3.6 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #21 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-11-04 20:59:54 CDT --- (In reply to comment #20)
Created an attachment (id=31726) --> (http://bugs.winehq.org/attachment.cgi?id=31726) [details] Winedebug output under 1.3.6
The log is useless: wine: cannot find L"C:\\windows\\system32\\PocketBible.exe" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #22 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-11-05 06:24:26 CDT --- Created an attachment (id=31736) --> (http://bugs.winehq.org/attachment.cgi?id=31736) First part of Winedebug output under 1.3.6 Sorry. Try this version. I had to interrupt (Ctrl-Z) the process because, as usual, it hung at the splash screen. Slightly too big for an upload, so split in two sections. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31726|0 |1 is obsolete| | --- Comment #23 from david(a)rossall61.freeserve.co.uk <david(a)rossall61.freeserve.co.uk> 2010-11-05 06:25:20 CDT --- Created an attachment (id=31737) --> (http://bugs.winehq.org/attachment.cgi?id=31737) Second part of Winedebug output under 1.3.6 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #24 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-06-22 16:29:59 CDT --- I have tested the newer version of the application (9/12/2012 11:40:08 AM). It does not crash but have similiar symptoms from the original bug (shows only splash screen) so I'll leave this open for now. cd23a9427d0acbbb47620bdcbc69322b80626601 PocketBibleSetup.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #25 from Austin English <austinenglish(a)gmail.com> --- Is this still an issue in current (1.7.36 or newer) wine? If so, please attach terminal output. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #26 from Bruno Jesus <00cpxxx(a)gmail.com> --- Created attachment 51013 --> https://bugs.winehq.org/attachment.cgi?id=51013 standard output Still in 1.7.38. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16835 --- Comment #27 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Please retry in Wine 3.9 or later. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16835 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=16835 Hard <hart3778avery(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hart3778avery(a)gmx.com --- Comment #28 from Hard <hart3778avery(a)gmx.com> --- Hey Bruno, does it work for you already? , https://mrkortingscode.nl -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16835 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares(a)gmail.com --- Comment #29 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Download link ? Any recent test with Wine 10 ? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla