viscm icon indicating copy to clipboard operation
viscm copied to clipboard

Viscm crashes on launch

Open beojan opened this issue 4 years ago • 3 comments

QSettings::value: Empty key passed
QSettings::value: Empty key passed
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = python3.7 path = /usr/bin pid = 9999
KCrash: Arguments: [1]    9999 segmentation fault (core dumped)  python -m viscm view jet

beojan avatar Sep 03 '19 15:09 beojan

What versions of python, matplotlib, viscm, qt and how did you install them?

tacaswell avatar Sep 03 '19 21:09 tacaswell

Python 3.7.4 and Qt 5.13.0 from Arch packages, matplotlib and viscm from git (just updated both, and it still crashes).

beojan avatar Sep 04 '19 08:09 beojan

@beojan can you try this again with v0.10? We've dropped support for many older dependencies (including Qt5) and set minimum versions in our package metadata. Please try pip install viscm[PySide] to ensure you get a Qt dependency!

mfisher87 avatar Jun 13 '23 17:06 mfisher87