Printable Version of Topic
Click here to view this topic in its original format
Unofficial VirtualDub Support Forums > Testing / Bug Reports > Strange Virtualdub 1.5.0 Crash


Posted by: Belgabor Feb 21 2003, 01:39 PM
@phaeron: I don't know if you read the doom9 forum, but some people there have a strange crash, have a look http://forum.doom9.org/showthread.php?threadid=46251 please.

Cheers
Belgabor


Posted by: phaeron Feb 22 2003, 03:40 AM
It's due to an uninitialized variable in the frame timing that is now being differently uninitialized in 1.5.0 -- in effect, a bug that was there before but was harmless until now. Strangely enough, neither I nor three other people encountered this until after release, probably because it is sensitive to your UI setup. 1.5.1 will be out within a few days to address this and a few other bugs.

To fix it, patch PositionControl.cpp to check the numerator (getHi()) instead of the denominator (getLo()), and then patch InitStreamValues() in command.cpp to check whether an input file is actually loaded before setting the frame rate.

Powered by Invision Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)