[Error] Crash warning when playing own recordings.
Reported by Yggy | September 29th, 2010 @ 06:09 AM
Sometimes and apparently randomly, when playing previous
recordings of my own, I get an error box saying:
If I open (and use to play) another Karaoke Client without closing
the one that errors, I can properly play the recording.
Unhandled exception has ocurred in your application.
If you click Continue, the application will ignore this error and
attempt to continue,
if you Quit, this application will close.
FMOD error! ERR_CHANNEL_STOLEN - The specified channel has been refused to play another sound.
(And if I click on the details button;)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
Exception
Text
System.Exception: FMOD error! ERR_CHANNEL_STOLEN - The specified
channel has been reused to play another sound.
at Karaoke_Monsutaa.Track.ERRCHECK(RESULT result) at
Karaoke_Monsutaa.Track.Play(ChannelGroup group) at
Karaoke_Monsutaa.Song.Play(ChannelGroup group, ChannelGroup groupb)
at Karaoke_Monsutaa.Form1.playTrack1_Click(Object sender, EventArgs
e) at Karaoke_Monsutaa.Form1.timer_Tick(Object sender, EventArgs e)
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.4200 (NetFxQFE.050727-4200)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
Karaoke Monsutaa
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Jesus%20Antonio/AppData/Roaming/KaraokeMONSTER/Karaoke%20Monsutaa.exe
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
taglib-sharp
Assembly Version: 2.0.3.7
Win32 Version: 2.0.3.7
CodeBase: file:///C:/Users/Jesus%20Antonio/AppData/Roaming/KaraokeMONSTER/taglib-sharp.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:
<system.windows.forms jitDebugging="true" />
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.
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Referenced by
- 30 unhandled exception on playback Related to #27. Ticket kept open for reference purposes.