Hi
I have not found similar error in forum
This error occurs when I finish install Progdvb and I try to select a device and...
Progdvb 5.x (with 4.x close Progdvb)
My System:
P4 3,2
xp sp2
Cards:
Skystar HD
Hauppauge dvb-t Nova TD
(both with BDA drivers)
Sorry for the long text captured from windows error Details.
From here to bottom all information about error
Thanks
_______________________________________
Device list
Unhandled exceptiom has occurred in your aplication. If you click Continue, the aplication will ignore this error and attempt to continu. If you click Quit, the aplication will close inmediately.
Attempted to read or write protected memory. This is often and indication that other memory is corrupt
Details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Device_GetList(TDeviceInfo* , Boolean )
at ProgDvbEngine.Device.GetList(ArrayList list, Boolean is_started)
at ProgDvbNet.DeviceListForm.GetDeviceList()
at ProgDvbNet.DeviceListForm.DeviceListForm_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
ProgDvbNet
Assembly Version: 5.9.0.0
Win32 Version: 5.09
CodeBase: file:///C:/ProgDVB/ProgDVBNet.exe
----------------------------------------
EngineApiWrapper
Assembly Version: 1.0.2720.39060
Win32 Version:
CodeBase: file:///C:/ProgDVB/EngineApiWrapper.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.163
Win32 Version: 8.00.50727.163
CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb/msvcm80.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
IPDev.Skins
Assembly Version: 1.0.8.0
Win32 Version: 1.0.8.0
CodeBase: file:///C:/ProgDVB/IPDev.Skins.DLL
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
[/img]
#2
ProgDVB used to work perfectly fine for me.
I formatted my PC & installed every thing from scratch.
(used same versions of ProgDVB 5.x & 4.x) & now am getting the same error as above.
After doing some search on the internet I found THIS.
[EDIT] :
Also am getting this memory error after the above error

I formatted my PC & installed every thing from scratch.
(used same versions of ProgDVB 5.x & 4.x) & now am getting the same error as above.
After doing some search on the internet I found THIS.
Hope this might be of some use to the developer to narrow the search for the cause.In programs consisting entirely of verifiable managed code, all references are either valid or null, and access violations are impossible. An AccessViolationException occurs only when verifiable managed code interacts with unmanaged code or with unsafe managed code.
[EDIT] :
Also am getting this memory error after the above error

#3
[UPDATE]
After some more search ....
I found THIS for the above problem.
The page will guide you to THIS page where you need to download KB923028.
Downloaded & installed over Microsoft .NET v2.
The 1st test after that the problem persisted !
I uninstalled Microsoft .NET v2 , restarted PC , installed Microsoft .NET v2 & installed KB923028.
Started with a fresh install of ProgDVB & .....vuala .... problem gone !!
It worked for me !
BUT .... now .... instead .... am getting an error message on exit with msdvbnp.ax, which (I hope) is easily fixed as (I think) it's DirectX & codec related.
(I had the same error before but I forgot how I fixed it).
... but am working on it.
Anyway .... I hope this would help anyone with the same error.
After some more search ....
I found THIS for the above problem.
The page will guide you to THIS page where you need to download KB923028.
Downloaded & installed over Microsoft .NET v2.
The 1st test after that the problem persisted !

I uninstalled Microsoft .NET v2 , restarted PC , installed Microsoft .NET v2 & installed KB923028.
Started with a fresh install of ProgDVB & .....vuala .... problem gone !!

It worked for me !
BUT .... now .... instead .... am getting an error message on exit with msdvbnp.ax, which (I hope) is easily fixed as (I think) it's DirectX & codec related.
(I had the same error before but I forgot how I fixed it).

Anyway .... I hope this would help anyone with the same error.
#4
[UPDATE2]
To solve msdvbnp.ax error :
msdvbnp.ax is a directX component.
The latest directX contains an older version of msdvbnp.ax (which is better than the existing new version) but it fails to replace the existing new version because of the file date (I guess Microsoft needs to do some thinking regarding thier update methods).
The older version works better than the new buggy version.
So .... what you need to do is:
-Extract latest DirectX to a local folder.
-Extract BDAXP.cab to a folder.
-Go to safe mode & copy msdvbnp.ax (extracted from BDAXP.cab) & replace the existing one in (C:\WINDOWS\system32) & (C:\WINDOWS\system32\ReinstallBackups\0004\DriverFiles\i386).
-Restart PC & it should be working fine now.
To solve msdvbnp.ax error :
msdvbnp.ax is a directX component.
The latest directX contains an older version of msdvbnp.ax (which is better than the existing new version) but it fails to replace the existing new version because of the file date (I guess Microsoft needs to do some thinking regarding thier update methods).
The older version works better than the new buggy version.
So .... what you need to do is:
-Extract latest DirectX to a local folder.
-Extract BDAXP.cab to a folder.
-Go to safe mode & copy msdvbnp.ax (extracted from BDAXP.cab) & replace the existing one in (C:\WINDOWS\system32) & (C:\WINDOWS\system32\ReinstallBackups\0004\DriverFiles\i386).
-Restart PC & it should be working fine now.
#5
Please let people know exact DirectX and file versions for both.
My signature:
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
#6
Replace --> MSDvbNP.ax .. dated --> 04/August/2004 .... size=55.5 KB
with ------> MSDvbNP.ax .. dated --> 09/July/2004 .... size=51.0 KB
The one dated 09/July/2004 (the working version) is extracted from BDAXP.cab (<-- this is for XP!!).
BDAXP.cab extracted Frorm directx_jun2007_redist.exe .
In other words ..... you should say YES to the following confirmation :

with ------> MSDvbNP.ax .. dated --> 09/July/2004 .... size=51.0 KB
The one dated 09/July/2004 (the working version) is extracted from BDAXP.cab (<-- this is for XP!!).
BDAXP.cab extracted Frorm directx_jun2007_redist.exe .
In other words ..... you should say YES to the following confirmation :

#8
Thank you for the details, now this may be really helpful for others 

My signature:
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
Please read here:
On Bug Reports And Other Complaints
and there:
BOARD RULES - READ THIS!
I don't give support by e-mail or PM.
And I will never assist on PayTV hacking.
PM ME FOR THIS AND YOUR ACCOUNT WILL BE DELETED IMMEDIATELY, WITHOUT ANY WARNING!!!
NEVER EVER DARE TO CONTACT ME FOR PRO VERSION ISSUES!
I am not responsible for that.
Check the 'Activation' section.
Please keep it in English here, or Russian in the Russian section, or German in the German section.
I don't read nor write Klingonian or any other language than English and German.
Addressing me personally in any exotic language will be treated as severe insulting! Be warned!!!
1.)AMD Phenom II x4 940, GA-MA770-UD3, 8 GB DDR2-6400. 7 Pro SP1 x64 + XP Pro SP3 x86
DVB-S2: Cynergy S2 USB HD
2.)P4 3200 i865G (F-S Scenic W600pwr) XP Pro SP3
DVB-S: hauppauge WinTV Nexus-S rev. 2.2, driver TT 2.19h, hardware mode
19.2°,13°,28.x°E,30°W, DiSEqC 1.0
Auf Deutsch:
DVB-Cube <<< Das deutsche DVB-Forum >>>
#9
Note if you delete the version in system32\dllcache and then copy the "new" version into system32 and dllcache very quickly you do not need to be in safe mode.=DVB= wrote:-Go to safe mode & copy msdvbnp.ax (extracted from BDAXP.cab) & replace the existing one in (C:\WINDOWS\system32) & (C:\WINDOWS\system32\ReinstallBackups\0004\DriverFiles\i386).
-Restart PC & it should be working fine now.
Thanks for this fix.