Skip to content

Instantly share code, notes, and snippets.

@jatin360
Created April 27, 2012 14:43
Show Gist options
  • Save jatin360/2509816 to your computer and use it in GitHub Desktop.
Save jatin360/2509816 to your computer and use it in GitHub Desktop.
[ERROR] FATAL UNHANDLED EXCEPTION: MonoTouch.CoreMidi.MidiException: -50
at MonoTouch.CoreMidi.MidiObject.GetInt (IntPtr property) [0x00017] in /Developer/MonoTouch/Source/monotouch/src/shared/CoreMidi/MidiServices.cs:285
at MonoTouch.CoreMidi.MidiEndpoint.get_MaxSysExSpeed () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/shared/CoreMidi/MidiServices.cs:1817
at CoreMidiSample.AppDelegate.MakeEndpoint (MonoTouch.CoreMidi.MidiEndpoint endpoint) [0x00000] in <filename unknown>:0
at CoreMidiSample.AppDelegate+<MakeDevice>c__AnonStorey0+<MakeDevice>c__AnonStorey1.<>m__17 (.<>__AnonType4`2 <>__TranspIdent5) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator1D`2[<>__AnonType4`2[System.Int32,MonoTouch.CoreMidi.MidiEndpoint],MonoTouch.Dialog.Element].MoveNext () [0x00059] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/Enumerable.cs:2269
at MonoTouch.Dialog.Section.AddAll (IEnumerable`1 elements) [0x00020] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2081
at MonoTouch.Dialog.Section.Add (IEnumerable`1 elements) [0x00000] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2094
at CoreMidiSample.AppDelegate+<MakeDevice>c__AnonStorey0.<>m__D (.<>__AnonType3`2 <>__TranspIdent4) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator1D`2[<>__AnonType3`2[System.Int32,MonoTouch.CoreMidi.MidiEntity],MonoTouch.Dialog.Element].MoveNext () [0x00059] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/Enumerable.cs:2269
at MonoTouch.Dialog.Section.AddAll (IEnumerable`1 elements) [0x00020] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2081
at MonoTouch.Dialog.Section.Add (IEnumerable`1 elements) [0x00000] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2094
at CoreMidiSample.AppDelegate.MakeDevice (MonoTouch.CoreMidi.MidiDevice dev) [0x00000] in <filename unknown>:0
at CoreMidiSample.AppDelegate.<MakeDevices>m__8 (.<>__AnonType2`2 <>__TranspIdent2) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator1D`2[<>__AnonType2`2[System.Int32,MonoTouch.CoreMidi.MidiDevice],MonoTouch.Dialog.Element].MoveNext () [0x00059] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/Enumerable.cs:2269
at MonoTouch.Dialog.Section.AddAll (IEnumerable`1 elements) [0x00020] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2081
at MonoTouch.Dialog.Section.Add (IEnumerable`1 elements) [0x00000] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs:2094
at CoreMidiSample.AppDelegate.MakeDevices () [0x00000] in <filename unknown>:0
at CoreMidiSample.AppDelegate.MakeRoot () [0x00000] in <filename unknown>:0
at CoreMidiSample.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at CoreMidiSample.AppDelegate.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment