CreativeInquiry / ofxRobotArm

A collection of universal classes used for robotic arm control software
Other
131 stars 40 forks source link

EXC_BAD_ACCESS while trying to run basic-move example #2

Closed harpreets closed 8 years ago

harpreets commented 8 years ago

I just gave a shot to the ofxRobotArm and get an error while trying to the run the example-basic-move. The error seemingly occurs after the 10th time drawGUI() is run from ofApp.cpp and XCode then terminates at the ofTesselator::performTessellation function. Screenshot below:

image

Any ideas on what could possibly be wrong here? The application does run for some frames (screenshot below) - I don't see the virtual robot models though - and then it crashes at the above line.

image

Current environment: Max OSX 10.11 (64-bit El Capitan), XCode 7.3, oF 0.9.3, Robot Arm - UR3 (connected to computer via Ethernet to USB converter) Addons/Dependencies were all installed by terminal run of installAddons.sh

danzeeeman commented 8 years ago

This might be a ofxGUI issue. Can you try running in Release?

harpreets commented 8 years ago

Release does work indeed.