Starting timeshifting fails in TvCardAnalogBase.cs (1 Viewer)

tdm1988

New Member
March 13, 2007
3
0
Bonn
Home Country
Germany Germany
Hallo,
Starting timeshifting with Hauppauge PVR250 fails in class
TvLibrary.Implementations.Analog.TvCardAnalogBase.cs (SVN-Revision 13497)
in line 2736:
record.SetTimeShiftParams(_parameters.MinimumFiles, _parameters.MaximumFiles, _parameters.MaximumFileSize);
with NullPointer exception because object "_parameters" is set to "null" by default.
So if someone does not set property ScanParameters timeshifting will fail. To avoid this change line 153 to:
protected ScanParameters _parameters = new ScanParameters();

I did not find out how to apply or suggest patches so I used the bug report forum.:D
Hope I could help a little bit and please keep on your good work!:D
Regards,
TDM
 

Users who are viewing this thread

Top Bottom