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]: Null reference exception #318

Open
YourFavoritePerson opened this issue Dec 31, 2023 · 2 comments
Open

[Bug]: Null reference exception #318

YourFavoritePerson opened this issue Dec 31, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@YourFavoritePerson
Copy link

What happened?

I've been trying to keep my solo's history accurate and sometimes that involves moving random discovery games to another profile. There is an "octa-pit" record where if i hover over it, it throws this exception:

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at FallGuysStats.LevelDetails.gridDetails_CellMouseEnter(Object sender, DataGridViewCellEventArgs e) in D:\workspaces\rider\FallGuysStats\Views\LevelDetails.cs:line 907
at System.Windows.Forms.DataGridView.OnCellMouseEnter(DataGridViewCellEventArgs e)
at System.Windows.Forms.DataGridView.UpdateMouseEnteredCell(HitTestInfo hti, MouseEventArgs e)
at System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseMove(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

This is on the latest version. DB is attached.

data.zip

Also random question but how do you open this db? I tried db browser for sqlite and litedbexplorer but neither could open it.

Platform

None

@YourFavoritePerson YourFavoritePerson added the bug Something isn't working label Dec 31, 2023
@qubqub
Copy link
Collaborator

qubqub commented Dec 31, 2023

data.zip

Try again with this.

@YourFavoritePerson
Copy link
Author

that let me delete it. :)

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