Automatic build of OpenModelica by testwin.openmodelica.org at date: 2017-02-06_08-24 from revision: v1.11.0 Read OpenModelica-v1.11.0-ChangeLog.txt for more info on changes. See also (match revision v1.11.0 to build jobs): https://test.openmodelica.org/hudson/ http://test.openmodelica.org/~marsj/MSL32/BuildModelRecursive.html *Instructions to prepare test information if you find a bug:* generate a .mos script file loading all libraries and files your model need call simulate. // start .mos script loadModel(Modelica); loadFile("yourfile.mo"); simulate(YourModel); // end .mos script Start this .mos script in a shell with omc and use the debug flags +d=dumpdaelow,optdaedump,bltdump,dumpindxdae,backenddaeinfo. Redirect the output stream in file ( > log.txt) A series of commands to run via cmd.exe is given below. Note that z: is the drive where your .mos script is: c:\> z: z:\> cd \path\to\script(.mos)\filez:\path\to\script(.mos)\file\> \path\to\OpenModelica\bin\omc.exe +d=dumpdaelow,optdaedump,bltdump,dumpindxdae,backenddaeinfo YourScriptFile.mos > log.txt 2>&1 Either send the log.txt file alongwith your bug description to OpenModelica@ida.liu.se or file a bug in our bug tracker: https://trac.openmodelica.org/OpenModelica Happy testing! Read more about OpenModelica at https://openmodelica.org Contact us at OpenModelica@ida.liu.se for further issues or questions.