Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

"Unhandled exception" message from the tray #82

Closed
cfergeau opened this issue Jun 14, 2021 · 0 comments · Fixed by #87
Closed

"Unhandled exception" message from the tray #82

cfergeau opened this issue Jun 14, 2021 · 0 comments · Fixed by #87

Comments

@cfergeau
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant