-
Notifications
You must be signed in to change notification settings - Fork 75
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
Comments
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? |
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 Version: 0.2.10.0
|
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. |
By the way which sorting options were you using? The drop down box or the grid titles? Thanks. |
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. |
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
The text was updated successfully, but these errors were encountered: