Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix NullReferenceException at ShowSubMenu #448

Closed
Hofknecht opened this issue Sep 20, 2022 · 0 comments
Closed

[BUG] Fix NullReferenceException at ShowSubMenu #448

Hofknecht opened this issue Sep 20, 2022 · 0 comments
Assignees
Milestone

Comments

@Hofknecht
Copy link
Owner

Hofknecht commented Sep 20, 2022

reported via mail in version 1.3.1.0:

System.NullReferenceException: Object reference not set to an instance of an object. at SystemTrayMenu.Business.Menus.ShowSubMenu(Menu menuToShow) in D:\a\1\s\Business\Menus.cs:line 1058 at SystemTrayMenu.Business.Menus.<.ctor>g__CreateAndShowLoadingMenu|22_15(RowData rowData) in D:\a\1\s\Business\Menus.cs:line 162 at SystemTrayMenu.Business.Menus.<.ctor>g__StartLoadMenu|22_2(RowData rowData) in D:\a\1\s\Business\Menus.cs:line 147 at SystemTrayMenu.Handler.WaitToLoadMenu.CallOpenMenuNow() in D:\a\1\s\Business\WaitToLoadMenu.cs:line 183 at SystemTrayMenu.Handler.WaitToLoadMenu.WaitStartLoad_Tick(Object sender, EventArgs e) in D:\a\1\s\Business\WaitToLoadMenu.cs:line 161 at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message

reported via mail in version 1.3.1.0:

System.NullReferenceException: Object reference not set to an instance of an object. at SystemTrayMenu.Business.Menus.ShowSubMenu(Menu menuToShow) at SystemTrayMenu.Business.Menus.<.ctor>g__LoadSubMenuCompleted|22_14(Object senderCompleted, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

Fixed in 1.3.1.0 together in commit with #443

see 47f5c32

see Menus.cs:line 1058
2022-09-20 12_15_57-Window

@Hofknecht Hofknecht added this to the 1.4 milestone Sep 20, 2022
@Hofknecht Hofknecht self-assigned this Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant