Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: runtime folder (Read 707 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

runtime folder

What is the purpose of the runtime folder, I have some foobar2000 installation directories that can be started normally after deleting it, but some cannot be started after deleting it.
Which Microsoft runtime library does the runtime folder correspond to? Can I install it separately? windows11 operating system.

 

Re: runtime folder

Reply #1
The runtime directory contains Universal C Runtime. It is bundled in Windows 10 and newer and can be downloaded and installed manually on older OSes.

The player uses a manifest trick to load the dlls from the subdirectory. We wanted to do it this way instead of spamming the main install dir with dozens of extra files. I recall the manifest trick caused a failure to launch the program if the runtime files were missing from the specified directory. That is why it is always extracted even on OSes where it's built-in. But it seems to work fine now at least with the latest OS version.