ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
168 stars 35 forks source link

Fatal Error Crash on "Generate Code" #203

Closed manoharnayak closed 2 years ago

manoharnayak commented 2 years ago

Describe the bug Just crashes when I try and Generate Code.

To Reproduce Steps to reproduce the behavior:

  1. Open Project File
  2. Click "Generate Code"

Expected behavior That it would generate my arduino code and not crash

Crash log / Project files

report.zip

Version

Additional context

Pconti31 commented 2 years ago

Sorry about that. Seems the problem is with generating flash api for the toggle buttons. I'll fix in the next release (still a few weeks away) In the meantime a quick work-around is to set Use Flash API?=false for your two toggle button. The code generation work fine for me after that. attached is a zip file with your project repaired.

Hotpress.zip

WARNING! You are using the XSpinner class and I just fixed a major bug where the API crashes when you use this control. Download the latest GUIslice API to fix this issue GUIslice_version.h #define GUISLICE_VER "0.17.1.3"

Paul--

manoharnayak commented 2 years ago

thanks for the quick reply, solved my problem!

Pconti31 commented 2 years ago

fixed in release 17.b12