@stepan-ozana Hi Stepan,
Thanks for the data file.
I can confirm that I'm able to run the project using ResCore on localhost. I'm also able to run your project in the Simulation mode invoked via Studio.
Please, try out the following: In the project folder (where all the mdl files and Python files are stored), create an empty folder simroot and try to run the simulation via Studio again. (This tells simulation mode to use the simroot folder as a root folder for RexCore)
You can also try to run the simulation from the command line:
- Copy the compiled project
myproject_exec.rexinto folderC:\ProgramData\REX Controls\REX_<VERSION>\rexcore\and rename it toexec.rex - Run command:
"C:\Program Files\REX Controls\<REXYGEN_VERSION>\Bin\RexCore.com" -C <PATH>, where<PATH>is relative/absolut path to<PROJECT_FOLDER>\simroot\rexcore\rexcore.cfgfile. This config file is already prepared for simulation. You can change its parameters if desired.
Please note that using RexCore.com instead of RexCore.exe keeps the process running in the command line along with all the System Log printouts, which could provide a clue as to what is preventing you from using the simulation mode.
Let me know if you have any progress on this.
Kind regards,
Tomas