python3 -m fmpy simulate --output-file Buildings_12_Buildings.DHC.Loads.BaseClasses.Validation.FlowDistributionPumpControl_res.csv --start-time 0 --stop-time 400000 --timeout 400 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 160 Buildings_12_Buildings_DHC_Loads_BaseClasses_Validation_FlowDistributionPumpControl.fmu Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/__main__.py", line 4, in main() File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/cli.py", line 186, in main result = simulate_fmu(args.fmu_filename, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/simulation.py", line 763, in simulate_fmu tempdir = extract(filename, include=None if remote_platform else lambda n: n.startswith(tuple(required_paths))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/hudson/saved_omc/libraries/.local/lib/python3.12/site-packages/fmpy/__init__.py", line 219, in extract raise Exception("Illegal path %s found in %s. The path must not contain a drive or device letter, or a leading slash." % (name, filename)) Exception: Illegal path resources/modelica:/ found in Buildings_12_Buildings_DHC_Loads_BaseClasses_Validation_FlowDistributionPumpControl.fmu. The path must not contain a drive or device letter, or a leading slash.