Emil Knabe
Emil Knabe
[v2.26.0](https://github.com/esmini/esmini/releases/tag/v2.26.0) released
Excellent idea. It's now implemented and included in release [2.22.0](https://github.com/esmini/esmini/releases/tag/v2.22.0) See brief info in [release notes](https://github.com/esmini/esmini/blob/master/release_notes.md). Please try and report if it works as expected.
Good question. Assuming you're in Windows environment, try the trick added to Hello World [CMakeLists.txt](https://github.com/esmini/esmini/blob/master/Hello-World_coding-example/CMakeLists.txt). I.e: Add: `set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS /ENTRY:mainCRTStartup")` before add_executable() line Let us know if it works...
Thanks for posting this issue! This is very important since esmini should definitely work for parallel runs. First, let's figure out a few more details: 1. Each run has each...
Thanks for input. I forgot to ask what version of esmini you run? Either check a log file, or look in the esmini root folder, there should be a file...
Thanks, it's perfectly OK with older version. I agree that probably no recent changes are related to this issue. But I'll use this commit anyway, to start with.
Just a control question: How is esmini launched, is it directly from command line or from a script. Or is it via the scenariogeneration framework?
The reason behind the question is this [fix](https://github.com/pyoscx/scenariogeneration/commit/2f2d1b0a383c831cdf765339b5f698fed15ea0b2) in [scenariogeneration](https://github.com/pyoscx/scenariogeneration). Before the fix it did not respect fixed timestep setting, resulting in esmini choosing deltatime based on system time passed...
Interesting. I hope someone will show interest. Meanwhile, could you just briefly explain how esmini is launched? Is it from scenariogeneration or from a bash script or similar?
No, there are currently no plans for esmini to support OpenSCENARIO 2.X.