Systeminfo Problems

It could be an issue with windows. I haven’t used windows for a while now, sorry.
Could be a binding issue with windows systems. Is there an issue in github?
If not, maybe raise one.

It looks like the binding is reading the uptime from the cpu or whatever it is reading it from as a signed integer instead of an unsigned one.
It will start from -32768 and then go up to +32767
You can try to add 32768 in the javascript transform at the beginning of the function as a temporary fix

I tried, but it seems that it don’t use the js.

The Number is counting up. But it’s not so important… The main things are working.

Thanks! :heart: