http://bugs.winehq.org/show_bug.cgi?id=27290
Summary: Enterprise Architect crashes when creating a project. Product: Wine Version: 1.3.20 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leslie_alistair@hotmail.com
Install msxml4 via winetricks. Run Enterprise Architect. Create a new Project On the "Select Model(s)" dialog, check "Class" Click OK.
If the program doesn't crash at this point, then click the + in the Project Browser window.
http://bugs.winehq.org/show_bug.cgi?id=27290
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://sparxsystems.com/bin | |/easetup.exe
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-05-26 19:40:09 CDT --- Could you attach some logs?
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-05-27 00:24:07 CDT --- Created an attachment (id=34910) --> (http://bugs.winehq.org/attachment.cgi?id=34910) Stack Dump.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2011-05-27 00:56:56 CDT --- Maybe +heap shows something? Btw, xml dump is done from inside EA itself?
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #4 from Robert Munteanu robert.munteanu@gmail.com 2011-07-04 05:20:14 CDT --- Created an attachment (id=35424) --> (http://bugs.winehq.org/attachment.cgi?id=35424) warn+heap log output
Log output with wine 1.3.23 , EA 9 trial, no winetricks applied. It happens when I try to open the sample project.
http://bugs.winehq.org/show_bug.cgi?id=27290
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robert.munteanu@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=27290
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2011-07-04 13:54:36 CDT --- Your log makes it seem that you're not really using native msxml?
I just tried it, and it worked fine with 'winetricks msxml4' after installing.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-07-04 17:09:16 CDT --- (In reply to comment #4)
Created an attachment (id=35424)
--> (http://bugs.winehq.org/attachment.cgi?id=35424) [details]
warn+heap log output
Log output with wine 1.3.23 , EA 9 trial, no winetricks applied. It happens when I try to open the sample project.
The crash is a known issue if you don't install native msxml4.
http://bugs.winehq.org/show_bug.cgi?id=27290
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 Summary|Enterprise Architect |Enterprise Architect |crashes when creating a |crashes after using the Add |project. |Model Wizard.
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-07-04 17:16:42 CDT --- Changed Component to comctl32.
I original thought it was crashing on startup, but it appears that by using the "Add Model Wizard". Then expanding the newly inserted items in the tree causes the crash.
After some debugging, it appears to be caused by the tree control holding onto data that has been freed.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #8 from Robert Munteanu robert.munteanu@gmail.com 2011-07-04 17:17:32 CDT --- Sorry for the noise, the title lead me to belive that this was my issue, but I missed reading the first comment. I will retry with native msxml4.
http://bugs.winehq.org/show_bug.cgi?id=27290
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #35424|0 |1 is obsolete| |
--- Comment #9 from Robert Munteanu robert.munteanu@gmail.com 2011-07-05 02:36:33 CDT --- Created an attachment (id=35446) --> (http://bugs.winehq.org/attachment.cgi?id=35446) warn+heap log output
warn+heap log output using msxml4 . The exact same problem from this bug report is reproduced. Note that I had to forcefully close the select dialog after the application crashed, this might be reflected in the logs.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2011-07-17 22:54:47 CDT --- I can see a crash but I can't suppress it with native comctl32. What about CreateFileW being called with xml data as filename? Is it what a program really supposed to do?
http://bugs.winehq.org/show_bug.cgi?id=27290
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |ntdll Summary|Enterprise Architect |A crash occurs when |crashes after using the Add |CreateFileW is pass the |Model Wizard. |contents of an XML file | |instead of the filename.
--- Comment #11 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2011-09-07 06:07:48 CDT --- In the latest version of Enterpise Architect this issue no longer occurs.
The issue was caused by CreateFileW being passed the contents of an xml file instead of a filename. Under Windows this returns INVALID_HANDLE, whereas WINE crashes.
http://bugs.winehq.org/show_bug.cgi?id=27290
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |kernel32 Summary|A crash occurs when |When CreateFileW receives |CreateFileW is pass the |invalid filename it crashes |contents of an XML file | |instead of the filename. |
http://bugs.winehq.org/show_bug.cgi?id=27290
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #12 from Bruno Jesus 00cpxxx@gmail.com 2012-11-26 15:25:00 CST --- Is there any way to trigger the issue now? Otherwise the bug may end up abandoned.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2012-11-26 15:36:43 CST --- (In reply to comment #12)
Is there any way to trigger the issue now? Otherwise the bug may end up abandoned.
I guess you could use attached stack dump as a test source. This shouldn't be closed until it's clear what's wrong with it, no matter if application is fixed already.
http://bugs.winehq.org/show_bug.cgi?id=27290
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #14 from Alistair Leslie-Hughes leslie_alistair@hotmail.com 2012-11-26 21:23:56 CST --- I tested with an old version of Enterprise Architect which displayed this issue and this bug appears to fixed.
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #15 from Austin English austinenglish@gmail.com 2012-11-26 21:39:25 CST --- (In reply to comment #13)
(In reply to comment #12)
Is there any way to trigger the issue now? Otherwise the bug may end up abandoned.
I guess you could use attached stack dump as a test source. This shouldn't be closed until it's clear what's wrong with it, no matter if application is fixed already.
In general, unless there's an app affected, we don't consider it a bug.
That said, I'm sure someone could find an old version of the program..
http://bugs.winehq.org/show_bug.cgi?id=27290
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2012-11-26 22:08:42 CST --- Was it 1c59b91d64228221ffd75c628fc9ec360cd0beae that helped here?
http://bugs.winehq.org/show_bug.cgi?id=27290
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org 2012-12-07 13:36:15 CST --- Closing bugs fixed in 1.5.19.