shinyquagsire23 / OpenJKDF2

A cross-platform reimplementation of JKDF2 in C
Other
501 stars 41 forks source link

Incorrect whitespace rendering in text on Raspberry Pi 4B #220

Closed dborel closed 1 year ago

dborel commented 1 year ago

I built v0.8.8 for arvm71 after editing CMakeLists.txt to support CMake 3.16 and link stdc++fs. I also had to set MESA_GL_VERSION_OVERRIDE=3.3. But things generally work very well, with jkgm and hardware acceleration on the V3D! However, one minor issue is text. Each whitespace character is replaced by a square. WIN_20230203_08_23_07_Pro (2)

shinyquagsire23 commented 1 year ago

Is it on every string in the UI, or just those ones in particular? ie, do the original settings in General also have the boxes

vrdaveb commented 1 year ago

Every string. Also occurs with MOTS and LLVMPIPE.

shinyquagsire23 commented 1 year ago

@dborel @vrdaveb maybe try on the latest commit? I can recreate the bug by forcing _iswspace in src/jk.c to always return 0, and I added some extra logic to maybe be explicit, idk though

vrdaveb commented 1 year ago

Thanks, that fixed it! 20230204_220615

shinyquagsire23 commented 1 year ago

Fixed v0.8.10