zenustech / zeno

ZEn NOde system - a simulation & rendering engine in nodes
http://zenustech.com
Mozilla Public License 2.0
1.26k stars 154 forks source link

Ubuntu 20.04.3 LTS couldn't run the binary #186

Open FantasyVR opened 3 years ago

FantasyVR commented 3 years ago

After downloading https://github.com/zenustech/zeno/releases/tag/2021.9.3, I get a Segmentation fault (core dumped) error using the ./launcher command.

archibate commented 3 years ago

Hi, long time no see! Does 2021.8.24 work for you?

FantasyVR commented 3 years ago

Really good to see you here.

2021.8.24 still doesn't work. I tried almost every version back to zeno-linux-2021.8.8.zip. Then I get errors as follows:

$./launcher 
[106018] Error loading Python lib '/home/py/Downloads/zeno/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/py/Downloads/zeno/libpython3.8.so.1.0)

My GLIBC version is

$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.2) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

According to here, it might cause many problems if I update GLIBC.

hjuinj commented 2 years ago

I also get segfault with 2021.9.3 and 2021.8.24