INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: daveg on February 20, 2008, 03:58:16 pm

Title: ERROR
Post by: daveg on February 20, 2008, 03:58:16 pm
I have been getting the following "ASSERT FAILED" error on the last few builds.

"Executable: JRWorder.exe Pid ce4 Tid 1160. Module QuickTimeSourcedll, 3 objects left active!
at line 317 of .\dllentry.cpp
Continue? (Cancel to debug)

Seems to be happening at random times, mostly when browsing my handheld

About 4 so boxes pop up and I just say yes,
Title: Re: ERROR
Post by: Matt on February 20, 2008, 04:32:32 pm
It looks like the Direct Show filter "QuickTimeSource.dll" is causing problems.  That's a debug message that shouldn't even show up in release versions of software.

You might try to update or uninstall it.
Title: Re: ERROR
Post by: daveg on February 21, 2008, 03:43:22 pm
I tried updating and uninstalling quicktime, same problem. Seems to be worse now
Title: Re: ERROR
Post by: daveg on February 26, 2008, 08:10:45 pm
Anybody...
As a software developer myself, I would be a little more curious as to why a message like this would be showing up.
Title: Re: ERROR
Post by: Matt on February 26, 2008, 08:15:10 pm
Anybody...
As a software developer myself, I would be a little more curious as to why a message like this would be showing up.

It's not a JRiver message.  It's from a DirectShow filter on your system.

We use DirectShow filters to analyze and play some video formats.  You can configure what filters MC will use in Options > Playback.
Title: Re: ERROR
Post by: Yaobing on February 26, 2008, 09:06:38 pm
I tried updating and uninstalling quicktime, same problem. Seems to be worse now

QuickTimeSource.dll appears to be a filter from muvee Technologies. It is a DirectShow filter designed to handle Quicktime file types (mp4, m4a, MOV, etc.). It is not the same as Quicktime engine. Uninstalling Quicktime would not affect it.

While this filter is able to handle some files that other filters (such as FFDShow) can not handle, it also is quite bad at error handling. It often causes crashes.