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
When I click on Select File on menu or Select File on SoundFont under Settings, nothing happen and log shows:
[2024-04-27T23:56:46Z INFO neothesia::scene::menu_scene::iced_menu::settings] User canceled dialog
[2024-04-27T23:56:52Z INFO neothesia::scene::menu_scene::iced_menu::midi_file_picker] User canceled dialog
There is no error shown but only a warning during the compiling process:
Compiling midi-io v0.1.0 (~/.cache/yay/neothesia/src/Neothesia-0.2.1/midi-io)
warning: field `0` is never read
--> midi-io/src/lib.rs:127:32
|
127 | pub struct MidiInputConnection(midir::MidiInputConnection<()>);
| ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| field in this struct
|
= note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
127 | pub struct MidiInputConnection(());
| ~~
warning: `midi-io` (lib) generated 1 warning
Judging by the fact that you are on Hyprland, your XDG Portal setup is probably broken, you can try to install zenity and see if Neothesia fallbacks to it correctly.
Error description
Select File
on menu orSelect File
on SoundFont under Settings, nothing happen and log shows:Compiling process
Following
cargo
build under Archlinux AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=neothesiaThere is no error shown but only a warning during the compiling process:
System Info
The text was updated successfully, but these errors were encountered: