pixeltris / GK6X

Configure keys, macros, and lighting on GK6X keyboards (GK64, GK84, GK61, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Exception in GK6X-1.16

aakashhemadri opened this issue · comments

Updating from GK6X-1.15 to GK6X-1.16 results in the below exception:

Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
  at GK6X.KeyboardState.LoadKeys () [0x000a0] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.KeyboardState.Load () [0x000e4] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.Program.Run (System.Boolean asGUI) [0x00075] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.Program.Main (System.String[] args) [0x0016d] in <df38d2cdcd15408ea869522be7a5fee7>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
  at GK6X.KeyboardState.LoadKeys () [0x000a0] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.KeyboardState.Load () [0x000e4] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.Program.Run (System.Boolean asGUI) [0x00075] in <df38d2cdcd15408ea869522be7a5fee7>:0
  at GK6X.Program.Main (System.String[] args) [0x0016d] in <df38d2cdcd15408ea869522be7a5fee7>:0

Thanks, I should have probably at least tested it...

Deleted 1.16. Fix is in https://github.com/pixeltris/GK6X/releases/tag/GK6X-v1.17