Results 125 comments of dhewg

Could be another case of process runs out of address space. And it's been a while, any progress on your end?

Do you have the Arch package `wine-nine` installed? Mixing that with a self compiled version may not work. Does that package (instead of a self compiled release) work? Does a...

The paths are correct, see also 64bit: `$ wine64 winepath -u 'c:\windows\system32'` 32bit: `$ wine winepath -u 'c:\windows\system32'`

Now that I mentioned dB, the current `m_db` function doesn't take invalid values into account. Do you mind fixing that with an additional commit for this PR? Something like ```...

> Need to cook on this. Still need a mechanism to indicate error values. As mentioned above: The snipped I posted intentionally skips invalid values. That's the indicator, there's no...

I took a stab at getting invalid values to output as `null`. This works for me and includes various cleanups and fixes too: https://github.com/dhewg/openwrt/commits/dsl-ubus-stats

As mentioned, I already splitted the commits logically and even fixed a few issues, see above. I even provided instructions on how to just use those, any issue with just...

Indeed, which is why I also posted https://github.com/openwrt/openwrt/pull/10420#discussion_r962563806 That'll magically get rid of all problems ;)

I honestly don't know what the issue is... you don't even have to fix it yourself, I already did. I fixed a pointer error, multiple whitespace issues and got rid...