http://bugs.winehq.org/show_bug.cgi?id=28664
Charles Davis cdavis5x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aric@codeweavers.com
--- Comment #3 from Charles Davis cdavis5x@gmail.com 2013-07-09 20:41:16 CDT --- (In reply to comment #2)
This is okay for me in PC-BSD9 (i386) and 1.6-rc4. It also passes in wine-1.2. I tested both versions with/without DISPLAY set.
@Charles, is it broken on OSX?
Well, it doesn't crash anymore, but it fails with:
mediadet.c:281: Test failed: IMediaDet_get_FrameRate: fps is inf
I haven't really looked at this. It might take me a while to come up with a fix. From the looks of this, we're dividing by zero on Mac--probably because the QuickTime component isn't even returning a valid AM_MEDIA_TYPE to begin with (cf. dlls/qedit/mediadet.c:605, the division in question). From what I've seen, it *should* be returning one, but it's not, and I can't figure out why at the moment.
I've CC'd Aric, and I'll attach a file containing the complete output from the test, including +relay output. (Or should I file a new bug?) In any case, maybe he can help me figure this out.