You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install neovide with brew on Ubuntu 24.04.1 LTS Desktop (fresh install, minimal customizations).
Ryzen 7950X3D, Nvidia 4090
According to the neovide maintainer the build configuration for neovide on Linux is the same as on MacOS, the code that panics should not even run on Linux.
See neovide/neovide#2890 (comment)
The text was updated successfully, but these errors were encountered:
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I tried to run
neovide
why: because I like it and use it on MacOS
What happened (include all command output)?
Neovide panicked with the message 'Failed to create winit event loop: NotSupported(NotSupportedError)'. (File: src/window/mod.rs; Line: 126, Column: 38)
What did you expect to happen?
I'd expect
neovide
to runStep-by-step reproduction instructions (by running
brew
commands)Install neovide with brew on Ubuntu 24.04.1 LTS Desktop (fresh install, minimal customizations).
Ryzen 7950X3D, Nvidia 4090
According to the neovide maintainer the build configuration for neovide on Linux is the same as on MacOS, the code that panics should not even run on Linux.
See neovide/neovide#2890 (comment)
The text was updated successfully, but these errors were encountered: