Windows version 1.17.41 does not startup at all
Windows version does not start up at all, citing it is missing files like msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll, and even after copying these files from windows\System32 to my "empty" bedrock_server folder, next error is that it cannot find an entry point for procedure __CxxFrameHandler4 in dll-file.
Environment
Windows 10 Pro, 20H2, both Java 8.311 32-bit and 64-bit installed. Optiplex 3050 micro with only purpose to function as a bds server within our family
Comments2
History2
Deleted comment:
I'm not sure if this will help you but this is where I found that link:
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Resolution: Unresolved → Cannot Reproduce
if you don't have visual studio redistributable 2015/2022 installed it won't work and give those errors
Hi Omar,
Thanks a lot, this is the solution for me.
My only remaining recommendation is to add this information to the installation instructions, as it was new for me and I could not find where vs was necessary to be installed first.
Issue can be closed.