Log in

View Full Version : DSS2 open failure error - 80040154


medp7060
19th December 2009, 04:34
DSS2() cannot open files although the file can be opened by directshowsource(), played with Windows Media Player or by GraphEdit. When load it intoVirtualDub,it gave an error;

DSS2 open failure error - 80040154

BTW: The avss.dll is in the avisynth plugins directory or loaded by the script.

Any idea?

IanB
19th December 2009, 10:38
From winerror.h// MessageId: REGDB_E_CLASSNOTREG
//
// MessageText:
//
// Class not registered
//
#define REGDB_E_CLASSNOTREG _HRESULT_TYPEDEF_(0x80040154L)
Try uninstalling Haali's packages and reinstalling them.

Kittie
22nd December 2009, 18:00
Awesome, I was gonna ask about that error as well. Thanks :)

medp7060
25th December 2009, 04:40
Thanks, IanB. Solved.