You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my python code, I has "import ctype", and it crashed
Current thread 0x00007fe341b77740 (most recent call first):
<no Python frame>
ERROR: The element FMU caused an unrecoverable error. Shutting down.
This generated FMU run perfectly with fmpy
But I dont know why it crash with openmcx, when I remove the import ctypes, it can work fine.
Any idea to fix it,
Thank you,
T
The text was updated successfully, but these errors were encountered:
Hi,
I build a new simple FMU from PythonFMU.
My code is just very simple
In my python code, I has "import ctype", and it crashed
This generated FMU run perfectly with fmpy
But I dont know why it crash with openmcx, when I remove the
import ctypes
, it can work fine.Any idea to fix it,
Thank you,
T
The text was updated successfully, but these errors were encountered: