http://bugs.winehq.org/show_bug.cgi?id=26180
Summary: CodeBlocks crashes when launching a directory selection dialog Product: Wine Version: 1.3.14 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: eti_len@o2.pl
Created an attachment (id=33368) --> (http://bugs.winehq.org/attachment.cgi?id=33368) crash traces
Running syetem: Ubuntu 10.10 wine 1.2.2 codeblocks 10.05, build may 27 2010 -wx2.8.10 Windows, unicode -32bit
How to reproduce 1. Open create any project in CodeBlocks 2. Right click on the project name in the "Management" panel 3. Choose "Add files recursively..." Result: CodeBlocks crashes (please see the crash traces)
I also upgraded wine to version 1.3.14 to confirm that this bug is still presnet.
http://bugs.winehq.org/show_bug.cgi?id=26180
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-02-20 07:47:07 CST --- Any reason you're using native comctl32 and msvcrt? :
--- PE 71590000-71617000 Deferred comctl32 PE 78000000-78044000 Deferred msvcrt ---
Dialogue could potentially use Treeview or Listview control, so please try to install in empty .wine created automatically on first run of 1.3.14.
http://bugs.winehq.org/show_bug.cgi?id=26180
Marcin eti_len@o2.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #2 from Marcin eti_len@o2.pl 2011-02-20 13:16:15 CST --- Hi installing windows comctl32.dll solved the problem.
Thank you.
(In reply to comment #1)
Any reason you're using native comctl32 and msvcrt? :
PE 71590000-71617000 Deferred comctl32 PE 78000000-78044000 Deferred msvcrt
Dialogue could potentially use Treeview or Listview control, so please try to install in empty .wine created automatically on first run of 1.3.14.
http://bugs.winehq.org/show_bug.cgi?id=26180
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2011-02-20 13:20:31 CST --- You already used native one when reported a problem, probably now you're using a different version of it. But that's not what I asked you to test - remove/rename .wine and create it from scratch with 1.3.14 and try this application again without any native modules.
http://bugs.winehq.org/show_bug.cgi?id=26180
--- Comment #4 from Marcin eti_len@o2.pl 2011-02-20 14:49:29 CST --- I 1. purged wine installation from the system; 2. deleted ~/.wine and ~/.winetricks directories. 3. made a fresh installation from http://www.winehq.org/download/deb of 1.3.14 4. installed codeblocks again
and now it works like a charm. Thank you for you help. I'll check my libraries more carefully next time.
Regards
http://bugs.winehq.org/show_bug.cgi?id=26180
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|comctl32 |-unknown Resolution| |INVALID
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2011-02-20 14:52:02 CST --- Ok.
http://bugs.winehq.org/show_bug.cgi?id=26180
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2011-02-20 14:52:13 CST --- Closing.