You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
I started crc from the tray, then had some weird message about trying to connect to an already connected socket (crc.sock), and then this 'unhandled expection' window opened:
System.ArgumentNullException: La valeur ne peut pas être null. [Value cannot be null]
Nom du paramètre [parameter name]: value
à System.String.Join(String separator, String[] value)
à CRCTray.StatusForm.UpdateLogs()
à CRCTray.StatusForm.Timer_Tick(Object sender, EventArgs e)
à System.Windows.Forms.Timer.OnTick(EventArgs e)
à System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Looks like UpdateLogs passed a null string to String.Join?
The text was updated successfully, but these errors were encountered:
I started crc from the tray, then had some weird message about trying to connect to an already connected socket (
crc.sock
), and then this 'unhandled expection' window opened:Looks like
UpdateLogs
passed a null string toString.Join
?The text was updated successfully, but these errors were encountered: