gamejolt / issue-tracker

Issue tracker for Game Jolt
26 stars 6 forks source link

"Oh no! Could not launch game" #590

Closed 3Nex closed 8 years ago

3Nex commented 8 years ago

"Oh no! Could not launch game" - is the notification I get when I try to launch a game.

I installed my first game on Gamejolt client on Linux 64-bit, the game is "A Purr Tale", and when I click the Launch button in the client, only the mentioned notification pops up, nothing else happens.

I added the execute permissions on the file; didn't help.

I can launch the game by manually navigating to the game's folder and launching the executable file.

CyberKiller40 commented 8 years ago

This is usually a case of wrong game setup by the games developer. They didn't point to the correct executable file in the build options on the site.

YLivay commented 8 years ago

If the file wasnt executable it means it has to be a wrong launch option specified or no permissions for your user to launch executables where the game is saved. Most likely a wrong launch option.

Can you please try launching the game again? Then, after it fails, scroll down to the footer and click "Send System Report". We'll be able to verify exactly what the problem is :)

3Nex commented 8 years ago

Well actually... I don't know if the file wasn't already executable, I just added that as a guess pretty much... Anyway, I sent the system report and I entered this github URL as the description so you know what it refers to.

YLivay commented 8 years ago

Thanks for the system report, we'll be looking into it.

YLivay commented 8 years ago

Hey are you 32bit or 64bit?

CyberKiller40 commented 8 years ago

I checked this game - it runs fine from the client for me, though it incorrectly points to the 32bit binary (I checked which file got executable permissions set by the client) even on my 64bit system.

Oh yeah it's also missing fonts, probably the author used some windows specific font and didn't bundle it. Anyway it's the game that needs fixing first.

YLivay commented 8 years ago

Yup, getting exactly what @CyberKiller40's getting. It may be this game's launch options because other games do take the 64 bit version properly when set (Down Ward for example).

YLivay commented 8 years ago

Yeah the game has only a 32 bit launch option specified. To get it working you probably need to install the 32 bit versions of the libs it needs. Try launching the .x86 binary from the terminal and see what it complains about.

Also, would be a good idea to let the developer know, because this is a pretty good lil game (which almost made me cry damnit)