Skip to content

Oversized metrics for some fonts #15

@agraven

Description

@agraven

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions