﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3209	3d visualization is broken because of initialization	Adrian Pop	somebody	"modelica3d.mos script:
{{{
loadModelica3D();getErrorString(); 
loadString(""model DoublePendulum 
extends Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum; 
inner ModelicaServices.Modelica3D.Controller m3d_control; 
end DoublePendulum;"");getErrorString(); 
simulate(DoublePendulum); getErrorString();
}}}

{{{
adrpo@ida-liu050 ~/dev/OpenModelica/build/bin/
$ ../omc modelica3d.mos 
true
""""
true
""""
record SimulationResult
    resultFile = """",
    simulationOptions = ""startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-006, method = 'dassl', fileNamePrefix = 'DoublePendulum', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''"",
    messages = ""Simulation execution failed for model: DoublePendulum
assert            | debug   | No system for the symbolic initialization was generated.
assert            | info    | simulation terminated by an assertion at initialization
"",
    timeFrontend = 2.268670310355102,
    timeBackend = 23.60382163839716,
    timeSimCode = 0.6926140243766298,
    timeTemplates = 0.7079724098002336,
    timeCompile = 4.992600859056393
end SimulationResult;
""Notification: The given system is mixed-determined.   [index > 0]
Notification: The given system is mixed-determined.   [index > 1]
Notification: The given system is mixed-determined.   [index > 2]
Notification: The given system is mixed-determined.   [index > 3]
Error: No system for the symbolic initialization was generated.
}}}"	defect	closed	high	1.9.2	Backend	trunk	fixed		Lennart Ochel
