browser icon indicating copy to clipboard operation
browser copied to clipboard

error: InvalidVersion and exit when running on Fedora 41

Open joshbaptiste opened this issue 1 month ago • 15 comments

Hello,

Trying out the latest binary release today and does not run at all on Fedora 41

josh@fedora ~/Downloads [1]> sha1sum lightpanda-x86_64-linux 
38980cef5905236c1e14f4d2eaac2bcbb68e6f10  lightpanda-x86_64-linux

josh@fedora ~/lDownloads> ./lightpanda-x86_64-linux 
error: InvalidVersion
josh@fedora ~/Downloads [1]> ./lightpanda-x86_64-linux --dump https://lightpanda.io
error: InvalidVersion

josh@fedora ~/Downloads> lsb_release -a
LSB Version:    n/a
Distributor ID: Fedora
Description:    Fedora Linux 41 (KDE Plasma)
Release:        41
Codename:       n/a

Strace ending snippet

rt_sigaction(SIGPIPE, {sa_handler=0x152b900, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f555e245090}, NULL, 8) = 0
unlinkat(AT_FDCWD, "/tmp/lightpanda", 0) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEPORT, [1], 4) = 0
bind(3, {sa_family=AF_UNIX, sun_path="/tmp/lightpanda"}, 110) = 0
listen(3, 1)                            = 0
getsockname(3, {sa_family=AF_UNIX, sun_path="/tmp/lightpanda"}, [110 => 18]) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f555e51c000
uname({sysname="Linux", nodename="fedora", ...}) = 0
close(3)                                = 0
write(2, "error: InvalidVersion\n", 22error: InvalidVersion
) = 22
exit_group(1)                           = ?
+++ exited with 1 +++
josh@fedora ~/Downloads [1]> strace -f ./lightpanda-x86_64-linux

joshbaptiste avatar Jan 17 '25 18:01 joshbaptiste