[Bug 43188] New: Crash when accessing File Open dialog
https://bugs.winehq.org/show_bug.cgi?id=43188 Bug ID: 43188 Summary: Crash when accessing File Open dialog Product: Wine Version: 2.9 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: major Priority: P2 Component: comctl32 Assignee: wine-bugs(a)winehq.org Reporter: ph.schaefe(a)gmail.com Each time I use any of my windows programs with wine, and click the "Open File" menu item (or the "Open File ..." button) to get the 'file open dialog', the program crashes. This is consistent in all the windows programs I use. My version of Wine-devel seems up to date though, as I just did both "port upgrade wine-devel" and "port upgrade winetricks"on the console and it didn't upgrade anything. err:module:DelayLoadFailureHook failed to delay load comctl32.dll.HIMAGELIST_QueryInterface wine: Call from 0x7b42965e to unimplemented function comctl32.dll.HIMAGELIST_QueryInterface, aborting wine: Unimplemented function comctl32.dll.HIMAGELIST_QueryInterface called at address 0x7b42965e (thread 0009), starting debugger... Unhandled exception: unimplemented function comctl32.dll.HIMAGELIST_QueryInterface called in 32-bit code (0x7b42965e). -- 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=43188 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- That's odd, it should be implemented. Mind attaching a full log, including crashlog? -- 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=43188 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de -- 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=43188 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- This will happen if you use native comctl32 v5 dll with anything that's using shell32. It's not compatible. -- 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=43188 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown -- 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=43188 --- Comment #3 from ph.schaefe(a)gmail.com --- Created attachment 58461 --> https://bugs.winehq.org/attachment.cgi?id=58461 this is the shell's output upon the crash -- 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=43188 --- Comment #4 from ph.schaefe(a)gmail.com --- Thank you Nikolay, this helped: I've set "comctl32" to "builtin, native". And everything works now as it should. -- 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=43188 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #5 from Austin English <austinenglish(a)gmail.com> --- Invalid. -- 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=43188 ph.schaefe(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |WORKSFORME -- 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=43188 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |INVALID --- Comment #6 from Matteo Bruni <matteo.mystral(a)gmail.com> --- INVALID is correct, you were running Wine in an unsupported configuration. -- 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=43188 --- Comment #7 from ph.schaefe(a)gmail.com --- Excuse me, but how come my configuration is unsupported? -- 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=43188 --- Comment #8 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to ph.schaefe from comment #7)
Excuse me, but how come my configuration is unsupported?
Well, you installed native comctl32 v5 in your Wine prefix (e.g. with winetricks) and that broke the file open dialog. Issues caused by the use of native DLLs are generally not valid. -- 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=43188 --- Comment #9 from ph.schaefe(a)gmail.com --- Oh. Would you recommend me to switch my all my DLLs to native? -- 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=43188 --- Comment #10 from ph.schaefe(a)gmail.com --- *I meant to builtin? -- 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=43188 --- Comment #11 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to ph.schaefe from comment #9)
Oh. Would you recommend me to switch my all my DLLs to native?
In general you shouldn't install any native DLL unless there is an actual need and you should use a separate prefix (see https://wiki.winehq.org/FAQ#Wineprefixes for some more info) for the application that needs those overrides, to avoid issues like this one for the rest. If you have further questions, the forum is the appropriate place to ask. -- 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=43188 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Crash when accessing File |GeneDoc crashes in File |Open dialog |Open dialog when using | |native comctl32 v5 dll | |(unsupported config) CC| |focht(a)gmx.net Severity|major |normal -- 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=43188 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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=43188 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefanehaas(a)web.de --- Comment #13 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 45630 has been marked as a duplicate of this bug. *** -- 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=43188 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|GeneDoc crashes in File |Native comctl32 v5 dll |Open dialog when using |causes applications to |native comctl32 v5 dll |crash on unimplemented |(unsupported config) |function | |comctl32.dll.HIMAGELIST_Que | |ryInterface in File Open | |dialog (unsupported config) --- Comment #14 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining the ticket summary to collect more dupes here and improve search quality. Regards -- 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=43188 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hugocanalli(a)gmail.com --- Comment #15 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- *** Bug 43325 has been marked as a duplicate of this bug. *** -- 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=43188 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zumers(a)yandex.ru --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> --- *** Bug 54382 has been marked as a duplicate of this bug. *** -- 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