Baezon / pof-tools

Program for manipulating the Freespace model format .pof
3 stars 8 forks source link

Crash on startup on arch linux #164

Open topas-rec opened 1 month ago

topas-rec commented 1 month ago

Hello there,

I cannot start the tools in version 1.5.3 on a recent arch linux using wayland and GNOME. Startup prints

Terminal output ``` [tobiasb@tobias-pc POF Tools]$ ./pof-tools interface 'wl_surface' has no event 2 thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: GlutinCreationError(OsError("eglInitialize failed"))', src/main.rs:64:70 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: queue 0x5f88832617f0 destroyed while proxies still attached: wl_buffer@38 still attached wl_buffer@37 still attached wl_buffer@36 still attached wl_buffer@35 still attached wl_subsurface@29 still attached wl_surface@28 still attached wl_subsurface@27 still attached wl_surface@26 still attached wl_subsurface@25 still attached wl_surface@24 still attached wl_subsurface@23 still attached wl_surface@22 still attached wl_subsurface@21 still attached wl_surface@20 still attached xdg_wm_base@18 still attached xdg_activation_v1@12 still attached zwp_text_input_manager_v3@11 still attached zwp_pointer_constraints_v1@10 still attached zwp_relative_pointer_manager_v1@9 still attached wl_seat@8 still attached wl_subcompositor@7 still attached wl_output@6 still attached wl_shm@5 still attached wl_compositor@4 still attached wl_registry@2 still attached ```

When I add WINIT_UNIX_BACKEND=x11 I get the tools tarted.

digama0 commented 1 month ago

This sounds like an issue with your configuration or local install, and not with the program itself. Perhaps https://bbs.archlinux.org/viewtopic.php?id=293122 is useful?