We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried to package Ubuntu 12.04 game into AppImage and run it on 20.04.
app: c501checkers union: true ingredients: package: c501checkers dist: precise sources: - deb http://old-releases.ubuntu.com/ubuntu/ precise main universe ppas: - colingille/freshlight script: - cp ./usr/share/c501checkers/data/icon.png ./c501checkers-icon.png
This is what I get after running the AppImage:
user@hp-laptop:~/Downloads/pkg2appimage$ ./out/C501_Checkers-1.1.3+precise1.glibc2.14-x86_64.AppImage grep: symbol lookup error: grep: undefined symbol: pcre_jit_stack_alloc
Any ideas how to fix that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I tried to package Ubuntu 12.04 game into AppImage and run it on 20.04.
This is what I get after running the AppImage:
Any ideas how to fix that?
The text was updated successfully, but these errors were encountered: