FAQ and Troubleshooting¶
The app opens but simulation does not run¶
- Check the active backend in
Preferences → Simulation. - Confirm
pulsimis installed in the correct Python environment:
python3 -c "import pulsim; print(pulsim.__version__)"
- Reinstall/update backend to
v0.7.9from runtime settings.
Transient convergence error¶
Recommended actions (in order):
- Reduce
Step size. - Set
Max stepcloser toStep size. - Increase
Max iterations. - Enable
Enable robust transient retries. - Review extreme switching/component parameters.
Qt plugin error on Linux¶
QT_QPA_PLATFORM=offscreen python3 -m pulsimgui
If needed, install XCB/GL libraries:
sudo apt-get install -y libxkbcommon-x11-0 libxcb-xinerama0 libxcb-cursor0 libegl1 libgl1
Error opening packaged app on macOS¶
- Open the app once using right-click → Open.
- For local builds, launch from terminal to inspect logs.
How to report a useful bug¶
Include in the issue:
- PulsimGui version.
- Backend (
pulsim) version. - Operating system.
- Reproduction steps.
- Minimal
.pulsimproject and traceback/logs.