can't launch by IDEA.exe but can launch by IDEA.pat

Answered

There is no response if I click IDEA.exe (both IDEA64.exe and IDEA.exe); But if I click IDEA.pat, it will be launched correctly. 

Also, my CLion has the same issue (can be launched through Clion.bat while there is no reponse for Clion.exe)

Is there a way to fix it? It is very inconvenient to launch by IDEA.pat everytime.

0
1 comment

Please install https://aka.ms/vs/16/release/vc_redist.x64.exe. The root cause is that vcruntime140.dll from Visual C++ Redistributable package failed to load. It is one of jbr\bin\awt.dll dependencies. Visual Studio makes changes to C++ tools sometimes and we are working on including this dll into IDE installation, or exclude its functionality.C++ tools are needed to run IntelliJ IDEA

1

Please sign in to leave a comment.