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

Cannot attach component to node if project created in folder with symbolic link (junction) #17611

Open
quilombodigital opened this issue Sep 6, 2024 · 0 comments
Labels
Bug Needs Triage Needs to be assigned by the team

Comments

@quilombodigital
Copy link

Cocos Creator version

3.8.3

System information

Windows

Issue description

If I create a project in a folder with a symbolic link (junction) in windows, I cannot attach a component to the node.
The issue continue even if I move the project to a normal folder, so this seems related to project creation.

Relevant error log output

No response

Steps to reproduce

  1. Create a symbolic link (junction) C:\test that points to the folder D:\test
  2. Create the project in C:\test
  3. Open the project
  4. Create a Node
  5. Create a typescript component
  6. try to add the component to the node

Minimal reproduction project

SymbolicLinkTest.zip

@quilombodigital quilombodigital added Bug Needs Triage Needs to be assigned by the team labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Needs to be assigned by the team
Projects
None yet
Development

No branches or pull requests

1 participant