Skip to content
Advertisement

IntelliJ Idea IDE: Abnormal build process termination. How to fix that?

I guess that’s because of Cyrillic symbols in paths which IDE cannot digest correctly during build process, but I cannot just rename this folder in Windows 10. Tried to make a junction using MKLINK J, but it didn’t help.. I suppose the Cyrillic symbols in Windows username made the IDE throw

JavaScript

but I couldn’t fix it. Reinstalling IDE didn’t bring any luck

JavaScript

Advertisement

Answer

Here is the related bug in IntelliJ IDEA bug tracker:

Abnormal build process termination when OS user name contains non-Latin characters

Feel free to watch it in order to be notified once it has updates. See this article if you are not familiar with YouTrack.

As a workaround please consider installing IDE to a path with all the ascii characters or rename the OS user to have all the ascii letters. Sorry for the inconvenience.

Advertisement