-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to launch neophyte i get a blank window and the following output in stdout
WARN [sctk_adwaita::buttons] Ignoring unknown button type:
INFO [neophyte::neovim] Calling method nvim_ui_attach
INFO [neophyte::neovim::stdout_thread] RPC response to 0: Nil
INFO [wgpu_hal::vulkan::instance] Debug utils not enabled: debug_utils_user_data not passed to Instance::from_raw
INFO [wgpu_core::instance] Adapter Vulkan AdapterInfo { name: "Intel(R) Graphics (ADL GT2)", vendor: 32902, device: 18086, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 23.2.1-1ubuntu3.1", backend: Vulkan }
INFO [neophyte::event_handler] Got resize: PhysicalSize { width: 800, height: 600 }
INFO [neophyte::neovim] Calling method nvim_ui_try_resize_grid
ERROR [neophyte::event_handler] Unknown event: chdir
ERROR [neophyte::event_handler] Unknown event: chdir
ERROR [neophyte::event_handler] Unknown event: chdir
INFO [neophyte::neovim::stdout_thread] RPC response to 1: Nil
For some reason the issue is not triggered when passing --clean to the neovim instance. When running :source ~/.config/nvim/init.lua after launching with --clean, the window freezes for several seconds, outputting the error log repeatedly, but eventually recovers.
I have yet to make a minimal config which will trigger this issue
I'm using nightly neovim, version 202402192105 on Ubuntu 23.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working