turican0/remc2

fix other languages - only ENand CZ

turican0 opened this issue · 5 comments

fix other languages - only ENand CZ

Thank you for creating this project! I was going to test the latest release but dont have Visual Studio installed so was getting DLL errors. Is it possible to run the application using only the C++ Redistributable? I tried copying the DLLs to the app directory but the application crashes when starting a new game (probably wrong DLL versions).

Looking forward to testing out the progress :)

Thank you for report. today or tomorrow I test project without VS.

Have you new vc_redist installed?

https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads

Visual Studio 2015, 2017 and 2019

vc_redist.x86.exe

Yes, I have the vc_redist installed. The application is requesting the Visual Studio debug DLLs though:

vcruntime140d.dll
ucrtbased.dll
msvcp140d.dll

Are you able to rebuild the latest version in VS release mode?

Thanks, I have stability problems with release exe and now I add to release debug exe.
You can download this DLLs from subsite:
https://github.com/turican0/remc2/tree/master/Release/copy-files
In next release I change debug exe by release. exe.