Andre Bossard
Andre Bossard
Hi everyone, I played around with the sample and it starts breaking with version 6.0.3. 6.0.2 renders fine, but then 6.0.3 is broken.
After going through commit by commit, this is the commit that introduces the broken rendering of the example: https://github.com/mono/libgdiplus/commit/398ad6de93a9b4140a209d9eae8ded9292ffc740
Thanks for the insights, @filipnavara. I don't really know System.Drawing or libgdiplus myself, but I'll try to dig deeper into it in the next days. I noticed that if I...
I started to investigate the font style issue, it appears that when using WinForms on Linux, the font style is not applied properly due to this commit https://github.com/mono/libgdiplus/commit/2f45a7d6382bce9e1cee11a7c06772e6727d99ae If I...
Thanks for the answer. Vulkaninfo seems to indicate that the surface extensions are supported to some extend from my Raspberry PI 5. ``` VK_EXT_display_surface_counter : extension revision 1 VK_EXT_headless_surface :...
I agree, but let's say a week ago Steam was running fine and some games run fine. Now Steam is not starting anymore. I just wanted to report it since...
I tried different configs like you suggested, e.g. currently I have this: ``` [steam*] BOX64_LOG=1 BOX64_TRACE_FILE=/tmp/steamwebhelper-%pid.txt BOX64_SHOWSEGV=1 BOX64_DLSYM_ERROR=1 ``` but I also created a `~/.box86rc` file with this: ``` [steam*]...
[….] > > > > > > > > but it's not generating anything in my /tmp folder in that regard. > > Do not use `[steam*]` it will not...
Thanks you! I'll give it a try. Cheers
I opened a related issue in the AKS project: https://github.com/Azure/AKS/issues/4628