kpocza / LoWe

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

No LoWeExposer.exe was generated #13

Open BruteForce009 opened 4 years ago

BruteForce009 commented 4 years ago

I ran build.cmd and even tried to do it by second method in Visual Studio, but no LoWeExposer.exe was generated. This happened when I tried to run loweagent :-

@LAPTOP-P99MQ4FH:/mnt/c/Users/1517s/Documents/GitHub/LoWe/src/LoWeAgent/out$ ./loweagent -e X [INFO]{config}: Config loaded successfully [INFO]{main}: Determining program mode from exec param: X [INFO]{main}: Main program name is X [INFO]{main}: App config identified [INFO]{main}: Device handler configured [INFO]{checkexposer}: Ensuring LoWeExposer handled devices... [INFO]{fb}: Path: /dev/fb0 [INFO]{fb}: Path: /tmp/fb0 [INFO]{tty}: Path: /dev/tty0 [INFO]{tty}: Path: /dev/tty99 [INFO]{mice}: Path: /dev/input/evmice [INFO]{kbd}: Path: /dev/input/evkbd [INFO]{checkexposer}: Connecting to LoWeExposer on port no. 12345 [ERR]{checkexposer}: Unable to receive data [ERR]{checkexposer}: Please ensure that LoWeExposer.exe application is running [ERR]{main}: Unable to ensure that exposer is functioning

kpocza commented 4 years ago

@BruteForce15 I tried build.cmd, and it works. Have you checked the out folder of LoweExposer? You have to execute it manually, LoWeAgent can't start it automatically.

BruteForce009 commented 4 years ago

Thanks for the reply ! Untitled

I ran the highlighted file which seems to be loweExposer.exe, though not in the folder out as was stated in the instructions... But still nothing improved.

kpocza commented 4 years ago

@BruteForce15

If you can find LoWeExposer.exe in the out folder, then please run it from there:

 Directory of C:\Prog\LoWe\src\LoWeExposer\out

04/26/2017  10:08 PM    <DIR>          .
04/26/2017  10:08 PM    <DIR>          ..
02/26/2020  11:31 PM            46,592 LoWeExposer.exe
11/04/2016  10:31 PM               253 LoWeExposer.exe.config
02/26/2020  09:31 PM           112,128 LoWeExposer.pdb
03/05/2015  07:57 PM           471,040 NAudio.dll
03/05/2015  07:57 PM           940,967 NAudio.xml
               5 File(s)      1,570,980 bytes

Otherwise please send me the output of build.cmd to see the details.