Adeel Asghar
Adeel Asghar
@superlou #11598 will show some messages if we fail to find the clipboard. You can test the nightly build tomorrow. Right click any item in `Libraries Browser` and choose `Copy...
OK. Can you run it with gdb?
@ceraolo I believe this issue is not valid anymore. However, I can't test it properly since the example model is very old. Can you please test this. Post a new...
@casella are you sure you tested with `Modelica.Electrical.MultiPhase.Basic.Inductor` (for MSL 4.0.0 it is `Modelica.Electrical.Polyphase.Basic.Inductor`) and not with `Modelica.Electrical.Analog.Basic.Inductor`?
> > @casella are you sure you tested with `Modelica.Electrical.MultiPhase.Basic.Inductor` (for MSL 4.0.0 it is `Modelica.Electrical.Polyphase.Basic.Inductor`) and not with `Modelica.Electrical.Analog.Basic.Inductor`? > > Of course you're right, sorry 😅 Then I...
Perhaps @AnHeuermann can help with this.
So if I take forward @dietmarw proposal we can have for Windows, | option | current action | proposed fix | | --- | --- | --- | | none...
That is weird. What commands you run in OMShell? Please also attach your `omeditcommunication.log`?
`omeditcommunication.log` is in %TEMP%/OpenModelica/OMEdit
OMEdit is calling, ``` setCommandLineOptions("--fmiFlags=s:cvode") setCommandLineOptions("--fmiFilter=internal") setCommandLineOptions("--fmiSources=true") buildModelFMU(Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum,"2.0","me_cs","",{"dynamic","x86_64-linux-gnu"},false) ``` That is same what you are calling from OMShell except that it has `x86_64-linux-gnu` in the platforms. So I am not...