Hi, I have done a clean install of Ubuntu 16.04 and Tiny CP on my VPS and once the TinyCP setup is done, I get the error "Index was outside the bounds of the array" any time I land on the dashboard page. I have the suspicion it may have something to do with the mono install as that was a missing requirement before I could get the TinyCP installer to run. (I used the instructions on https://www.mono-project.com/download/stable/#download-lin-ubuntu to get mono installed)
The full error output is below:
at TL.Lib.ProcStat.readCPU () [0x00043] in <25b626cacef5496eb01a0035f185541c>:0
at TL.Lib.ProcStat.timer_Elapsed (System.Object sender, System.EventArgs e) [0x0000c] in <25b626cacef5496eb01a0035f185541c>:0
at TL.Lib.ProcStat.get_Data () [0x00031] in <25b626cacef5496eb01a0035f185541c>:0
at TL.API.Sys.Base.MonitorEP.Data () [0x00001] in <25b626cacef5496eb01a0035f185541c>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <a1ae6166591d4020b810288d19af38d4>:0
Is there a specific version of the mono-runtime I should be using that is the most compatible? And is there anything else I should be looking at that could have caused this error?
Thanks