Shuffleboard has the following exception when copying the new update when there is a space in the path. The space is being encoded as %20.
WARNING: Could not copy newest jar! java.nio.file.NoSuchFileException: C:\Users\Joe\Downloads\test%20folder\app-1.2.0(1).jar at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsFileCopy.copy(Unknown Source) at sun.nio.fs.WindowsFileSystemProvider.copy(Unknown Source) at java.nio.file.Files.copy(Unknown Source) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.runCopyScript(ShuffleboardUpdateChecker.java:268) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.lambda$null$3(ShuffleboardUpdateChecker.java:175) at edu.wpi.first.shuffleboard.api.util.ShutdownHooks.runAllHooks(ShutdownHooks.java:57) at edu.wpi.first.shuffleboard.app.Shuffleboard.stop(Shuffleboard.java:174) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:882) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
sciencewhiz commentedFeb 24, 2018
Shuffleboard has the following exception when copying the new update when there is a space in the path. The space is being encoded as %20.
WARNING: Could not copy newest jar! java.nio.file.NoSuchFileException: C:\Users\Joe\Downloads\test%20folder\app-1.2.0(1).jar at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsFileCopy.copy(Unknown Source) at sun.nio.fs.WindowsFileSystemProvider.copy(Unknown Source) at java.nio.file.Files.copy(Unknown Source) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.runCopyScript(ShuffleboardUpdateChecker.java:268) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.lambda$null$3(ShuffleboardUpdateChecker.java:175) at edu.wpi.first.shuffleboard.api.util.ShutdownHooks.runAllHooks(ShutdownHooks.java:57) at edu.wpi.first.shuffleboard.app.Shuffleboard.stop(Shuffleboard.java:174) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:882) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) at java.lang.Thread.run(Unknown Source)The text was updated successfully, but these errors were encountered: