Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Trying to run in WINE on Linux, and the hello splash does open and music plays, but the buttons are unresponsive. Got this error in the console:

0118:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0118:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems

Why is it trying to use NTLM? That’s something you would use to authenticate to an SMB service, I can’t imagine why a game would need it.

Anyway, probly just a WINE problem. You made this with Unity, so why not build for Web too?

I apologize for the inconvenience. I've had problems before where the web based version not being able to load scene, so I did not try for this one, but I'll definitely look into it for future projects. And maybe look into WINE as well.