JackMacWindows

Results 31 comments of JackMacWindows

I myself have already mitigated this issue (a year ago) by using the original string's path segment, with the help of `Poco::URI` to determine where to start. I'm not too...

@brian-armstrong-discord: > I realize now that this will be a very different beast than GIFs because of the VP8 content. I think in that respect, animated WEBPs look more like...

I'm unable to reproduce this issue in the latest build, though I recall having issues a few days ago. Could you try reproducing this again on your system, using the...

Ah yes, the latest build adds WebP support, so it needs the libraries. [Here you go.](https://github.com/MCJack123/craftos2/files/7071098/libwebp.zip)

This is a bug in SDL2. [I have reported it on the SDL Bugzilla.](https://bugzilla.libsdl.org/show_bug.cgi?id=5432) (Now libsdl-org/SDL#3954)

Are you using the hardware renderer? When resizing, the renderer context gets invalidated and has to be regenerated; this is not easy to detect since it may happen in the...

Alright, so I finally managed to get an error similar to this, and I decided to "fix" it by just ignoring errors (printing them to console without exiting). Hopefully this...

This likely has to do with `snapToSize` changing the window size while resizing - I guess GNOME likes to handle resizing differently from other platforms. Try disabling the `snapToSize` config...

Make sure the toolbar at the bottom with the extra keys, as well as the keyboard options & dictation buttons, are visible at the bottom. If not, tap the screen...

A new update to Emscripten may have resolved this issue. I'm working on testing it more long-term to verify the fix.