I tried running the precompiled MotorStudio 1.0.1 on Ubuntu 22.04.
The program immediately fails with:
./motor_tool: undefined symbol: __cxa_throw_bad_array_new_length, version Qt_5
I moved all bundled libraries out of the folder to force using system libraries,
but the error persists. Seems like a Qt/C++ ABI mismatch.
System libraries:
- Qt5 (libqt5core5a, libqt5widgets5, libqt5gui5, libqt5serialport5)
- libstdc++.so.6 from Ubuntu 22.04