Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to Run on Ubuntu #128

Open
David-Everlasting-Media opened this issue Aug 5, 2024 · 2 comments
Open

Fails to Run on Ubuntu #128

David-Everlasting-Media opened this issue Aug 5, 2024 · 2 comments
Labels
packaging related The packaging solutions being a nuisance again

Comments

@David-Everlasting-Media
Copy link

Describe the bug
Unable to launch via double-click / Desktop
Launch via terminal produces error:
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /tmp/_MEI9b5hdX/libz.so.1)

We verified libc is installed.

To Reproduce
Steps to reproduce the behavior:
Download Ubuntu version of Blender Launcher to Ubuntu.
Extract to Desktop.
Attempt to run.

Expected behavior
Expected launcher to open.

System (please complete the following information):

  • Operation system: Latest version of Ubuntu
  • Blender Launcher version: Latest release (v2.2.0)
  • Log file: Unsure how to retrieve.

Additional context
We've been using Blender Launcher on Windows 10/11 for quite some time, on 3 different Windows machines. My daughter runs Ubuntu and is following a lot of course content / tutorials etc which spread across a lot of different blender versions.

Blender Launcher V2 helped me immensely with this, but attempting to launch on desktop via click or right-click/run does nothing.
Launch With / Files and Run As Application failed as well.

We may be missing some install steps / instructions?

@zeptofine
Copy link
Collaborator

zeptofine commented Aug 5, 2024

Strange, those kinds of errors should only be affecting older versions of Ubuntu 🤔

Would you be willing to try and running it without the bundled executable? It simply requires python3.9 and the venv package.

# clone the repo
git clone https://github.com/Victor-IX/Blender-Launcher-V2
cd Blender-Launcher-V2
# create a virtual environment
python -m venv .venv
source .venv/bin/activate
# install the dependencies
python -m pip install -e .

# to run the project:
# python source/main.py

# to try to build it:
# sh scripts/build_linux.sh

Once the dependencies are installed, you don't have to install them again. you just need to activate the virtual environment and run source/main.py. This can be made into a simple script

source .venv/bin/activate
python source/main.py

Or you can try to build the executable using the scripts/build_linux.sh script

@David-Everlasting-Media
Copy link
Author

No lies, some of this is a little over my head but I'll give it a shot.

@Victor-IX Victor-IX moved this to Backlog in Blender Launcher V2 Nov 2, 2024
@Victor-IX Victor-IX added the packaging related The packaging solutions being a nuisance again label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging related The packaging solutions being a nuisance again
Projects
Status: Backlog
Development

No branches or pull requests

3 participants