ImpulseAdventure / GUIslice-Builder

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

The app crashes while I select a color #110

Closed canesardo04 closed 3 years ago

canesardo04 commented 4 years ago

20200905_185044.txt this is the log. i don't know how to do it everytime i try to select a color for anything as a background or change the color of an object in the gui application crashes and tells me "a fatal error has occurred"

ImpulseAdventure commented 4 years ago

Hi @canesardo04 — to help narrow down the issue, can you:

Thanks

Pconti31 commented 4 years ago

@canesardo04 Seems you were not using GUIslice.bat ot GUIslice.sh and instead running the jar file directly. That would cause all sorts of crashes because in that case the Builder can't find GUIsliceBuilder/templates folder and it needs its contents. In this case you simply need to move the jar file up one folder and then you can run the Builder without problems. We do this with the macos install. I would have answered you quickly had you simply posted your additional information here instead of communicating by github email which I rarely read.
Paul--