2015-01-11, 04:23 PM
This is what I get for not programming for months
I've tracked down the line that causes the error, but is there any way to get more information about what might be going wrong? I know nothing about 'proper' debugging with C#, but this is fairly simple stuff (in terms of usage of the MediaInfo DLL), and happens when trying to use a newer version of the DLL with my existing code.
Iain
Code:
Problem signature:
Problem Event Name: APPCRASH
Application Name: NextPVR.exe
Application Version: 1.0.0.0
Application Timestamp: 54553dc4
Fault Module Name: MediaInfo.dll
Fault Module Version: 0.7.72.0
Fault Module Timestamp: 54ad43f3
Exception Code: c00000fd
Exception Offset: 002b0e47
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 2057
Additional Information 1: 4f6e
Additional Information 2: 4f6e33d09ad919737f34aa7adcec3ad4
Additional Information 3: afc5
Additional Information 4: afc52a5f0f7a29752a855fef86ccb0bb
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
I've tracked down the line that causes the error, but is there any way to get more information about what might be going wrong? I know nothing about 'proper' debugging with C#, but this is fairly simple stuff (in terms of usage of the MediaInfo DLL), and happens when trying to use a newer version of the DLL with my existing code.
Iain