MrTanoshii / rusty-autoclicker

A pure Rust portable auto clicker built for Linux, macOS & Windows.
Creative Commons Zero v1.0 Universal
71 stars 12 forks source link

App crashing on Linux due to window position `None` #7

Closed MrTanoshii closed 2 years ago

MrTanoshii commented 2 years ago

See https://github.com/emilk/egui/issues/2004

The issue seems to come from eframe and/or winit crates

MrTanoshii commented 2 years ago

Problem is with winit and Wayland

Solution is to use x11

export WINIT_UNIX_BACKEND=x11
./launch_your_app