Sdrsharp crashing

Status
Not open for further replies.

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
I have been having trouble getting any of the sdrsharps to run. I have 3 different versions and downloaded a new one to make sure I was not missing anything. I keep getting an error. This is the info. Does anyone know how to interpret and fix this?



<WERReportMetadata>
<OSVersionInformation>
<WindowsNTVersion>6.1</WindowsNTVersion>
<Build>7601 Service Pack 1</Build>
<Product>(0x30): Windows 7 Professional</Product>
<Edition>Professional</Edition>
<BuildString>7601.23403.amd64fre.win7sp1_ldr.160325-0600</BuildString>
<Revision>1130</Revision>
<Flavor>Multiprocessor Free</Flavor>
<Architecture>X64</Architecture>
<LCID>1033</LCID>
</OSVersionInformation>
<ProblemSignatures>
<EventType>APPCRASH</EventType>
<Parameter0>SDRSharp.exe</Parameter0>
<Parameter1>1.0.0.1443</Parameter1>
<Parameter2>56e85ee5</Parameter2>
<Parameter3>KERNELBASE.dll</Parameter3>
<Parameter4>6.1.7601.23403</Parameter4>
<Parameter5>56f58523</Parameter5>
<Parameter6>e0434352</Parameter6>
<Parameter7>0000c54f</Parameter7>
</ProblemSignatures>
<DynamicSignatures>
<Parameter1>6.1.7601.2.1.0.256.48</Parameter1>
<Parameter2>1033</Parameter2>
<Parameter22>0a9e</Parameter22>
<Parameter23>0a9e372d3b4ad19135b953a78882e789</Parameter23>
<Parameter24>0a9e</Parameter24>
<Parameter25>0a9e372d3b4ad19135b953a78882e789</Parameter25>
</DynamicSignatures>
<SystemInformation>
<MID>C3392D00-C596-4022-9FB3-5D48CD22A539</MID>
<SystemManufacturer>To Be Filled By O.E.M.</SystemManufacturer>
<SystemProductName>To Be Filled By O.E.M.</SystemProductName>
<BIOSVersion>P1.10</BIOSVersion>
</SystemInformation>
</WERReportMetadata>
 

KE5MC

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
1,273
Reaction score
223
Location
Lewisville, TX
No help with the log report.

SDR# v1450 requires Microsoft Net Framework 4.6.

4.6 excludes XP.

Moving back thru the SDR# version numbers at some point they were using Net3. When they jumped from 3 to 4 several add-on plugins stopped working. That created a ripple in the 'Force' as many plugins were not actively updated.

Not sure if the above information helps.

Mike
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
I was using versions 1361 and 1400. I have the latest .net installed. Everything was working fine until july 1st..
 

KE5MC

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
1,273
Reaction score
223
Location
Lewisville, TX
Its my understanding applications are very NET version specific. Thats why its not a good idea to delete earlier versions of NET thinking the latest works with older applications.

The version of SDR# you are using are NET3. Version 1450 is NET4.

Mike
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
I never deleted any of them and only touch them when I need to. The last time i did when sdr went past 3.5. From then til now, both 1361 and 1400 both have worked fine, and at the same time also. Not sure whats going on...
 

KE5MC

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
1,273
Reaction score
223
Location
Lewisville, TX
I wish I was more help. Maybe someone will come along that can decipher the log file.

Good luck!

Mike
 

Voyager

Member
Joined
Nov 12, 2002
Messages
12,058
Reaction score
68
Many people think .NET 4 replaces .NET 3. It does not. EACH version of .NET is an independent program and no later major version replaces an earlier version. Only minor revisions replace earlier ones (for example: 4.6 replaces 4.5).
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
I have reinstalled all of the .net all the way up to 4.5 and still cant get any version to run. 1361 1400 or 1444. I ran sfc and its not finding anything. The actual 1361 and 1400 have always been in my google drive folder and they run fine on my laptop from within google drive. I downloaded a fresh 1444 from airspy and that will not work so I know google drive has nothing to do with it at all. I am running out of methods to trouble shoot this.

Right after a reboot i get "application was unable to start correctly 0x80000003 " Then any time after that it just says sdrsharp stopped working.
 
Last edited:

moonbounce

Member
Joined
Nov 5, 2002
Messages
1,452
Reaction score
83
I kind of had same problem, I had my copies 1361 and 1357 in my documents folder when they wouldn't run. What I had to do was delete the folder from my Documents, reload them from my USB drive to my C drive then from my C drive I put them back into my Documents. That worked for me, don't know if it will work for you but I am sure at this point anything is worth a try.

MB
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
They seem to open in safe mode but being as safe mode does not load everything, still not sure whats going on.

They did throw these out. I was not getting these on the normal boot up.

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at SDRSharp.DNR.BaseDNR.UpdateBoostState()
   at SDRSharp.DNR.BaseDNR.control_PropertyChanged(Object sender, PropertyChangedEventArgs e)
   at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e)
   at SDRSharp.SharpControlProxy.PropertyChangedEventHandler(Object sender, PropertyChangedEventArgs e)
   at SDRSharp.MainForm.NotifyPropertyChanged(String property)
   at SDRSharp.MainForm.iqSourceComboBox_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
SDRSharp
    Assembly Version: 1.0.0.1443
    Win32 Version: 1.0.0.1443
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.exe
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
SDRSharp.Radio
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.Radio.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SDRSharp.Common
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.Common.DLL
----------------------------------------
SDRSharp.PanView
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.PanView.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.1055.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
SDRSharp.CollapsiblePanel
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.CollapsiblePanel.DLL
----------------------------------------
SDRSharp.FrequencyEdit
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.FrequencyEdit.DLL
----------------------------------------
SDRSharp.HackRF
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.HackRF.DLL
----------------------------------------
SDRSharp.RTLSDR
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.RTLSDR.DLL
----------------------------------------
SDRSharp.RTLTCP
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.RTLTCP.DLL
----------------------------------------
SDRSharp.FUNcube
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.FUNcube.DLL
----------------------------------------
SDRSharp.FUNcubeProPlus
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.FUNcubeProPlus.DLL
----------------------------------------
SDRSharp.SoftRock
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.SoftRock.DLL
----------------------------------------
SDRSharp.SDRIQ
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.SDRIQ.DLL
----------------------------------------
SDRSharp.SDRIP
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.SDRIP.DLL
----------------------------------------
SDRSharp.AfedriSDRNet
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.AfedriSDRNet.DLL
----------------------------------------
SDRSharp.DNR
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.DNR.DLL
----------------------------------------
SDRSharp.NoiseBlanker
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.NoiseBlanker.DLL
----------------------------------------
SDRSharp.WavRecorder
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.WavRecorder.DLL
----------------------------------------
SDRSharp.ZoomFFT
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.ZoomFFT.DLL
----------------------------------------
SDRSharp.FrequencyManager
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/Users/Preferred%20Customer/Desktop/sdrsharp-x86_1443/SDRSharp.FrequencyManager.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.
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
Really getting a headache from this. I am really missing sdrsharp

Today 1443 gave this

<WERReportMetadata>
<OSVersionInformation>
<WindowsNTVersion>6.1</WindowsNTVersion>
<Build>7601 Service Pack 1</Build>
<Product>(0x30): Windows 7 Professional</Product>
<Edition>Professional</Edition>
<BuildString>7601.23455.amd64fre.win7sp1_ldr.160516-0600</BuildString>
<Revision>1130</Revision>
<Flavor>Multiprocessor Free</Flavor>
<Architecture>X64</Architecture>
<LCID>1033</LCID>
</OSVersionInformation>
<ProblemSignatures>
<EventType>CLR20r3</EventType>
<Parameter0>SDRSharp.exe</Parameter0>
<Parameter1>1.0.0.1443</Parameter1>
<Parameter2>56e85ee5</Parameter2>
<Parameter3>System.Drawing</Parameter3>
<Parameter4>4.6.1055.0</Parameter4>
<Parameter5>563c0fcc</Parameter5>
<Parameter6>338</Parameter6>
<Parameter7>17</Parameter7>
<Parameter8>System.ArgumentException</Parameter8>
</ProblemSignatures>
<DynamicSignatures>
<Parameter1>6.1.7601.2.1.0.256.48</Parameter1>
<Parameter2>1033</Parameter2>
<Parameter22>0a9e</Parameter22>
<Parameter23>0a9e372d3b4ad19135b953a78882e789</Parameter23>
<Parameter24>0a9e</Parameter24>
<Parameter25>0a9e372d3b4ad19135b953a78882e789</Parameter25>
</DynamicSignatures>
<SystemInformation>
<MID>C3392D00-C596-4022-9FB3-5D48CD22A539</MID>
<SystemManufacturer>To Be Filled By O.E.M.</SystemManufacturer>
<SystemProductName>To Be Filled By O.E.M.</SystemProductName>
<BIOSVersion>P1.10</BIOSVersion>
</SystemInformation>
</WERReportMetadata>
 

BTJustice

Member
Joined
Feb 27, 2012
Messages
79
Reaction score
19
First go through the directions and troubleshooting here...

http://www.rtl-sdr.com/rtl-sdr-quick-start-guide/

