-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I try to start monobjc-sdp without a parameter and get following error:
Unhandled Exception:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in :0
at System.Collections.Generic.Dictionary2[System.String,NDesk.Options.Option].get_Item (System.String key) [0x00000] in <filename unknown>:0 at System.Collections.ObjectModel.KeyedCollection2[System.String,NDesk.Options.Option].get_Item (System.String key) [0x00000] in :0
at NDesk.Options.OptionSet.Parse (IEnumerable1 arguments) [0x00000] in <filename unknown>:0 at Monobjc.Tools.Sdp.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in <filename unknown>:0 at System.Collections.Generic.Dictionary2[System.String,NDesk.Options.Option].get_Item (System.String key) [0x00000] in :0
at System.Collections.ObjectModel.KeyedCollection2[System.String,NDesk.Options.Option].get_Item (System.String key) [0x00000] in <filename unknown>:0 at NDesk.Options.OptionSet.Parse (IEnumerable1 arguments) [0x00000] in :0
at Monobjc.Tools.Sdp.Program.Main (System.String[] args) [0x00000] in :0
Version 6.0.2744.0
Mac OS X 10.10