Many plugins don't show their versions in the "Versions" page:
But some of them show their versions in "Decoders":
And almost all show their versions in "Plugins" > "Input" of the old 3.8.5.91:
That new "Versions" page seems not very useful.
There were a couple of reasons for adding the "Version" page: It allows you to check all loaded plugins and their version numbers, and XMPlay's version number too. And because the version number is shown there, it can now be left out of input plugin names, which makes the "Decoders" list cleaner. It's a good place for the update checking option too.
The version info is taken from the file's VERSIONINFO resource, which is also what the update notifications use. Some old plugins didn't include VERSIONINFO, but if they ever get updated then they would need to add it to be able to give an update notification. I can't see the images that you posted, so I don't know which in particular you're referring to, but it seems to be mainly Sebastian Andersson's AAC/AC3/MPC/SPX plugins that are missing VERSIONINFO? I do have the source code for those, so I may rebuild them to add it.
‣ In addition to the big 2× skin, it would be useful to be able to set other sizes, e.g. 1.5×, 0.75×.
The main issue is that the control positions/sizes are defined (by the masks) on pixel boundaries, which can't be properly preserved with fractional resizing, so they could end up looking slightly wonky. But there was a skin resizing script made by Rahdick a while ago that you could try. It can be found in this thread, along with discussion on this subject:
www.un4seen.com/forum/?topic=17350.msg127704#msg127704I have updated to the new XMPlay 4.0 and I have random crashes (sometimes it happens 1 min into playing a file sometimes 5 mins in) all I found in Event Log is:
...
It looks like that crash was in getting data for the level display. Please provide a dump file for more info. If you open the "%LOCALAPPDATA%\CrashDumps" folder in File Explorer, you will hopefully find some there. Upload one (after ZIPing) here:
ftp.un4seen.com/incoming/To see if it may be triggered by something in your config, please also try renaming your XMPLAY.INI file for a fresh config and see if it still happens then. If that stops it happening, then also upload your original XMPLAY.INI file to have a look at.
L.E: .vgz files also do not play anymore with the in_vgm plugin, no matter what I do I cannot get those files to play on 4.0 on 3.8.5 it works...
L.L.E: Not even ZXTune can play .vgz files anymore...
It looks like VGZ files are GZIP archives, so I suspect the problem is related to the new built-in GZIP support, ie. that's decompressing the file before those plugins see it. I'll look into that.