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

[Error] Object reference not set to an instance of an object. #57

Closed
Alaharon123 opened this issue Dec 28, 2017 · 5 comments
Closed

[Error] Object reference not set to an instance of an object. #57

Alaharon123 opened this issue Dec 28, 2017 · 5 comments
Labels

Comments

@Alaharon123
Copy link

Version: 0.2.10.0
File Name: frmOpenTheatre.cs
Method Name: dataGridFiles_CellContentClick
Line: 745
Column: 20

System.NullReferenceException: Object reference not set to an instance of an object. at OpenTheatre.frmOpenTheatre.dataGridFiles_CellContentClick(Object sender, DataGridViewCellEventArgs e) in C:\Users\imAsh\Documents\Visual Studio 2015\Projects\opentheatre\opentheatre\Forms\frmOpenTheatre.cs:line 745 at System.Windows.Forms.DataGridView.OnCellContentClick(DataGridViewCellEventArgs e) at System.Windows.Forms.DataGridView.OnCommonCellContentClick(Int32 columnIndex, Int32 rowIndex, Boolean doubleClick) at System.Windows.Forms.DataGridViewCell.OnMouseUpInternal(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnCellMouseUp(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message

@ohhsodead
Copy link
Owner

Please provide the log.txt found in your program location, thanks. Does the file details show at all or you only get this error and nothing happens?

@Alaharon123
Copy link
Author

I had actually deleted the program already because it wasn't working, but I reinstalled it and did the same thing to trigger the error (fiddling around with the sorting options on the file tab). Here's that github message and the log.txt
log.txt

Version: 0.2.10.0
File Name: frmOpenTheatre.cs
Method Name: dataGridFiles_CellContentClick
Line: 745
Column: 20

System.NullReferenceException: Object reference not set to an instance of an object. at OpenTheatre.frmOpenTheatre.dataGridFiles_CellContentClick(Object sender, DataGridViewCellEventArgs e) in C:\Users\imAsh\Documents\Visual Studio 2015\Projects\opentheatre\opentheatre\Forms\frmOpenTheatre.cs:line 745 at System.Windows.Forms.DataGridView.OnCellContentClick(DataGridViewCellEventArgs e) at System.Windows.Forms.DataGridView.OnCommonCellContentClick(Int32 columnIndex, Int32 rowIndex, Boolean doubleClick) at System.Windows.Forms.DataGridViewCell.OnMouseUpInternal(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnCellMouseUp(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message

@ohhsodead
Copy link
Owner

Oh I see, it probably didn't catch which row was selected. I will take a look into this and see what I can do.

@ohhsodead
Copy link
Owner

By the way which sorting options were you using? The drop down box or the grid titles? Thanks.

@Alaharon123
Copy link
Author

I'm not really sure tbh and I don't want to reinstall it again. When you hit the files tab there's a horizontal list of ways to sort and if you hit a few of them a couple times, this error happens. If you're not sure what I mean, you can post a screenshot or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants