-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing on cursor movement #270
Comments
Can't reproduce on Arch. |
Yeah, it doesn't happen if I run it in distrobox with Arch. |
i'm also using i am happy to provide any additional details i can as thank you 🙇 |
Sadly this is impossible for me to debug, as I don't use nix and this literally only happens on Nix. Judging from the log this is either a problem with:
I'll leave this open in case someone on Nix is willing to debug and fix this. |
To add a bit of context: I noticed the list of dependencies differs in this repo's flake and nixpkgs. But I have this issue with both of them. |
I'm able to reproduce this on NixOS with same WM. Error log and stacktrace.
|
I created this VM for anyone willing to debug on NixOS, without having NixOS installed on their system: https://github.com/jim3692/walker-nixos-vm For Arch Linux users: # Install the Nix package manager
sudo pacman -S nix
# Add your user to the Nix group
sudo usermod -aG nix-users $USER
# Clone my repo
git clone https://github.com/jim3692/walker-nixos-vm.git
# cd into it
cd nixos-walker-vm
# Optionally modify the configuration in flake.nix
# Run the VM
nix --extra-experimental-features "nix-command flakes" run . This VM contains a minimal Sway configuration with VSCodium and the required tools for Golang development The Walker's source code is automatically cloned to The bashrc is configured to switch to the Disclaimer: The VM is not fully functional. While developing this environment, I discovered another issue. When the project is started using
|
Describe the bug
walker crashes when I quickly move the cursor in and out the window. It only happens when I move the cursor fast. When I move it slowly, it does not crash
Version
0.12.15
Minimal Config
The default config.
To Reproduce
Launch walker (any module). Quickly move the cursor around the screen.
Expected behavior
No crash.
Screenshots
Desktop
NixOS/Hyprland
Additional context
full log
The text was updated successfully, but these errors were encountered: