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

"Open log file folder" does not work on Windows #225

Closed
2 of 10 tasks
agateau opened this issue Apr 29, 2022 · 0 comments · Fixed by #242
Closed
2 of 10 tasks

"Open log file folder" does not work on Windows #225

agateau opened this issue Apr 29, 2022 · 0 comments · Fixed by #242
Labels
Milestone

Comments

@agateau
Copy link
Owner

agateau commented Apr 29, 2022

Describe the bug

How to reproduce

  1. Open configuration screen
  2. Go to "Under the hood" tab
  3. Click on "Open log file folder"
  4. Nothing happens

Expected behavior

Windows Explorer should open in log file folder

Information about your build

Pixel Wheels version:

Binary origin:

OS:

  • Android
  • Windows
  • macOS
  • Linux

Additional context

Attached log file.
pixelwheels.log

Relevant part:

07:06:18.966 I PlatformUtils.openURI Gdx.net.openURI() failed
07:06:18.966 I PlatformUtils.openURI Trying with 'start C:\Users\aurelien\.cache\pixelwheels'
07:06:18.968 E PlatformUtils.openURI Command failed: java.io.IOException: Cannot run program "start": CreateProcess error=2, Le fichier spécifié est introuvable

Looks like start must be invoked as cmd.exe /c start "" <PATH> (the "" argument is the window title)

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

Successfully merging a pull request may close this issue.

1 participant