Skip to content
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

Neovide Crash Issue: Crash Occurs When Adding Parameters #2546

Closed
N1nEmAn opened this issue May 15, 2024 · 2 comments
Closed

Neovide Crash Issue: Crash Occurs When Adding Parameters #2546

N1nEmAn opened this issue May 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@N1nEmAn
Copy link

N1nEmAn commented May 15, 2024

Error Description

When entering neovide -- -a, Neovide crashes.
(neovide -- -{this can input anything to crash})

Steps to Reproduce

  1. Open a terminal.
  2. Enter the command neovide -- -a and press Enter.

Expected Behavior

Neovide should start normally and run with the specified parameter -a.

Log

TRACE [neovide] Neovide version: 0.12.2
ERROR [neovide::settings::config] Could not watch config file, chances are it just doesn't exist: No such file or directory (os error 2) about ["/home/N1nE/.config/neovide"]
DEBUG [neovide::settings::window_size] Loaded window settings: Windowed { position: PhysicalPosition { x: 1308, y: 8 }, pixel_size: Some(PhysicalSize { width: 1244, height: 1544 }), grid_size: Some(Dimensions { width: 65, height: 39 }) }
DEBUG [neovide::bridge::command] Starting neovim with: Command { std: "/usr/bin/nvim" "--embed" "-p" "-a", kill_on_drop: false }
ERROR [neovide::error_handling] Neovide just crashed :(
This is the error that caused the crash. In case you don't know what to do with this, please feel free to report this on https://github.com/neovide/neovide/issues!

Neovide requires nvim version 0.9.2 or higher. Download the latest version here https://github.com/neovim/neovim/wiki/Installing-Neovim

Desktop Information

  • Operating System: Arch Linux x86_64
  • Neovide Version: 0.12.2
  • Neovim Version: 0.9.5

Additional Context

  • Screenshot: Neovide Screenshot
@N1nEmAn N1nEmAn added the bug Something isn't working label May 15, 2024
@fredizzimo
Copy link
Member

-a is not a valid argument to nvim. The error message could be better, but we can't make it run with invalid parameters.

@fredizzimo
Copy link
Member

I'm closing this as a duplicate of (although it's not exactly a complete duplicate)

@fredizzimo fredizzimo closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants