AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
752 stars 66 forks source link

Neither AppImage nor .deb of 2.6.3 launches on Ubuntu 24.04 #272

Open despens opened 1 week ago

despens commented 1 week ago

This is what I'm getting when running from the terminal:

$ agregore-browser 
LaunchProcess: failed to execvp:
/opt/Agregore
[1123926:1113/070818.180383:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)
Trace/breakpoint trap (core dumped)
RangerMauve commented 1 week ago

Oh no, that's unexpected, Are you running on wayland by any chance?

RangerMauve commented 1 week ago

Also, have you had luck with older versions?

despens commented 1 week ago

@RangerMauve Indeed I run Wayland. Quickly tested in Xorg, unfortunately the results are the same.

RangerMauve commented 1 week ago

I'll try building the next one in a newer release of Ubuntu to see if that changes anything. Also, what sort of CPU are you running? 64 bit x86?

RangerMauve commented 1 week ago

Might be related to this: https://github.com/electron/electron/issues/41066

RangerMauve commented 1 week ago

Might be able to fix it by integrating this update in the build system: https://github.com/electron-userland/electron-builder/issues/8635