http://bugs.winehq.org/show_bug.cgi?id=27716
--- Comment #11 from Christian Costa titan.costa@gmail.com 2013-06-25 14:47:06 CDT --- I didn't pay attention but these lines:
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {da4e3da0-d07d-11d0-bd50-00a0c911ce86} could be created for context 0x1
are not supposed to happen.
The CLSID {da4e3da0-d07d-11d0-bd50-00a0c911ce86} i.e CLSID_ActiveMovieCategories is supposed to exist in registry if devenum.dll and quartz.dll have been registered correctly.
This may be related to the crash.
Use wine regsvr32 devenum.dll and wine regsvr32 quartz.dll to register the dll.
That said, without feedback from the reporter nor download link, this may be better to close this bug as abandonned.