I am not sure if it is an issue with the device you are using or not, but I am going to assume you have an RTL-SDR. Windows may have updated the driver for it. Reopen Zadig, go to view all devices, find your RTL-SDR, and reinstall the Zadig driver for it.

Also SDR# changed how to get set up for RTL-SDR fairly recently. With the latest version, open install-rtlsdr.bat to get set up for RTL-SDR.
 
Last edited:

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
First go through the directions and troubleshooting here...

Quick Start Guide - rtl-sdr.com

I am not sure if it is an issue with the device you are using or not, but I am going to assume you have an RTL-SDR. Windows may have updated the driver for it. Reopen Zadig, go to view all devices, find your RTL-SDR, and reinstall the Zadig driver for it.

Also SDR# changed how to get set up for RTL-SDR fairly recently. With the latest version, open install-rtlsdr.bat to get set up for RTL-SDR.

Thanks for the reply. Everything was working fine and now its not. I know its not a rtl dongle driver issue because the program wont even open. I did download both new and older versions and cant get anything to open. They do open in safe mode but cant really proceed because sound does not load in safe mode. I thought maybe the framework, so I ran a checker and it says every thing is there.I do have the following in my C:\Windows\Microsoft.NET\Framework64 folders
2.0 files folders
3.0 folders only
3.5 files folders
4.0 files folders.

I don't really know how to read the errors that are reported. I know also that every thing that I was running out of google drive on my laptop works fine. I also downloaded the latest and reinstalled a zipped 1361 version. It has to be something with this pc I am on. Its sad because I am purchasing an Airspy and will have to play on the laptop instead of my home pc.I am able to run everything on my laptop and teamview onto my home PC but that's only a band-aid.

This is driving me crazy.

But on the plus side, my windows update is now working properly..
 

BTJustice

Member
Joined
Feb 27, 2012
Messages
79
Reaction score
19
SDR# gives error &#8220;Object reference not not [sic] to an instance of an object&#8221;
This may mean that you do not have an audio driver properly installed on your PC, or that you do not have any output audio devices enabled. Enable them in the windows Sound Playback properties.
Try updating your sound card driver and then make sure you have the correct devices defaulted in CONTROL PANEL > HARDWARE & SOUND > SOUND.

Also might reinstall Visual C++ 2010 Runtime. Be sure to get both the x86 and x64 versions...

Download Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) from Official Microsoft Download Center
Download Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) from Official Microsoft Download Center
 

Circa

Member
Joined
May 20, 2014
Messages
181
Reaction score
1
Location
OH/PA/WV
Really getting a headache from this. I am really missing sdrsharp

Today 1443 gave this

<EventType>CLR20r3</EventType>

See if you can find anything out by google-ing "CLR20r3".

Also you could try updating your graphics drivers. I've had app crash occur due to a graphics drivers.
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
I actually had repaired those, uninstalled those and reinstalled them and am still in the same boat. Starting to get sea sick.
 

Circa

Member
Joined
May 20, 2014
Messages
181
Reaction score
1
Location
OH/PA/WV
I actually had repaired those, uninstalled those and reinstalled them and am still in the same boat. Starting to get sea sick.

I wish I could be of more help, but I'm not sure what else might be of use.
There's a few commands mentioned here: CLR20r3 Error? - Windows 7
or you could try fully wiping out the graphics drivers then reinstalling them with DDU: Display Driver Uninstaller Download version 16.1.0.0.

If all else fails, you might be able to do an In-Place windows "upgrade" using a Windows 7 ISO from Microsoft DigitalRiver Mirror.

Just back up anything you want to keep, just in case something goes wrong.
 

en11gma

Member
Joined
Jun 9, 2012
Messages
31
Reaction score
0
to my understanding 1361 works with trunking (framework 3.5)?

i am using the latest of today. i believe its 1444.

anyhow i want to get sdrsharp working so i can do p25 trunking.
anyone know where i can get 1361?
will i need to make sure i have net framework 3.5 x86 and x64 both installed first?
 

BTJustice

Member
Joined
Feb 27, 2012
Messages
79
Reaction score
19
Where is the exact location you have SDR# installed on your computer?
 

dave3825

* * * * * * * * * * * *
Premium Subscriber
Joined
Feb 17, 2003
Messages
10,523
Reaction score
6,107
Location
Suffolk County NY
Where is the exact location you have SDR# installed on your computer?


1361 and 1400 are in my google drive folder. 1443 I downloaded after all this started and I unzipped it to my desktop. I also tried running off a thumb drive also. No such luck. I did reinstall sound and video drivers and same thing.
 
Status
Not open for further replies.
Top