Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

So my wife and I finally got the game to connect thanks to mason1920's suggestion of using the internal IP instead of external, but every time one of us joins, the game tells the host they've won with the most kills being 0. Any ideas?

Tell me what OS you have. Windows, Linux, or Mac

(+1)

We're both on mac, Sierra/High Sierra

use the terminal to open the application by typing this into the terminal:

/path/to/app/LastManStanding64.app/Contents/MacOS/LastManStanding64

Then after getting the error, close the app. then copy everything from your teminal, and paste it as a comment.

I tried that, I keep getting "No such file or directory". I verified that the app name is still the same, and opened up the contents to make sure that directory existed, but I couldn't get it to go. I tried opening that file directly, but got a few lines and then "process completed" without any other information. I have it in my applications folder if that changes anything.

okay, please open a terminal in the applications folder, then in the terminal type:

./LastManStanding64.app

or

open ./LastManStanding64.app

or

open LastManStanding64.app

or

LastManStanding64.app


then put the terminal output as a comment.

Coles-MacBook-Pro:~ colesampson$ ./LastManStanding64.app
-bash: ./LastManStanding64.app: No such file or directory

Coles-MacBook-Pro:~ colesampson$ open ./LastManStanding64.app
The file /Users/colesampson/LastManStanding64.app does not exist.

Coles-MacBook-Pro:~ colesampson$ open LastManStanding64.app
The file /Users/colesampson/LastManStanding64.app does not exist.

Coles-MacBook-Pro:~ colesampson$ LastManStanding64.app
-bash: LastManStanding64.app: command not found

Thanks for your help with all of this. I tried all 4 and these were the results.

okay, my bad. I should've specified how to open a terminal into the applications folder.

Go to here: https://discord.gg/wEzfRxV

this way, I can help you better.

I got mac