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

Reproducible crash on v2.07 when selecting to not continue after an unsupported game is added #2

Closed
nm3210 opened this issue Jan 12, 2017 · 1 comment

Comments

@nm3210
Copy link

nm3210 commented Jan 12, 2017

I have downloaded and am running with the v2.07 zipped exe.

When trying to add a game ('Solitaire (U).nes' in this case) with unsupported mappers I get the following message:

"Sorry, Solitaire (U).nes uses mapper #79 but this mapper is not supported by NES Mini and game probably will not start. Do you want to add this game anyway?".

Then, when selecting NO the program crashes with the following exception text:

System.NullReferenceException: Object reference not set to an instance of an object.
   at com.clusterrr.hakchi_gui.MainForm.buttonAddGames_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
@ClusterM
Copy link
Owner

ClusterM commented Jan 13, 2017

Will be fixed in new version. Thanks!

ClusterM pushed a commit that referenced this issue Feb 8, 2017
ClusterM pushed a commit that referenced this issue May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants