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

Latest dev revision fails to run native games #112

Closed
neuromancer opened this issue Oct 31, 2018 · 2 comments
Closed

Latest dev revision fails to run native games #112

neuromancer opened this issue Oct 31, 2018 · 2 comments

Comments

@neuromancer
Copy link
Contributor

Latest dev revision of GameHub (4150ba2) fails to run native games. It will open the customscript.sh file with the default content:

#!/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.

@tkashkin
Copy link
Owner

Doesn't happen for me, maybe duplicate of #99 (comment)

Try to build without optimizations.

@neuromancer
Copy link
Contributor Author

You are right!, adding:

unset CFLAGS
unset CXXFLAGS
unset CPPFLAGS

in the PKGBUILD solves this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants