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

[BUG] Wrong project path, cannot be changed forever #330

Closed
Tsut-ps opened this issue Jul 27, 2023 · 4 comments
Closed

[BUG] Wrong project path, cannot be changed forever #330

Tsut-ps opened this issue Jul 27, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Tsut-ps
Copy link

Tsut-ps commented Jul 27, 2023

Describe the bug

I hit a bug in which I inadvertently specified an impossible location such as "This PC" instead of "C:\xxxx" in the VCC project path, which resulted in an "No valid path selected" message forever, and I could not even change folders.

To Reproduce

  1. Open VCC.

  2. Select "Create New Project".

  3. Specify an invalid path in "Pick New Folder" on the right side of "Project Location". For example, "This PC".

  4. If you select "This PC", the Project Location will be changed to "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" on its own (probably because it is an unexpected path).

  5. It cannot be changed from "Pick New Folder". When clicking on it, ONLY "No valid path selected" is displayed.

Expected behavior

I want it to be like this

  • The path is wrong, it throws an error.
  • It is possible to specify this path again after specifying it.

Screenshots

image

Related Product

VCC (VRChat Creator Companion)

Product Version

2.1.2

OS

Windows 11

Additional context

By modifying the "defaultProjectPath" in C:\Users\<userName>\AppData\Local\VRChatCreatorCompanion\settings.json, the project path can be set back to correct.

Translated with DeepL (JP→EN)

@Tsut-ps Tsut-ps added the bug Something isn't working label Jul 27, 2023
@Faxmashine
Copy link
Contributor

Hi @Tsut-ps ! Thank you for reporting this issue. We'll look into fixing it.

In the meantime, the workaround you provided is correct. The error is caused by an incorrect value in settings.json.

  1. Close the VCC.
  2. Go to %LocalAppData%/VRChatCreatorCompanion
  3. Open settings.json
  4. Remove the line that contains "defaultProjectPath": ..., or replace the broken path with a valid path.

@Loomis2
Copy link

Loomis2 commented Aug 29, 2023

im having this exact issue, but i cant find the files to delete.

@momo-the-monster
Copy link
Contributor

Fixed in VCC 2.1.4.

@Loomis2
Copy link

Loomis2 commented Sep 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants