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

Object reference not set to an instance of an object. #17

Closed
misael1310 opened this issue May 18, 2022 · 5 comments
Closed

Object reference not set to an instance of an object. #17

misael1310 opened this issue May 18, 2022 · 5 comments
Assignees
Labels
bug🐛 Something isn't working

Comments

@misael1310
Copy link

I can't use the search bar, every time I type a word the program closes unexpectedly with the following message: Object reference not set to an instance of an object.

I am running the program from:

Edition: Windows 11 Pro
Version 21H2
Installed on ‎19/‎11/‎2021
Operating system version 22000.675
Experience Windows Feature Experience Pack 1000.22000.675.0

@jp-weber jp-weber self-assigned this May 19, 2022
@jp-weber
Copy link
Member

In my Windows 11 test VM I couldn't reproduce the exception.
grafik

@jp-weber jp-weber added bug🐛 Something isn't working need more info 📌 labels May 19, 2022
@misael1310
Copy link
Author

misael1310 commented May 23, 2022

Other technical details of my windows installation.
image

@jp-weber
Copy link
Member

Thank you for further information. The video is not necessary at this point and should be deleted by displaying the email addresses.

Currently in the source code it is not visible why this does not work for you. in the future a logging function will be implemented which can be activated in such cases.

@misael1310
Copy link
Author

Thank you for your attention.
I have already deleted the video.
Thank you for the excellent tool that is 2fast, I use it daily and although the search bar does not work for me in particular, 2fast is very useful for my day to day.

@misael1310
Copy link
Author

I have updated to the latest version of the application and now the error message is like this:

A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Object reference not set to an instance of an object.)

System.NullReferenceException: Object reference not set to an instance of an object.
at Project2FA.UWP.Services.DataService.d__42.MoveNext() + 0x2ab
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at Project2FA.UWP.ViewModels.AccountCodePageViewModel.d__38.MoveNext() + 0x125

@jp-weber jp-weber closed this as completed Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants