http://bugs.winehq.org/show_bug.cgi?id=20897 Summary: WxWidgets call to wxMediaCtrl::Create() from wxmsw28_gcc_custom.dll fails Product: Wine Version: 1.1.33 Platform: PC URL: http://prdownloads.sourceforge.net/wxwindows/wxWidgets -2.8.10.tar.bz2 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: sebi(a)berlin.com Created an attachment (id=25043) --> (http://bugs.winehq.org/attachment.cgi?id=25043) Terminal Output WxWidgets call to wxMedia::Create() from wxmsw28_gcc_custom.dll fails. Steps to reproduce: 1. go to http://wxwidgets.org/downloads/ and download wxAll 2. Unpack the archive in your home dir (i usually use ~/svn/ for own builds, to build wine for example): tar -xf wxWidgets-2.8.10.tar.bz2 3. Build WxWidgets with mingw (i assume you have mingw already installed), using the attached buildscript 4. put the freshly created DLLs into your ~/.wine/drive_c/windows/system32 directory: cp ~/mingw/wx/lib/*.dll ~/.wine/drive_c/windows/system32 5. enter "samples/mediaplayer" in the WxWidgets source root, and build it ("make") 6. run mediaplayer.exe 7. experience crash Console Output and Buildscript are both attached. the mediaplayer example works as expected if natively built under Linux. My specifications so far: Distribution: Ubuntu 9.10 Karmic Koala GCC: gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1 MinGW: i586-mingw32msvc-c++ (GCC) 4.2.1-sjlj (mingw32-2) Wine: 1.1.33 WxWidgets: 2.8 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.