jaburns / NintendoSpy

Live controller viewer for Nintendo consoles. Includes viewer application for Windows, and Arduino sketch for hardware interface.
MIT License
255 stars 85 forks source link

Frequent crashing #17

Closed Karl-Parris closed 10 years ago

Karl-Parris commented 10 years ago

The program crashes for me after a varying amount of time after opening the viewwindow (usually around 20 seconds I would say). I get the error message of:

An unhandled exception of type 'System.NullReferenceException' occurred in PresentationFramework.dll

Additional information: Object reference not set to an instance of an object.

Also, in your ViewWindow.xaml the "Blink Reduction" menu item's click event is BlinkReductionEnabledEnabled_Click, whereas the function in ViewWindow.xaml.cs is BlinkReductionEnabled_Click. The crash that I get happens after fixing this problem though.

jaburns commented 10 years ago

This fix is included in the 1.10.1 release.