Confusing situation when running a pysimplegui script with Pycharm 2023.2.5 (Community Edition) , Is it a bug?
# PyCharm
Py Charm 2023.2.5 (Community Edition)
Build #PC-232.10227.11, built on November 14, 2023
Runtime version: 17.0.9+7-b1000.46 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Powered by open-source software
Copyright © 2010-2024 JetBrains s.r.o.
# System
macos: 14.2.1 (23C71) M-chip
# python version
venv (3.9)

# pysimplegui version
5.0.3

# problem:
when running a pysimplegui script generated by gpt in pycharm, it resulted in a crash with exit code 134 (Process finished with exit code 134 (interrupted by signal 6: SIGABRT))

but all went well if the script was launch via terminal with the same venv activated

Please sign in to leave a comment.
it is probably a bug of pysimplegui. pyqt runs well.
Hi Dioscraiiz ! Would you please update to recent 2023.3.4 version? Does it help in any way? If not, would you please share logs from Help | Collect Logs and Diagnostic Data after reproducing the issue?
Is this error project specific? Can you share a minimal project sample which would represent this behavior?