GUIslice-Builder icon indicating copy to clipboard operation
GUIslice-Builder copied to clipboard

Fatal Error Crash on "Generate Code"

Open manoharnayak opened this issue 2 years ago • 2 comments

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

  • Builder version: 0.17.b11
  • OS: Ubuntu 20.04.04 LTS

Additional context

manoharnayak avatar May 03 '22 18:05 manoharnayak

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--

Pconti31 avatar May 03 '22 20:05 Pconti31

thanks for the quick reply, solved my problem!

manoharnayak avatar May 03 '22 21:05 manoharnayak

fixed in release 17.b12

Pconti31 avatar Sep 01 '22 19:09 Pconti31