Hmm, since upgrading to latest version, I get an Unhandled Exception error (.net) when trying to start my x11 miner.
Multiminer runs fine and shows my 3 network devices ok, but If i hit start to mine on my previously working R9 280X I get the error. (Running SGMiner 5.1 specifically setup for the 280X)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: Sequence contains more than one matching element
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at MultiMiner.Engine.MinerFactory.GetAlgorithm(String name) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MinerFactory.cs:line 83
at MultiMiner.Engine.MinerFactory.GetMiner(DeviceKind deviceKind, String algorithmName, SerializableDictionary`2 miners) in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Engine\MinerFactory.cs:line 57
at MultiMiner.UX.ViewModels.ApplicationViewModel.DownloadRequiredMiners() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.UX\ViewModels\ApplicationViewModel.cs:line 2105
at MultiMiner.UX.ViewModels.ApplicationViewModel.StartMiningLocally() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.UX\ViewModels\ApplicationViewModel.cs:line 1940
at MultiMiner.Win.Forms.MinerForm.HandleStartButtonClicked() in d:\Data\Visual Studio Projects\Personal\MultiMiner\MultiMiner\MultiMiner.Win\Forms\MinerForm.cs:line 1328
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Unfortunately I'm out of town so I can't dig too much to help, but it looks like you have two
defined with the same name. Either try editing them in the Settings or viewing / editing the AlgorithmConfigurations.xml file directly to remove the duplicate.