laamaa / m8c

Cross-platform M8 tracker headless client
Other
382 stars 81 forks source link

m8c on WSL #18

Closed parashu-rama closed 2 years ago

parashu-rama commented 2 years ago

Hello! Try m8c on WSL2 - got CRITICAL: Cannot find a M8. In WSL m8 serial /dev/ttyS* https://www.scivision.dev/usb-tty-windows-subsystem-for-linux/ Is it possible to run m8c on Windows?

laamaa commented 2 years ago

I haven't tried building on WSL2, but looking at the error, I would imagine that libserialport's USB device lookup isn't working in WSL2.

M8c can be built with MSYS2 in Windows and there is a prebuilt Windows 64bit binary available in the Releases section.

On Thu 23. Sep 2021 at 13.25, parashu-rama @.***> wrote:

Hello! Try m8c on WSL2 - got CRITICAL: Cannot find a M8. In WSL m8 serial /dev/ttyS* https://www.scivision.dev/usb-tty-windows-subsystem-for-linux/ Is it possible to run m8c on Windows?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/laamaa/m8c/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNUYFWM4PQ64ZCPHAGDK5TUDL6B3ANCNFSM5ETK7XJQ .

parashu-rama commented 2 years ago

Thank you very much!