You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple request to package a version compatible with steam deck (glibc 2.33)
I understand this may not be a priority, but if its not overly difficult it would be appreciated
(1)(deck@NullDeck DGEngine)$ ldd --version
ldd (GNU libc) 2.33
Copyright (C) 2021 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.
(deck@NullDeck DGEngine)$ ./DGEngine*.AppImage
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by ./DGEngine-x86_64.AppImage)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libsfml-window.so.2.6)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libsfml-system.so.2.6)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libopenal.so.1)
./DGEngine-x86_64.AppImage: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /tmp/.mount_DGEngi2VByV8/usr/bin/../lib/libudev.so.1)
(1)(deck@NullDeck DGEngine)$
The text was updated successfully, but these errors were encountered:
Simple request to package a version compatible with steam deck (glibc 2.33)
I understand this may not be a priority, but if its not overly difficult it would be appreciated
The text was updated successfully, but these errors were encountered: