http://bugs.winehq.org/show_bug.cgi?id=15473
Summary: After Effects 4 crashes on startup Product: Wine Version: 1.1.5 Platform: Other URL: http://download.adobe.com/pub/adobe/aftereffects/win/4.x /ae4try_uk.exe OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
sha1sum of ae4try_uk.exe is 8b9dd9bbe422209a311c5f0ce9054e2e687f5450 App installs ok and puts up a gui when you start it, but quickly crashes with dialog "After Effects can't continue: sorry, an abnormal condition has been detected" +seh shows there's an exception, but the +relay,+text,+seh log isn't very illuminating. Running in winedbg gives a nice stack dump; inside SetWindowPos(), for some reason DefWindowProc gets WM_KEYF1 and sends WM_HELP, which is handled by the app's window procedure, which crashes on a near-null pointer access.