I have been using 1.8.12 successfully for a while. Went to upgrade, here's what I did:
-Make a backup directory of 1.8.12 called it D:/Arduino-old
-Downloaded and installed 1.8.13
-When started Popup Window goes through to "Preparing Boards"... then disappears
Interesting Thing. I can STILL start 1.8.12 by running the exe file from the backup directory.
Open the Arduino IDE's installation folder (usually C:\Program Files (x86)\Arduino)
In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
Click “Open PowerShell window here” (or “Open command window here” if using Windows 7). PowerShell (or cmd if using Windows 7) will now open with the current directory set to the Arduino IDE installation folder.
Type ./arduino_debug
Press Enter. Debug output should now be printed to the PowerShell window as the Arduino IDE starts (or fails to start).
Wait for the Arduino IDE to finish starting, or failing to start.
Switch back to the PowerShell window if the Arduino IDE window took the focus.
Right click on the title bar of the PowerShell window.
Click Edit > Select All. This will select all the text in the PowerShell window.
Press Ctrl + c. This will copy the contents of the PowerShell window to the clipboard.
In this Arduino forum thread, click on the reply field.
Click the </> button on the forum toolbar. This will add the forum's code tags markup to your reply, making it easier for us to read.
Press Ctrl + V. This will paste the output between the code tags.
Move the cursor outside of the code tags before you add any additional text to your reply.
Click the "Post" button.
Hopefully that will give us some information we can use to help you with the problem.
PS C:\Program Files (x86)\Arduino> ./arduino_debug
Set log4j store directory C:\Users\Windows 10\AppData\Local\Arduino15
Loading configuration...
java.nio.file.AccessDeniedException: C:\Users\WINDOW~1\AppData\Local\Temp\untitled979559053.tmp
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:504)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
at java.nio.file.Files.createDirectories(Files.java:767)
at processing.app.helpers.FileUtils.createTempFolder(FileUtils.java:118)
at processing.app.helpers.FileUtils.createTempFolder(FileUtils.java:114)
at processing.app.Base.(Base.java:274)
at processing.app.Base.main(Base.java:150)
After the power shell arduino_debug.exe the following errors were going on, and I also started the aduino flashback.
PS F:\arduino\安装\Ardu> .\arduino_debug.exe
Error occurred during initialization of VM
java.lang.UnsatisfiedLinkError: no zip in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at java.lang.System.initializeSystemClass(System.java:1197)