nhoefer2

Results 9 comments of nhoefer2

Has there been any update on this or even a temporary workaround? I have the same issue

I did some digging. This may or may not help: png_set_user_limits(png, 0x7fffffffL, 0x7fffffffL); https://linux.die.net/man/3/libpng > The PNG specification allows the width and height of an image to be as large...

I had the same problem and was able to resolve it when putting this in the csproj file `net8.0-windows10.0.19041.0` _"net8.0-windows" by itself is not sufficient_

I'm not sure if this will be helpful but try taking a look at this: https://github.com/nestybox/sysbox/issues/849

I have the same problem. You should be able to easily recreate it with a very simple html page consisting of only a textbox to enter something in and put...

In the meantime, I've used this as a workaround (it's ugly) and this works for me. Its hard to say what kind of unintended consequences this might have on more...

Update: I ran into problems with the above solution but after banging my head into the wall for a long time, I think I found a more elegant work around....

While my error is not explicitly mentioned here in the troubleshooting, I managed to find this: https://github.com/nestybox/sysbox/blob/master/docs/user-guide/troubleshoot.md#sysbox-logs > Failed to Setup Docker Volume Manager Error > When creating a system...

After countless hours of banging my head into the wall I finally figured it out. Sysbox requires POSIX ACLs on the filesystem which can be enabled on zfs using the...