vle-forge / vle

Virtual Laboratory Environment
http://www.vle-project.org
GNU General Public License v3.0
21 stars 22 forks source link

GVLE Segmentation Fault #382

Closed duboz closed 5 years ago

duboz commented 5 years ago

Right after opening a new project, GVLE seg-fault when selecting the empty.vpz file with a double click in the file panel of GVLE.

Error no SimPanelPlugin "Default" Thread 1 "gvle" received signal SIGSEGV, Segmentation fault. 0x00007fffe35c6e07 in vle::gvle::FileVpzSim::setVpz(vle::gvle::vleVpz*) () from $HOME/.vle/lib/vle-2.1/pkgs/gvle.default/plugins/gvle/vpz/libDefaultVpzPanel.so

quesnel commented 5 years ago

I can't reproduce this error.

Can you try to remove previous installation of VLE 2.0 and 2.1?

duboz commented 5 years ago

I suppress cmake cache, reconfigure, get the info that QCustomplot package was missing, install it and recompile and it works now.

quesnel commented 5 years ago

No problem. Thank you!