carina-studio / PixelViewer

A cross-platform image viewer which supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixels data from file and rendering it.
https://carina-studio.github.io/PixelViewer/
MIT License
225 stars 36 forks source link

Unhandled exception. System.InvalidOperationException: Default font family name can't be null or empty. #9

Closed chenloveheimei closed 9 months ago

chenloveheimei commented 1 year ago

Ubuntu20.04

./PixelViewer.

Error: Unhandled exception. System.InvalidOperationException: Default font family name can't be null or empty.

colinstonema commented 11 months ago

The same error on Ubunt22.04 with PixelViewer-2.7.4.312-linux-x64.zip

a workaround fix: export LANG=en_US.UTF-8 ./PixelViewer

hamster620 commented 9 months ago

Fix has been released with PixelViewer 3.0 Preview.