greggman / HappyFunTimes

A System for creating 10-100+ player local games
http://greggman.github.io/HappyFunTimes
BSD 3-Clause "New" or "Revised" License
380 stars 55 forks source link

Looking for executable with wrong name on Linux (Unity3D) #8

Closed 70fu closed 9 years ago

70fu commented 9 years ago

When I download and want to play a HFT Unity game on Linux, then HFT wants to start "[name]-linux", instead of "[name]-linux.x86", saying "native game does not exist". Also the executable flag must be set, otherwise the game cannot be started.

A workaround is renaming the executable and setting the executable flag manually, obviously.

hfterror

greggman commented 9 years ago

Thanks! I pushed a fix I think in top of tree on master. you'll have to rename your file back the way it was but stuff should work after that.

70fu commented 9 years ago

Great, everything is working :smile: