Sounds like problems with nameing the devices with non supported chars set.
Or even more stupid if they using not the same the newline character.
Have seen something like this before and last time it was the delimiter character within python.
With the locale settings, so the workaround then was just force locale to ‘C’. Something like : LC_ALL="C" ./WinBox
no its all english no funny like characters or anything
yes same version in both devices, ive even tried older version 4 build too?
also im using windows so not sure how to run the change locale thing
EDIT: ok found a weird work around, if i zoom up to 159% from the settings panel,
the devices then appear, then i just click the percentage to reset back to 100% and it stays there
UNTIL i sort by a column, then it goes back only a few being displayed
Ohhh sounds like there is a rendering problem with some floats or integer division problem.
Don’t know if WinBox uses it’s internal fonts, or using the systems one.
Because WinBox is a Qt App, you could try to set some Qt variables.
When i do this in my Linux i can (zoom) QT_SCALE_FACTOR=2 ./WinBox
So maybe if you open up a command prompt in windows and do something like this you can also tweak the Qt settings.
I have found this settings on the web, maybe you can find more of this settings.
C:\Users\User\Desktop> set QT_SCALE_FACTOR=2
C:\Users\User\Desktop> WinBox.exe
C:\Users\User\Desktop> set QT_AUTO_SCREEN_SCALE_FACTOR=1
C:\Users\User\Desktop> WinBox.exe
C:\Users\User\Desktop> set QT_FONT_DPI=192
C:\Users\User\Desktop> WinBox.exe
weirdly enough i can use the old winbox 3 without any problems
but also if i connect an external display which is 1080p with 100% resolution,
then drag winbox 4 onto it, it sorts itself out
and works (mostly) no issues