groolot / vilain

VideoMapping libre software for GNU/Linux (desktop, laptop and RaspberryPI)
http://vilain.groolot.net
GNU General Public License v3.0
0 stars 0 forks source link

SegFault on MouseDragged #23

Closed groolot closed 10 years ago

groolot commented 10 years ago

While just starting the application, switch to EditingMode by pressing "Tab", then MiddleClick mouse to move object => crash!

Call stack gives inetresting informations. Seems that the ofxUISlider* xPositionSlider is not instanciate in the calling line https://github.com/groolot/vilain/blob/per-object-ui-implementation/src/vilainObject.cpp#L233

Certainly because the vilainObject::drawObjectUI has not been called yet, because no TabBar button has been touch.

groolot commented 10 years ago

MouseDragged crash until the object UI has been drawn.