Per Östlund

Results 245 comments of Per Östlund

> A colleague has also just tested it with today's version and it also takes so long for him to open the folder. We both use Windows. Can this be...

@niklwors: If you look in the `omeditcommunication.log` and search for e.g. `getModelInstanceIcon(Rexroth_Valves.ProportionalValves.Rexroth_2WRCE_4X,true)`, does it give some JSON as output or does it fail?

@niklwors: If I disable my fix I get `Variable I1 not found in scope Icon_22`. `Interface_22` extends from `Icon_22` and we dump extends before annotations, so the error message you...

@niklwors: I've fixed the `Variable Icon1 not found in scope Interfaces` error in #10101. I still don't know why it works for me but not for you though, since I...

> @perost, this looks like an NF regression. Mind having a look? Thanks! Looks correct to me. I get the same behaviour using both the NF and the OF, and...

> @benlandg would you mind trying out with the latest nightly build? Maybe the problem has been fixed already. Otherwise we can investigate further. I still got the issue with...

Replacing the name doesn't actually work, it would just cause the function to call itself and go into an infinite loop when called. `SettingsImpl__getInstallationDirectoryPath` is defined in [settingsimpl.c](https://github.com/OpenModelica/OpenModelica/blob/master/OMCompiler/Compiler/runtime/settingsimpl.c). I don't...

A possible solution would be to just install the libraries manually using the package manager (File->Manage Libraries->Install Library). OM will only try to install the cached libraries if the user...

I tried installing the nightly build from nov 2 with the expectation that it would be the first one that installs the cached files to the current folder, but it...