kpocza / LoWe

Linux on Windows extender
MIT License
244 stars 17 forks source link

Unable to get mplayer example working #16

Open mcandre opened 4 years ago

mcandre commented 4 years ago

Summary

When I try to use the LoWe system, it presents multiple errors and fails to run mplayer. The client complains about I/O errors and unable to load config.

When I tap the Enabled button in the LoWeExposer ALSA tab once, nothing happens.

When I tap the Enabled button a second time, that triggers some kind of WSACancelBlockingCall error.

Trace (PowerShell)

PS C:\Users\andrew\go\src\github.com\kpocza\LoWe\src\LoWeExposer\out> .\LoWeExposer.exe

Trace (WSL)

$ pwd
/home/andrew/go/src/github.com/mcandre/rouge
$ loweagent -e 'mplayer examples/p0.wav'
[ERR]{config}: Line 0 , msg: file I/O error
[ERR]{main}: Unable to load config

Screenshot

lowe-errors

kpocza commented 4 years ago

According to the error message, the loweagent.conf must be missing.
Do you have it in the same directory as the executable?