remc2 icon indicating copy to clipboard operation
remc2 copied to clipboard

fix other languages - only ENand CZ

Open turican0 opened this issue 4 years ago • 5 comments

turican0 avatar Nov 21 '19 20:11 turican0

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 :)

joshbtdev avatar Nov 21 '19 22:11 joshbtdev

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

turican0 avatar Nov 22 '19 08:11 turican0

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

turican0 avatar Nov 22 '19 08:11 turican0

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?

joshbtdev avatar Nov 22 '19 08:11 joshbtdev

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.

turican0 avatar Nov 22 '19 14:11 turican0