In my tests, after start of editor and doing a small GUI operation, the following error message appears in the console:
[16:28:47 ERR] The file '/home/ghartung/OneWareStudio/Packages/NativeTools/OpenJDK/jdk-21.0.8+9-jre/legal/jdk.incubator.vector/LICENSE' already exists.
System.IO.IOException: The file '/home/ghartung/OneWareStudio/Packages/NativeTools/OpenJDK/jdk-21.0.8+9-jre/legal/jdk.incubator.vector/LICENSE' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Interop.CheckIo(Int64 result, String path, Boolean isDirError)
at System.IO.File.CreateSymbolicLink(String path, String pathToTarget)
at OneWare.Core.Services.HttpService.<>c.b__10_1(String path, String targetPath) in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 184
at SharpCompress.Common.ExtractionMethods.WriteEntryToDirectory(IEntry entry, String destinationDirectory, ExtractionOptions options, Action1 write) in D:\a\sharpcompress\sharpcompress\src\SharpCompress\Common\ExtractionMethods.cs:line 84 at OneWare.Core.Services.HttpService.<>c__DisplayClass10_0.<DownloadAndExtractArchiveAsync>b__0() in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 180 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at OneWare.Core.Services.HttpService.DownloadAndExtractArchiveAsync(String url, String location, IProgress1 progress, TimeSpan timeout, CancellationToken cancellationToken) in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 174
It seems that the message is issued despite the GUI editor is working normally.
In my tests, after start of editor and doing a small GUI operation, the following error message appears in the console:
[16:28:47 ERR] The file '/home/ghartung/OneWareStudio/Packages/NativeTools/OpenJDK/jdk-21.0.8+9-jre/legal/jdk.incubator.vector/LICENSE' already exists.
System.IO.IOException: The file '/home/ghartung/OneWareStudio/Packages/NativeTools/OpenJDK/jdk-21.0.8+9-jre/legal/jdk.incubator.vector/LICENSE' already exists.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
at Interop.CheckIo(Int64 result, String path, Boolean isDirError)
at System.IO.File.CreateSymbolicLink(String path, String pathToTarget)
at OneWare.Core.Services.HttpService.<>c.b__10_1(String path, String targetPath) in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 184
at SharpCompress.Common.ExtractionMethods.WriteEntryToDirectory(IEntry entry, String destinationDirectory, ExtractionOptions options, Action
1 write) in D:\a\sharpcompress\sharpcompress\src\SharpCompress\Common\ExtractionMethods.cs:line 84 at OneWare.Core.Services.HttpService.<>c__DisplayClass10_0.<DownloadAndExtractArchiveAsync>b__0() in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 180 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at OneWare.Core.Services.HttpService.DownloadAndExtractArchiveAsync(String url, String location, IProgress1 progress, TimeSpan timeout, CancellationToken cancellationToken) in /root/parts/oneware/build/src/OneWare.Core/Services/HttpService.cs:line 174It seems that the message is issued despite the GUI editor is working normally.