sdrtrunk icon indicating copy to clipboard operation
sdrtrunk copied to clipboard

alpha 6 text glitch

Open Linuxuser1234 opened this issue 2 years ago • 6 comments

sdrtrunk Version alpha 6 Describe the bug im having this issue where the text is not showing properly To Reproduce Steps to reproduce the behavior: open sdrtrunk

Screenshot 2023-06-21 181116 note im on windows 11

Linuxuser1234 avatar Jun 21 '23 23:06 Linuxuser1234

@DSheirer do you know what is going on how do i fix this issue

Linuxuser1234 avatar Jun 22 '23 01:06 Linuxuser1234

I have no idea what would cause that. Are you using any non- English keyboard layout?

DSheirer avatar Jun 22 '23 01:06 DSheirer

@DSheirer i do have ENG INT as a second keyboard layout but i use ENG US as my default

Linuxuser1234 avatar Jun 22 '23 01:06 Linuxuser1234

and i do have the latest jdk version installed and i have tried other sdrtrunk versions but i keep getting the same issue

Linuxuser1234 avatar Jun 22 '23 01:06 Linuxuser1234

sdrtrunk ships with its own Java packaged with the application, so it doesn't depend on you having the correct or most-current java installed on your workstation.

It's interesting to note that the display characters in your screenshot are off by two, meaning that instead of displaying a capitol A, yours would be a C. In your screenshot, the 'Radio Reference' tab is displayed as:

R a d i o  R e f e r e n c e  << Should display as this
S b e j p  S f g f s f o d f  << Off by 1
T c f k q  T g h g t g p e g  << Off by 2 - Actual Display from screenshot

You might try checking the Windows character set settings and try changing that value to different alphabets and then back to US English to see if that clears the issue. This almost seems as if the ASCII alphabet characters have been remapped by a version of the ASCII alphabet that's shifted by two places.

DSheirer avatar Jun 24 '23 10:06 DSheirer

@DSheirer where do you change the Windows character set is it in control panel->clock & region

Linuxuser1234 avatar Jun 25 '23 22:06 Linuxuser1234