http://bugs.winehq.org/show_bug.cgi?id=27884
Summary: Red Alert 3 demo exits after menu Product: Wine Version: 1.3.23 Platform: x86 URL: http://www.gamefront.com/files/Command+Conquer+Red+Ale rt+3+Demo/;12449261;/fileinfo.html OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Steps to reproduce after starting the game (while skipping various videos with escape)
Click: Campaign-->chapters-->Soviets-->Play-->Continue-->Play
The game then exits back to the console with:
fixme:shell:foldermanager_QueryInterface interface {00000126-0000-0000-c000-000000000046} not implemented fixme:faultrep:ReportFault 0x1d4df94 0x0 stub err:mmtime:TIME_MMTimeStop Timer still active?!
Interface {00000126-0000-0000-c000-000000000046} seems to be IRunnableObject.
I fixed up a quick patch with completely stubbed functions for this that gets the game running further. Not sure if the patch is correct; at least it shows we can get away with complete stubs for IRunnableObject.