- Jul 21, 2018
- 1,351
- 1,906
For Windows, you enable WMP with:
As for which, try checking eventvwr.msc and see which library it might be bitching about. It's probably Windows Media Foundation (through WMP). (You may see things relating to 'Qt', or 'wmfengine', *maybe*.)
This shit is why QSP needs to be dumped, it uses old backends and has practically no support for hiDPI and everything in JONT was written using non-relative units of measurement...no forward-compatibility. Needs a rewrite. Serialization overhaul, too. Not to mention cross-OS issues because of the way QSP is serializing objects for save-files incorrectly.
Edit:
jack.exe (32-bit) uses MSVC 120 aka
Jack-o-nine-tails.exe (32-bit) is a cross-compiled executable, not sure what library (MSVC 6?). This is only a 'launcher' to jack.exe. If you try jack.exe, and it works, then your issue is with the launcher. Someone could try Dependency Walker to tell you which versions for certain.
You must be registered to see the links
As for MSVC, yeah, you'll need x86 and x64, but also two different year versions. MSVC is a runtime library of software wrote by Microsoft and has different 'year versions' where features were added, deprecated, blablabla. In short, various developers used various versions, and it could be any of them. On setup of any modern Windows PC you should just go ahead and install all of them. If you're using some watered-down crap version of Windows such as Windows N editions (media player stuff removed by default) then yes, you'll need to add the feature pack *as well*.As for which, try checking eventvwr.msc and see which library it might be bitching about. It's probably Windows Media Foundation (through WMP). (You may see things relating to 'Qt', or 'wmfengine', *maybe*.)
This shit is why QSP needs to be dumped, it uses old backends and has practically no support for hiDPI and everything in JONT was written using non-relative units of measurement...no forward-compatibility. Needs a rewrite. Serialization overhaul, too. Not to mention cross-OS issues because of the way QSP is serializing objects for save-files incorrectly.
Edit:
jack.exe (32-bit) uses MSVC 120 aka
MSVC 2013 x86
but also seems to possibly reference VCRUNTIME140, which is 2015 as well.Jack-o-nine-tails.exe (32-bit) is a cross-compiled executable, not sure what library (MSVC 6?). This is only a 'launcher' to jack.exe. If you try jack.exe, and it works, then your issue is with the launcher. Someone could try Dependency Walker to tell you which versions for certain.
Last edited: