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

Godot cannot create folder in "new project" dialog if there are invalid characters in the name and doesn't scrub input for folders #90026

Open
AverseABFun opened this issue Mar 29, 2024 · 1 comment

Comments

@AverseABFun
Copy link

Tested versions

  • Found in v4.2.1.stable.official, likely reproducible in other versions

System information

Godot v4.2.1.stable - Windows 10.0.19045 - Vulkan (Forward+) - integrated Intel(R) HD Graphics 530 (Intel Corporation; 31.0.101.2111) - Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (4 Threads)

Issue description

If you attempt to create a project with the name having invalid folder characters in the name and press "Create folder", then it will say "cannot create folder". If you manually make a folder without special characters(or temporarily change the name of the project, create the folder, then change the name back), then everything functions normally. What I would expect is for Godot to do some input scrubbing and remove/replace invalid characters in the name,

Steps to reproduce

  1. Attempt to create a project.
  2. Name it something with an invalid character(such as a question mark ? in it).
  3. Press "Create folder".

Minimal reproduction project (MRP)

N/A

@AverseABFun
Copy link
Author

AverseABFun commented Apr 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants