hanatos / vkdt

raw photography workflow that sucks less
https://jo.dreggn.org/vkdt
BSD 2-Clause "Simplified" License
389 stars 36 forks source link

crash at start on Arch Linux #126

Closed blitzgneisserin closed 5 months ago

blitzgneisserin commented 5 months ago

Using the newst dev nightly appimage, the program crashes at start on Arch Linux:

[anna@archlinux Downloads]$ ./vkdt-rawler-0.8.99-19-g9599a799-x86_64.AppImage
[gui] glfwGetVersionString() : 3.4.0 Wayland X11 GLX Null EGL OSMesa monotonic
[gui] monitor [0] HDMI-A-1 at 0 0
[gui] vk extension required by GLFW:
[gui]   VK_KHR_surface
[gui]   VK_KHR_xcb_surface
[gui] no joysticks found
[gui] loading display profile /home/anna/.config/vkdt/display.HDMI-A-1
[ERR] ignoring old hotkeys for lighttable, sorry for the inconvenience
[ERR] ignoring old hotkeys for darkroom, sorry for the inconvenience
[ERR] ignoring old hotkeys for nodes, sorry for the inconvenience
vkdt: No such file or directory.
[New LWP 4963]
[New LWP 4964]
[New LWP 4965]
[New LWP 4966]
[New LWP 4967]
[New LWP 4968]
[New LWP 4969]
[New LWP 4970]
[New LWP 4971]
[New LWP 4972]
[New LWP 4973]
[New LWP 4974]
[New LWP 4975]
[New LWP 4976]
[New LWP 4977]
[New LWP 4978]
[New LWP 4987]
[New LWP 4988]
[New LWP 4989]
[New LWP 4993]
[New LWP 4998]

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
0x0000767b8900b963 in wait4 () from /usr/lib/libc.so.6
backtrace written to /tmp/vkdt-bt-4962.txt
recovery data written to /tmp/vkdt-crash-recovery.*
[anna@archlinux Downloads]$ 

vkdt-bt-4962.txt

hanatos commented 5 months ago

hm thanks for reporting. a bit hard to tell what might be going on from this. does a manually compiled version run? i had similar behaviour with the appimages on debian when the loaded kernel and the loaded nvidia module didn't match (i.e. misconfigured driver in the middle of an update or some such).

blitzgneisserin commented 5 months ago

Never mind. This seems to be an Xwayland issue. vkdt seems to be functional on KDE Plasma X11. I think we can close this. The rawler-wayland-appimage works on Wayland.