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
Latest dev revision of GameHub (4150ba2) fails to run native games. It will open the customscript.sh file with the default content:
dev
customscript.sh
#!/bin/bash GH_EXECUTABLE="$1" GH_INSTALL_DIR="$2" GH_GAME_ID="$3" GH_GAME_ID_FULL="$4" GH_GAME_NAME="$5" GH_GAME_NAME_ESCAPED="$6"
This will happen despite the start.sh script is properly set for a game.
start.sh
The text was updated successfully, but these errors were encountered:
Doesn't happen for me, maybe duplicate of #99 (comment)
Try to build without optimizations.
Sorry, something went wrong.
You are right!, adding:
unset CFLAGS unset CXXFLAGS unset CPPFLAGS
in the PKGBUILD solves this issue.
No branches or pull requests
Latest
dev
revision of GameHub (4150ba2) fails to run native games. It will open thecustomscript.sh
file with the default content:This will happen despite the
start.sh
script is properly set for a game.The text was updated successfully, but these errors were encountered: