ohhsodead / FileMasta

A search application to explore, discover and share online files

Home Page:https://ohhsodead.github.io/FileMasta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Exception] Object reference not set to an instance of an object.

spsanderson opened this issue · comments

Please explain the problem, be clear and not vague.

Expected behavior: Clicked Close box on upper right - application should close
Actual behavior: an error dialogue opened asking me to submit error.
Steps to reproduce the behavior:


Version: 0.4.3.0
File Name:
Method Name: OnMessage
Line: 0
Column: 0

2019-01-25 17:27:25,033 [1] ERROR FileMasta.Program - Unexpected Error
System.NullReferenceException: Object reference not set to an instance of an object.
at FileMasta.MainForm.MainForm_FormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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)

Duplicate of #131