I get an error with "child process exited with code 1"

Description

Describe the bug.

Steps to reproduce

Knowing how to reproduce the bug will help.

Devices

Let us know which devices you used, it’ll probably help.

Device A:
Windows 10
AudioRelay 1.0

Device B:
Android 13
AudioRelay 1.0

this is what i get :

app_version: 0.27.5
os: Windows 11
os_version: 10.0
thread: main
SKIKO_RENDER_API: SOFTWARE

java.lang.ExceptionInInitializerError
at mO.a(SourceFile:1)
at fo0.a(SourceFile:316)
at LPT1.a(SourceFile:27)
at x.invoke(SourceFile:260)
at q9.invoke(SourceFile:5)
at ae.q(SourceFile:61)
at Ad.invoke(SourceFile:19)
at D31.a(SourceFile:631)
at ae.a(SourceFile:6445)
at ae.a(SourceFile:3849)
at xe.k(SourceFile:666)
at dC0.a(SourceFile:5508)
at aC0.invoke(SourceFile:5100)
at fr1.a(SourceFile:11)
at er1.invokeSuspend(SourceFile)
at jUr4.resumeWith(SourceFile:5)
at Eu.run(SourceFile:163)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.IOException: The system cannot find the path specified
at java.base/java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.base/java.io.File.createTempFile(Unknown Source)
at org.jetbrains.skiko.Library.unpackIfNeeded(SourceFile:3)
at org.jetbrains.skiko.Library.findAndLoad(SourceFile:193)
at org.jetbrains.skiko.Library.load(SourceFile:4)
at org.jetbrains.skia.impl.Library$Companion.staticLoad(SourceFile:2)
at org.jetbrains.skia.Image.(SourceFile:1)
… 30 more