feschber / lan-mouse

mouse & keyboard sharing via LAN
GNU General Public License v3.0
2.62k stars 84 forks source link

error installing lan-mouse in windows 10 #208

Open fe2-Nyxar opened 1 month ago

fe2-Nyxar commented 1 month ago

this is all i got as an error: Failed to load shader program:

[2024-10-02T16:34:42Z WARN  lan_mouse::config] C:\Users\nyxar\AppData\Local\lan-mouse\config.toml: The system cannot find the path specified. (os error 3)                                                                                      [2024-10-02T16:34:42Z WARN  lan_mouse::config] Continuing without config file ...                                       [2024-10-02T16:34:42Z INFO  lan_mouse] release bind: [KeyLeftCtrl, KeyLeftShift, KeyLeftMeta, KeyLeftAlt]               [2024-10-02T16:34:42Z WARN  lan_mouse::config] C:\Users\nyxar\AppData\Local\lan-mouse\config.toml: The system cannot find the path specified. (os error 3)                                                                                      [2024-10-02T16:34:42Z WARN  lan_mouse::config] Continuing without config file ...                                       [2024-10-02T16:34:42Z INFO  lan_mouse] release bind: [KeyLeftCtrl, KeyLeftShift, KeyLeftMeta, KeyLeftAlt]               [2024-10-02T16:34:42Z INFO  lan_mouse] Press [KeyLeftCtrl, KeyLeftShift, KeyLeftMeta, KeyLeftAlt] to release the mouse  [2024-10-02T16:34:42Z INFO  lan_mouse::server] running service                                                          [2024-10-02T16:34:42Z INFO  input_capture] using capture backend: windows                                               [2024-10-02T16:34:42Z INFO  lan_mouse::server::capture_task] []                                                         [2024-10-02T16:34:42Z INFO  lan_mouse::server::emulation_task] creating input emulation...                              [2024-10-02T16:34:42Z INFO  input_emulation] using emulation backend: windows                                                                                                                                                                   (lan-mouse.exe:8476): GLib-GIO-WARNING **: 17:34:43.639: win32 session dbus binary not found                                                                                                                                                    (lan-mouse.exe:8476): Gsk-CRITICAL **: 17:38:13.756: Failed to load shader program: Compilation failure in shader.      Source Code:                                                                                                              1| #version 440                                                                                                         2| #define N_TEXTURES 16                                                                                                3| #define N_EXTERNAL_TEXTURES 0                                                                                        4| #define GSK_VERTEX_SHADER 1                                   
...

and then the programs re runs all over

feschber commented 1 month ago

How did you install it?

fe2-Nyxar commented 1 month ago

How did you install it?

from the github and SourceForge both the versions the latest version and v0.8

feschber commented 1 month ago

I will have to look into proper distribution for windows. For now you can likely fix this by building gtk / libadwaita from source. The instructions are in the README

fe2-Nyxar commented 1 month ago

I will have to look into proper distribution for windows. For now you can likely fix this by building gtk / libadwaita from source. The instructions are in the README

thanks man, also I don't have enough ram to build it from source so I'm just gonna wait till you guys fix it :D