SDR# Issue

Status
Not open for further replies.

wpa2

Newbie
Joined
Feb 8, 2018
Messages
3
Reaction score
0
Recently got back into SDR but am having some very strange issues.

When booting up sdr#v 1707 it runs for like 3 minutes then crashes, i don't get a crash log in the folder either but after checking windows errors i'm getting these.

I have tried a few fixes suggested in the sdr facebook group but nothing seems to work.

I have tried my sdr dongles using sdrconsole v3 with no issues, i just don't like the gui/

Os : Windows 10
SDR# v1707 and 1700 and 1666



Code:
Application: SDRSharp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
   at SDRSharp.RTLSDR.NativeMethods.rtlsdr_get_device_count()
   at SDRSharp.RTLSDR.DeviceDisplay.GetActiveDevices()
   at SDRSharp.RTLSDR.RtlSdrControllerDialog.<FillDeviceList>b__28_0(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Code:
Faulting application name: SDRSharp.exe, version: 1.0.0.1707, time stamp: 0x5d3f5a0b
Faulting module name: libusb-1.0.dll, version: 1.0.20.11004, time stamp: 0x55f62318
Exception code: 0xc0000005
Fault offset: 0x000075ae
Faulting process ID: 0x2538
Faulting application start time: 0x01d5539631640001
Faulting application path: C:\sdrsharp-x86\SDRSharp.exe
Faulting module path: C:\sdrsharp-x86\libusb-1.0.dll
Report ID: 686eb03b-925b-410c-a2c4-02b374defd5a
Faulting package full name:
Faulting package-relative application ID:



Thanks for taking time to read this.



Downloading a new updated libusb
 

thewraith2008

Member
Joined
Nov 22, 2016
Messages
1,903
Reaction score
910
I normally see that exception randomly on SDR# stop or close.
Debugging shows the the call to the function 'rtlsdr_get_device_count' does not always return (for whatever reason) and the RTL SDR# frontend freezes.
I've tried the newer libusb-1.0.dll (libusb-1.0.22.7z) and a more recent rtlsdr.dll but the crashes still appear.

Do you have any USB HDDs or other devices plugged in that may be causing a conflict. For me RTL and USB HDD never work together. (they don't cause crashes though)
 

wpa2

Newbie
Joined
Feb 8, 2018
Messages
3
Reaction score
0
I normally see that exception randomly on SDR# stop or close.
Debugging shows the the call to the function 'rtlsdr_get_device_count' does not always return (for whatever reason) and the RTL SDR# frontend freezes.
I've tried the newer libusb-1.0.dll (libusb-1.0.22.7z) and a more recent rtlsdr.dll but the crashes still appear.

Do you have any USB HDDs or other devices plugged in that may be causing a conflict. For me RTL and USB HDD never work together. (they don't cause crashes though)
This is a fresh install i have tried it with nothing added apart from keyboard an mouse.
This this working for a long time but after a break from sdr then just got back into it and am now facing this error.
 
Status
Not open for further replies.
Top