matanki-saito / CK2SpecialEscape

CK2 special encoding
MIT License
11 stars 2 forks source link

System ERROR #4

Open kwon9861 opened 1 year ago

kwon9861 commented 1 year ago

Code execution cannot proceed because MSVCP140D.dll ucrtbased.dll VCRUNTIME140d.dll is missing even though VC15 or later. VC15 이상인데도 MSVCP140D.dll ucrtbased.dll VCRUNTIME140d.dll 가 없어 코드 실행을 진행할 수 없습니다. VC15以上なのにMSVCP140D.dllucrtbased.dllVCRUNTIME140d.dllがなく、コード実行を進めることができません。

I would like to know how to solve this error. 이 에러의 해결방법은 무엇인지 부디 알고 싶습니다. このエラーの解決方法は何なのか、どうか知りたいです

dFuZwo commented 1 year ago

try this https://www.xitongbuluo.com/jiaocheng/67931.html

------------------ 原始邮件 ------------------ 发件人: "matanki-saito/CK2SpecialEscape" @.>; 发送时间: 2023年2月13日(星期一) 晚上11:41 @.>; @.***>; 主题: [matanki-saito/CK2SpecialEscape] System ERROR (Issue #4)

Code execution cannot proceed because MSVCP140D.dll ucrtbased.dll VCRUNTIME140d.dll is missing even though VC15 or later. VC15 이상인데도 MSVCP140D.dll ucrtbased.dll VCRUNTIME140d.dll 가 없어 코드 실행을 진행할 수 없습니다. VC15以上なのにMSVCP140D.dllucrtbased.dllVCRUNTIME140d.dllがなく、コード実行を進めることができません。

I would like to know how to solve this error. 이 에러의 해결방법은 무엇인지 부디 알고 싶습니다. このエラーの解決方法は何なのか、どうか知りたいです

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

kwon9861 commented 1 year ago

https://github.com/matanki-saito/CK2SpecialEscape/issues/4#issuecomment-1428170015

When I ran it at the command prompt, it said that it was not compatible with the version of Windows that is currently running. But I downloaded the right version of vc15.

kwon9861 commented 1 year ago

-----Original Message----- From: @.> To: @.>; Cc: @.>; @.>; Sent: 2023-02-14 (화) 00:45:50 (GMT+09:00) Subject: Re: [matanki-saito/CK2SpecialEscape] System ERROR (Issue #4)

try this https://www.xitongbuluo.com/jiaocheng/67931.html


Thank you for your response! :)

but When I ran it at the command prompt, it said that it was not compatible with the version of Windows that is currently running. But I downloaded the right version of vc15.Message ID: @.***>

matanki-saito commented 1 year ago

let me check

matanki-saito commented 1 year ago

Update program. please check it

kwon9861 commented 1 year ago

Update program. please check it — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.


Thank you for your hard work! Message ID: @.***> However, it still does not run with the same problem. :'( MSVCP140D.dllucrtbased.dll VCRUNTIME140d.dll appears to be unable to read.

お忙しい中でも本当にありがとうございます。労苦に感謝します。 しかし、依然として同じ問題で実行されません。 MSVCP140D.dllucrtbased.dllVCRUNTIME140d.dllが読み取れないようです。

matanki-saito commented 1 year ago

@kwon9861

Use the following a file https://github.com/matanki-saito/CK2SpecialEscape/blob/develop/ck2speacialescape.exe

If you're building directly in Visual Studio, check out Solution- > Property- > C/C + + - > code generation- > Runtime Library. If this is MT or MTd, there shouldn't be any problems.

image