Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skalarproduktraum opened this issue Jan 20, 2022 · 0 comments
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

Comments

@skalarproduktraum
Copy link
Member

skalarproduktraum commented Jan 20, 2022

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

@skalarproduktraum skalarproduktraum added upstream-library Issue originates in an upstream library build-system Concerns the build system windows Occurs/concerns only on Windows has workaround A workaround for the issue is available and contained in the issue description or comments. labels Jan 20, 2022
@skalarproduktraum skalarproduktraum pinned this issue Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant