CreateProcess error=206, The filename or extension is too long
when running examples
#468
Labels
build-system
Concerns the build system
has workaround
A workaround for the issue is available and contained in the issue description or comments.
upstream-library
Issue originates in an upstream library
windows
Occurs/concerns only on Windows
Description
When running scenery examples 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: