asobitech 2014-12-09 17:20
insane.
Foon → Ludum Dare Explorer → LD31 → Maze runner
By chathony01
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2356 |
insane.
Cannot run the entry:
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
Serial number of failed request: 218
Current serial number in output stream: 220
Tried rebuilding (which works), but the error is still there :(
How can I compile the game under linux, make does not work, nor executing the binary.. :/
Got an error on start:
X Error of failed request: GLXBadRenderRequest.
You also probably didn't need to include the .git/ files in the source. They're an extra 19M unpacked.
Interesting game, a little like VVVVV. However, a lot of small things made it less interesting than it could be: controls were wonky, hitting spikes didn't seem to do anything at all, hitting the finish didn't... finish. Not to mention the controls are never explained.
I also had trouble running the game. I had to remove all the library files other than libatuki.so in the lib directory, and then install libsfml, libsndfile, and libopenal. From there, running "make" produced an executable I could run.
I get the same error as vrld. Also tried recompiling, didn't help.
I am running kernel 3.16.0 amd64, X.org 1.16.2 RC1, nvidia drivers 340.46 if that is any help.
You needs to install the driver of your GPU.
If you use apt-get use this :
sudo apt-get install fglrx
if you use something else you need to download the right drivers on internet
If you're getting the X error, you need to make sure to link against SFML files for your system - not the ones included in the source tree. That is, remove the ones included in the distribution before building. I'm pretty sure the cause is that the SFML files included are expecting a different version of X or OpenGL than we have installed.