Download and install the 64-bit linux Qt5 installer:
se_28000200_linux64qt5.tar.gz
That should make things work a lot better.
In general, the Qt5 installer works better on newer Linux systems. The Qt4 installer is needed for really old Linux systems. Bottom line, use the one which works better on your Linux.
Thank you! That seems to work much better reliably launching vsdiff (at least with my 'exhaustive' 2 minute test...

).
I do see something unusual that I don't understand when launching from the command line though.
When I launch vs_exe or vsdiff from the command line I see:
] /home/----/slickedit-pro2023/bin/vsdiff
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
QFont::fromString: Invalid description 'Droid Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'IBM Plex Mono,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Droid Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Droid Sans,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
I don't know exactly what that's trying to tell me. (The Qfont complaints might have already been there, but the qt.qpa.plugin: is new I think).
Those font names match some of the names of the 'default' KDE fonts that you can specify in the KDE 'System Settings' / 'Text & Fonts' settings.
These fonts are all installed as best as I can tell.
Based only on a google search I tried launching vsdiff with some 'debug' options for QT.
] QT_DEBUG_PLUGINS=1 /home/----/slickedit-pro2023/bin/vsdiff
which produced a boatload of stuff including the suspicious looking things
Got keys from plugin meta data ("xcb")
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
loaded library "/home/----/slickedit-pro2023/bin/platforms/libqxcb.so"
...
Got keys from plugin meta data ("xdgdesktopportal", "flatpak", "snap")
QFont::fromString: Invalid description 'Droid Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'IBM Plex Mono,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Droid Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
QFont::fromString: Invalid description 'Droid Sans,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
...
loaded library "/home/----/slickedit-pro2023/bin/imageformats/libqjpeg.so"
Cannot load library /home/----/slickedit-pro2023/bin/imageformats/libqmng.so: (libmng.so.1: cannot open shared object file: No such file or directory)
QLibraryPrivate::loadPlugin failed on "/home/----/slickedit-pro2023/bin/imageformats/libqmng.so" : "Cannot load library /home/----/slickedit-pro2023/bin/imageformats/libqmng.so: (libmng.so.1: cannot open shared object file: No such file or directory)"
loaded library "/home/----/slickedit-pro2023/bin/imageformats/libqtga.so"
So as best as I can see a slickedit .so failed to load because it was unable to find the shared object "libmng.so.1" that it referenced.
I can see that on my system I do have a libmng.so.2, but not a libmng.so.1.
] locate libmng.so.2
/usr/lib64/libmng.so.2
/usr/lib64/libmng.so.2.0.2
] locate libmng.so.1
]
I don't know if that's why the complaints on launch pop up or not. I wonder if 'libmng.so.1' is an older version?
Any idea what's going wrong?
Thanks.