﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5347	Issues with MSL library handling in Linux	Francesco Casella	Martin Sjölund	"Two more models fail in [https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.3/Modelica_3.2.3.html MSL 3.2.3/newInst] than in [https://libraries.openmodelica.org/branches/newInst/Modelica_trunk/Modelica_trunk.html MSL_trunk/newInst]. 

The failures happen at runtime. [https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.3/files/Modelica_3.2.3_Modelica.Utilities.Examples.readRealParameterModel.sim Modelica.Utilities.Examples.readRealParameterModel] returns:
{{{
assert            | debug   | Not possible to construct full path name of ""modelica://Modelica/Resources/Data/Utilities/Examples_readRealParameters.txt""
|                 | |       | No such file or directory
}}}

while [https://libraries.openmodelica.org/branches/newInst/Modelica_3.2.3/files/Modelica_3.2.3_Modelica.Electrical.Digital.Examples.RAM.sim Modelica.Electrical.Digital.Examples.RAM] returns
{{{
assert            | debug   | Not possible to construct full path name of ""modelica://Modelica/Resources/Data/Electrical/Digital/Memory_Matrix.txt""
|                 | |       | No such file or directory
}}}

I'm not sure if something went wrong with the MSL codebase, or if the lack of the statement
{{{
if not setCommandLineOptions(""--std=3.2"") then exit(1); end if;
}}}
in the simulation flags is relevant."	defect	reopened	blocker	1.19.0	Third-Party Libraries				Adrian Pop Andrea Bartolini
