- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Runtime error
Runtime error
Runtime error
]Hi, I'm using OpenModelica v1.14.0 (32-bit) on windows 7 (32 bit)... when opening the physiolibrary and trying to run an example.. it stops and a message appears:
'the application has requested the Runtime to terminate it in an unusual way
my PC specifications:
Processor: Intel (R) core (TM) i5 – 2450M CPU @ 2.50 GHz
Installed memory (RAM) 4 GB (3.16 GB usable)
How can i fix the problem?
Thank you in advance
Re: Runtime error
You need a 64bit computer with much more memory. It depends on how big the model is but I guess OMEdit needs 1-2GB to generate the C code and then we start GCC on several threads (as many cores as your computer has) to build the C code into an executable and this also takes some memory.
You can try to set: Number of Processors: in Simulation Setup to 1 to restrict how many GCCs are launched.
- adrpo
- 885 Posts
Re: Runtime error
Hi,
today I installed OpenModelica on 64-bit windows 7, and higher RAM and curiously tried all physiolibrary examples and all of them were run correctly.
except the physiomodel did not, and it seems to be the " Status".
thank you for your advice
Kind regards
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Runtime error