ImpulseAdventure / GUIslice-Builder

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

GUISlice crashing after clikcing generate code #134

Closed rvxfahim closed 3 years ago

rvxfahim commented 3 years ago

GUISlice crashing after clikcing generate code

20201128_194908.txt builder.log

project file.zip

Pconti31 commented 3 years ago

@rvxfahim The Builder had a couple of problems with your case statements. One was the lines with all spaces and the other was the:

          if (y==18)
          {break;}

which when detected caused the builder to think the case statement was ended. All of which is is fixed in HotFix 0.16.b002 Paul--