A java.util.concurrent.ExecutionException exception has occurred

As the log explains, you have attempted to use a file path name that exceeds the limit for Windows. Note that non-ASCII text can increase the size of the path in memory. The suggested workaround will give you a shorter path. Microsoft maximum file path limitation explains this and tells you how to increase the limit in Windows 10, but you may encounter problems with some programs that don’t handle long paths.