nicehash / NiceHashMiner-Archived

NiceHash easy to use CPU&GPU Miner
842 stars 326 forks source link

IndexOutOfRangeException #133

Closed Kayfolom closed 8 years ago

Kayfolom commented 8 years ago

Clean installation, the benchmark is successful, at the start of mining exception. default

Log:

[13:19:48] [NICEHASH] Starting up NiceHashMiner v1.6.0.0
[13:19:48] [NICEHASH] Selected language: English
[13:19:48] [NICEHASH] Total RAM: 4086MB
[13:19:48] [NICEHASH] Page File Size: 4084MB
[13:19:49] [NVIDIA5.x] Detected: GPU #0: SM 5.2 GeForce GTX 960
[13:19:49] [NVIDIA5.x] Added: GeForce GTX 960
[13:19:49] [NVIDIA5.x] Adding Ethereum..
[13:19:49] [NVIDIA5.x] Ethereum GPU MemSize: 4294967296 (GOOD!)
[13:19:49] [NICEHASH] Version get
[13:19:49] [NICEHASH] SMA get
[13:19:49] [COINBASE] Bitcoin rate get
[13:19:51] [COINBASE] Current Bitcoin rate: 671.20
[13:19:51] [NICEHASH] Balance get
[13:19:51] [NICEHASH] Setting environment variables
[13:19:51] [NICEHASH] Trying to enable/disable Windows error reporting
[13:19:51] [NICEHASH] Current DontShowUI value: 1
[13:19:51] [NICEHASH] nvidiasetp0state all OK
[13:19:55] [NVIDIA5.x] x11 paying 0,00012526 BTC/Day
[13:19:55] [NVIDIA5.x] x13 paying 0,00057620 BTC/Day
[13:19:55] [NVIDIA5.x] keccak paying 0,00063403 BTC/Day
[13:19:55] [NVIDIA5.x] x15 paying 0,00047696 BTC/Day
[13:19:55] [NVIDIA5.x] nist5 paying 0,00109444 BTC/Day
[13:19:55] [NVIDIA5.x] neoscrypt paying 0,00200068 BTC/Day
[13:19:55] [NVIDIA5.x] whirlpoolx paying 0,00000000 BTC/Day
[13:19:55] [NVIDIA5.x] qubit paying 0,00091148 BTC/Day
[13:19:55] [NVIDIA5.x] quark paying 0,00139208 BTC/Day
[13:19:55] [NVIDIA5.x] lyra2rev2 paying 0,00176376 BTC/Day
[13:19:55] [NVIDIA5.x] blake256r8 paying 0,00000020 BTC/Day
[13:19:55] [NVIDIA5.x] blake256r14 paying 0,00000000 BTC/Day
[13:19:55] [NVIDIA5.x] blake256r8vnl paying 0,00063881 BTC/Day
[13:19:55] [NVIDIA5.x] daggerhashimoto paying 0,00206657 BTC/Day
[13:19:55] [NVIDIA5.x] decred paying 0,00077170 BTC/Day

************** ************** Exception Text
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   in NiceHashMiner.Miner.EnabledDevicePerAlgoCount (Int32 algoIndex)
   in NiceHashMiner.ccminer.Start (Int32 nhalgo, String url, String username)
   in NiceHashMiner.Form1.SMAMinerCheck_Tick (Object sender, EventArgs e)
   in NiceHashMiner.Form1.button1_Click (Object sender, EventArgs e)
   in System.Windows.Forms.Control.OnClick (EventArgs e)
   in System.Windows.Forms.Button.OnClick (EventArgs e)
   in System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
   in System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
   in System.Windows.Forms.Control.WndProc (Message & m)
   in System.Windows.Forms.ButtonBase.WndProc (Message & m)
   in System.Windows.Forms.Button.WndProc (Message & m)
   in System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
   in System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
   in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
theLosers106 commented 8 years ago

Can you try this fix please.. https://drive.google.com/open?id=0B6kB9L8GNvQwalhEa1pka3BiWXM Thanks.

althefirst commented 8 years ago

yes i also was having the same problem. the r2 was the fix. thanks

Kayfolom commented 8 years ago

With this file it worked, thank you!