jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
80 stars 27 forks source link

[Issue]: Some text is unreadable in Jellyfin Server 10.8.3 Installer #68

Closed gitname closed 4 months ago

gitname commented 2 years ago

Please describe your bug

The "Setup Type" screen in the Jellyfin Server 10.8.3 Installer (i.e. jellyfin_10.8.3_windows-x64.exe) shows the top part of some bold, red characters. I failed to find a way to reveal the full characters, so do not know what the text says. I have attached a screenshot below.

Jellyfin Version

Other

if other:

10.8.3

Environment

- OS: Windows 10 Enterprise LTSC Evaluation (version 1809)

Jellyfin logs

No response

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

image

Code of Conduct

anthonylavado commented 2 years ago

Hrm that's a new one.

it's this line in the installer dialogs: https://github.com/jellyfin/jellyfin-server-windows/blob/ccbf275e63104fb565cd3b26c28c7f91c6a6983c/nsis/dialogs/setuptype.nsdinc#L35

I'll have a look later.

anthonylavado commented 4 months ago

I figured out the issue and did eventually correct it. Te text box was right up against a label, so even though it looked ok in NSIS Dialog Designer, it would be rendered incorrect by NSIS itself.