Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Omedit connection with compiler is lost

Omedit connection with compiler is lost

Hi,

I've just installed OpenModelica 1.9.1+dev (r21395) (RML version)

Load buildings example:

/usr/lib/omlibrary/Buildings latest/Examples/Tutorial/SpaceCooling/System3.mo

Model loads ok, but both validate and simulate breaks after some minutes and a message saying "Connection with compiler lost". After accepting OK dialog, Omedit closes.

I have read some old topics regarding this issue, but not solution found ...

Any one can give me some point ?

Regards.

Re: Omedit connection with compiler is lost

I would create a bug report: https://trac.openmodelica.org/OpenModelica/newticket
The model triggers a stack overflow in the compiler. You can see it if you run the following mos-script using omc-bootstrapped:

Code:

loadModel(Buildings,{"latest"});getErrorString();

translateModel(Buildings.Examples.Tutorial.SpaceCooling.System3);getErrorString();

Re: Omedit connection with compiler is lost

There are 0 guests and 0 other users also viewing this topic
You are here: