ThibaultReuille / graphiti

OpenGraphiti Project : Data Visualization Framework
BSD 2-Clause "Simplified" License
97 stars 25 forks source link

leap.py segmentation fault #8

Open r1se opened 9 years ago

r1se commented 9 years ago

Hi, clone your repo, try start with: ./graphiti leap

then i see output: [CLOCK] Clock created at (1431021266 s, 244558 us). [CLOCK] Clock created at (1431021266 s, 244592 us). [CLOCK] Clock created at (1431021266 s, 244604 us). --- Welcome in OpenGraphiti (Alpha) --- [API] create(2, 0x7fff0e56c848) [INIT] Leap Motion initialized.

Job 0x34628f0 0.300000 Segmentation fault

if i'm commented: graphiti.create_window graphiti.create_entity("graph") graphiti.create_visualizer("space")
graphiti.start()

Leap Motion started and exit normally.