donnaken15 / FastGH3

Minimalist Guitar Hero 3 mod with one click play and numerous gameplay fixes and additions
https://donnaken15.com/FastGH3
Other
23 stars 1 forks source link

Bug: Invalid characters in the path. #14

Closed Gabiiofficial closed 8 months ago

Gabiiofficial commented 8 months ago

Summarize

When I try to open charts, the launcher tells me that there are invalid characters in the chart path. I tries to move the files to different paths, but the error persists.

To Reproduce Steps to reproduce the behavior:

  1. Open FastGH3
  2. Select a .chart or .mid file
  3. Error pops up

Debugger information (Optional) <0,854>System.ArgumentException: Caratteri non validi nel percorso. in System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) in System.IO.Path.Combine(String path1, String path2) in Program.where(String e) in Program.Main(String[] args)

(Caratteri non validi nel percorso = Invalid characters in the path, in italian)

When I downloaded this mod/what version I'm using (most likely required) version 1.0-999010889

Desktop (Optional, but could help figure out system specific problems):

Do you have these installed: (write an X in the box if you have the following software)

donnaken15 commented 8 months ago

What does your PATH environment variable look like?

Gabiiofficial commented 8 months ago

Screenshot_2

donnaken15 commented 8 months ago

That third path string needs to be fixed (remove "c:\...\javapath;") I just tested a broken PATH string and got the same error because Windows wraps the path in quotes since there's a semicolon Will try and see if I can make it autocorrect this kind of mistake anyway

Gabiiofficial commented 8 months ago

It worked! Thanks!