http://bugs.winehq.org/show_bug.cgi?id=15474
Summary: Adobe Premiere Pro crashes in treeview Product: Wine Version: 1.1.5 Platform: Other URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7 .x/premierepro_english_tryout.exe OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To run, you need "winetricks gdiplus" to get past a crash in gdiplus, and "winetricks vcrun6" to get past a heap corruption, and finally "winetricks cc580" to get past a crash in treeview.
This bug is about the treeview crash.
http://bugs.winehq.org/show_bug.cgi?id=15474
--- Comment #1 from Lei Zhang thestig@google.com 2008-09-29 16:43:13 --- duplicate of bug 13082?
http://bugs.winehq.org/show_bug.cgi?id=15474
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE Summary|Adobe Premiere Pro crashes |Adobe Premiere Pro crashes |in treeview |with heap corruption
--- Comment #2 from Dan Kegel dank@kegel.com 2008-09-29 17:32:03 --- Yes. OK, looking at the gdiplus crash, +relay,+seh shows it's right after a return from GdipBitmapLockBits. I happen to be building with -O0 because I wanted to reproduce Lei's gdiplus crash bug from yesterday, so let's see if Lei's patches from yesterday fixes it... yes, applying http://www.winehq.org/pipermail/wine-patches/2008-September/062270.html and http://www.winehq.org/pipermail/wine-patches/2008-September/062271.html makes the gdiplus crash go away, guess it's the same one Lei found yesterday. Score one for the test suite and the bug squish party!
So, with that fixed, the log shows
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\Program Files\Adobe\Premiere Pro Tryout\Plug-ins\AAF\aaf.prm") not found err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\Program Files\Adobe\Premiere Pro Tryout\Plug-ins\AAF\AAFCOAPI.dll") not found Warning: Parameter "" not found! ... Warning: Parameter "" not found! ... fixme:gdiplus:GdipCreateHBITMAPFromBitmap stub ... err:heap:HEAP_ValidateFreeArena Heap 0x38d0000: next arena 0x51d9120 invalid for 0x5000020 and a crash.
Adding in just msvcp60.dll by itself gets rid of the crash, so who knows, maybe the heap corruption is just the app tripping over itself.
The stub GdipCreateHBITMAPFromBitmap seems to cause icons to not show up on the main hello dialog, though; all you see is the exit button, you don't see the big icons for "New project", "Open project", etc. But we have bugs for that already, see bug 11615 and bug 10449.
So, er, not sure there's much left to this bug report. I'm going to close it as a dup of 11615.
*** This bug has been marked as a duplicate of bug 11615 ***
http://bugs.winehq.org/show_bug.cgi?id=15474
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-30 11:06:56 --- Closing.