CreateProcess error=206, The filename or extension is too long
when running examples
#434
Labels
build-system
Issue or PR concerns build system, dependencies, etc.
has workaround
A workaround for the issue is available and contained in the issue description or comments.
upstream-issue
Issue stems from problem in upstream library
windows
Concerns only Windows
Description
When running sciview from IntelliJ, the error
CreateProcess error=206, The filename or extension is too long
might occur. This is a known issue in IntelliJ.Workaround
The problem can be solved by adding the following in
.idea/workspace.xml
:Should the
.idea/workspace.xml
file not exist, close and re-open the IntelliJ project. Sometimes IntelliJ does not write out project files right on first import.Source: https://youtrack.jetbrains.com/issue/IDEA-166929
The text was updated successfully, but these errors were encountered: