Skip to content

CreateProcess error=206, The filename or extension is too long when running examples #468

@skalarproduktraum

Description

@skalarproduktraum

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:

<component name="PropertiesComponent">
...
     <property name="dynamic.classpath" value="true"/>
...
</component>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    build-systemConcerns the build systemhas workaroundA workaround for the issue is available and contained in the issue description or comments.upstream-libraryIssue originates in an upstream librarywindowsOccurs/concerns only on Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions