open-simulation-platform / libcosim

OSP C++ co-simulation library
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
54 stars 10 forks source link

proxyfmu URI with `localhost` does not work on Windows platform #739

Open davidhjp01 opened 1 year ago

davidhjp01 commented 1 year ago

Steps to reproduce:

Create an OspSystemStructure.xml with a simulator source URI e.g. proxyfmu://localhost?file=Spring.fmu . This runs fine on Linux but crashes on Windows

kyllingstad commented 11 months ago

Need to check whether this is a libcosim issue (e.g. with the URI parser) or a proxyfmu issue, and in the latter case, move the issue report to the proxyfmu repo.