http://bugs.winehq.org/show_bug.cgi?id=9127
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW CC| |focht@gmx.net Hardware|Other |x86 Summary|Games video movies are not |Multiple games fail to play |playable |intro videos/movies (quartz | |MPEG splitter: MPEG-1 | |system streams not | |supported)
--- Comment #54 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present. Refining summary.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Rockstar Games/Grand Theft Auto San Andreas
$ WINEDEBUG=+tid,+seh,+loaddll,+quartz wine ./gta_sa.exe >>log.txt 2>&1 ... 0024:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\msvfw32.dll" at 0x7c420000: builtin 0024:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\quartz.dll" at 0x7c450000: builtin 0024:trace:quartz:DllGetClassObject ({e436ebb3-524f-11ce-9f53-0020af0ba770},{00000001-0000-0000-c000-000000000046},0x177f068) 0024:trace:quartz:DSCF_CreateInstance (0x3232378)->((nil),{56a868a9-0ad4-11ce-b03a-0020af0ba770},0xc920d4) 0024:trace:quartz:FilterGraph_create ((nil),0x177efec) ... 0024:trace:quartz:GetClassMediaFile ((nil), L"movies\Logo.mpg", (nil), (nil)) 0024:trace:quartz:GetClassMediaFile L"Extensions" 0024:trace:quartz:GetClassMediaFile L"{E436EB83-524F-11CE-9F53-0020AF0BA770}" 0024:err:quartz:GetClassMediaFile Media class not found ... 0024:trace:quartz:FilterGraph2_AddFilter (0x32324e8/0x32324ec)->(0x3236f58, L"MPEG-I Stream Splitter" (0x3236b4c)) 0024:trace:quartz:Parser_SetSyncSource ((nil)) 0024:trace:quartz:Parser_GetPin Asking for pos 0 0024:trace:quartz:FileAsyncReaderPin_AttemptConnection (0x3237138, 0x3237430) 0024:trace:quartz:dump_AM_MEDIA_TYPE MEDIATYPE_Stream MEDIASUBTYPE_MPEG1System ... FORMAT_None 0024:trace:quartz:Parser_PullPin_ReceiveConnection () 0024:trace:quartz:PullPin_ReceiveConnection (0x3237138/0x3237138)->(0x3232ad0, 0x3237430) 0024:trace:quartz:dump_AM_MEDIA_TYPE MEDIATYPE_Stream MEDIASUBTYPE_MPEG1System ... FORMAT_None 0024:fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported. ... 0024:warn:quartz:FilterGraph2_Render Unable to connect L"MPEG-I Stream Splitter" to renderer (80040207) --- snip ---
$ wine --version wine-1.7.19-70-gd6a59f7
Regards