-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipe Init Failed. Error Code: 231 #639
Comments
Can you share the FMU? |
@t-sommer |
Does |
@t-sommer |
You can pass the extracted FMU to from fmpy import *
unzipdir = extract('p4_vecu_sbw_cyt2b.fmu')
result = simulate_fmu(unzipdir) |
Hello.
I am simulation a FMU which works with windows clock.
When i load FMU and do instantiate, i meet below error.
[ERROR] fmi2Instantiate: Pipe Init Failed. Error Code: 231
Where the error occurred is,
fmuins = instantiate_fmu(unzipdir=unzipdir, model_description=md)
And the terminal log is as below.
[OK] fmi2Instantiate: init
[OK] fmi2Instantiate: set startValues
[OK] zsBuffer=D:\kk\CodingArea
[OK] szPath=C:\Users\Administrator\AppData\Roaming
[OK] vECUPath=C:\Users\Administrator\AppData\p4_vecu_sbw_cyt2b.fmu\binaries\win32\p4_vecu_sbw_cyt2b.exe
[OK] vECUDir=C:\Users\Administrator\AppData\p4_vecu_sbw_cyt2b.fmu\binaries\win32
[OK] startExternal().
[OK] CreateProcess failed().
[ERROR] fmi2Instantiate: Pipe Init Failed. Error Code: 231
Does anyone knows what's causing it?
The text was updated successfully, but these errors were encountered: