http://bugs.codeweavers.com/show_bug.cgi?id=572
*** shadow/572 Wed Apr 10 21:57:47 2002 --- shadow/572.tmp.20975 Wed Apr 10 21:57:47 2002 *************** *** 0 **** --- 1,45 ---- + +============================================================================+ + | starcraft crashes in recent wine builds | + +----------------------------------------------------------------------------+ + | Bug #: 572 Product: Wine | + | Status: UNCONFIRMED Version: 20020228 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-loader | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: mlearl@attbi.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + Starcraft (video game, direct X) crashes in recent wine builds. Much + bug-chasing done base on advice from comp.emulations.ms-windows.wine: + + Trying different builds from local CVS, it appears builds prior to 31Jan2002 are + fine; the critical patch was: + + ***** + ChangeSet ID: 1012519978430168570484966 + CVSROOT: + /opt/cvs-commit + Module name: wine + Changes by: julliard@wine2. 02/01/31 18:32:58 + + Modified files: + loader : module.c pe_image.c pe_resource.c + + Log message: + LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not + like PE images. Fixed resource loading to handle that. + ***** + + Builds which include this patch don't work for me; 'Unhandled exception' after + game setup when it starts to bring on the main playing display/GUI (works ok to + this point). + + Backtrace appears to be invalid/corrupted; if wine is run with --debugmsg +trace + it runs Very Very Slowly and works! Trying other variations to see if any + produce both the bug and a useful trace. \ No newline at end of file