Microsoft Net Framework Exception

Status
Not open for further replies.

LGemini

Member
Feed Provider
Joined
Dec 24, 2008
Messages
4
Location
Raleigh, NC
Hi All,

I am running a skywarn (amateur radio) stream on radio reference. After about 2 days, ScannerCast crashes, and I get a very long Microsoft Net Framework Exception. What does this exception mean, and how can I stop it from happening?


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

************** Exception Text **************
System.ApplicationException: The sound capturing device is not ready. Is 'Primary Sound Capture Driver' plugged in?
at Istrib.Sound.SoundCapture.CreateCaptureBuffer()
at Istrib.Sound.SoundCapture.Start()
at Istrib.Sound.Mp3SoundCapture.Start(Stream outputStream, Boolean ownsOutputStream)
at Istrib.Sound.Mp3SoundCapture.Start(Stream outputStream)
at ScannerCast.ScannerCast.StartAudio()
at ScannerCast.ScannerCast.RecycleAudio(Object state, EventArgs ea)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3620 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
ScannerCast
Assembly Version: 1.0.0.0
Win32 Version: 0.14.10307.0
CodeBase: file:///C:/Scannercast/ScannerCast.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3614 (GDR.050727-3600)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Istrib.Sound
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Scannercast/Istrib.Sound.DLL
----------------------------------------
Istrib.Sound.Mp3
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Scannercast/Istrib.Sound.Mp3.DLL
----------------------------------------
Microsoft.DirectX.DirectSound
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/Scannercast/Microsoft.DirectX.DirectSound.DLL
----------------------------------------
Microsoft.DirectX
Assembly Version: 1.0.2902.0
Win32 Version: 5.04.00.2904
CodeBase: file:///C:/Scannercast/Microsoft.DirectX.DLL
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
3jhgmjmp
Assembly Version: 1.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
yeti.mmedia
Assembly Version: 1.0.3688.18337
Win32 Version: 1.0.3688.18337
CodeBase: file:///C:/Scannercast/yeti.mmedia.DLL
----------------------------------------
yeti.mp3
Assembly Version: 1.0.3688.18337
Win32 Version: 1.0.3688.18337
CodeBase: file:///C:/Scannercast/yeti.mp3.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.



Thank you very much for your help!
 

PeterGV

K1PGV
Joined
Jul 10, 2006
Messages
754
Location
Mont Vernon, NH
It means you have a problem with whatever sound card you're using. Is it, by any chance, a USB sound card? The sound card hardware is going off line... nothing Windows or ScannerCast can do about it, I'm afraid.

Peter
K1PGV
 
Status
Not open for further replies.
Top