esferatec When I start the example from the cpu module documentation in LuaRT Studio, I get the following error message: error loading module 'cpu' from file '.\cpu.lua': C stack overflow The yaml module works fine. Does anyone else have the same problems?
Samir It's because your script is saved as cpu.lua, creating a loading loop and crashes : you are certainly requiring yourself