You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Describe the bug
How to reproduce
Expected behavior
Windows Explorer should open in log file folder
Information about your build
Pixel Wheels version:
Binary origin:
OS:
Additional context
Attached log file.
pixelwheels.log
Relevant part:
Looks like
start
must be invoked ascmd.exe /c start "" <PATH>
(the "" argument is the window title)The text was updated successfully, but these errors were encountered: