Integrated terminal is blank
Answered
I am using IntelliJ IDEA 2016.3.4 on Windows 7. The terminal plugin is enabled but the integrated terminal is blank. I have tried manually setting the full path to cmd.exe.
log file: https://gist.github.com/anonymous/146ded4a27ad5c2da757e0d4590186f6

Please sign in to leave a comment.
For some reason IDE cannot load JNA library on your system, related bug: https://youtrack.jetbrains.com/issue/PY-13888.
See if reinstalling from https://www.jetbrains.com/idea/download/previous.html helps.
java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/win32-x86/jnidispatch.dll library: The system cannot find the path specified
Could be a problem writing .dll file in a temp directory. Either a permission issue or some antivirus blocks the operation.
I'm seeing the same or similar issue on Mac OS Sierra with Intellij version 2017.1.4. Occasionally the terminal pane opens blank. Clicking on some other pane, like Project, or the editor will make the terminal appear.
No, it's a different problem, see https://youtrack.jetbrains.com/issue/IDEA-173151.