Hi,
I’d need more details. Assuming you’re on Windows, could you please try these steps?
- Start PowerShell
- Run
cd 'C:\Program Files (x86)\AudioRelay\' - Try
.\runtime\bin\java.exe -cp "app/audiorelay.jar" com.azefsw.audioconnect.desktop.app.MainKt- If the command shows something, then you could try to create the log file via
.\runtime\bin\java.exe -cp "app/audiorelay.jar" com.azefsw.audioconnect.desktop.app.MainKt > "$env:USERPROFILE\desktop\output.log" 2>&1 - Otherwise, copy-paste the result
- If the command shows something, then you could try to create the log file via