Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Which platform are you on? Linux builds have only been tested on Arch/Manjaro specifically and require SDL2, FreeType and bullet to be installed. On Windows make sure you have the latest VC_redist.x64 installed. If you launch the game from a command line are there any errors printed?

(1 edit)

I'm on windows and I've run the VC redist installer and restarted my computer as prompted. No errors were printed when I tried to launch the game from a command line. Still quit immediately. 

P.S. A window named "crogine game" was opened briefly though. The icon of the window started with a golf ball then to what looks like the crogine game logo.

Sounds like it's starting but running into one of a couple of possible issues. It may not be able to start up the graphics mode required (opengl 4.1) - this can sometimes happens with on-board intel GPUs, or mobile GPUs if you're on a laptop. The only potential fix for this is checking to see if there are any updated drivers. It may also be having trouble reading or writing the file system - preferences are stored in %appdata%/Trederia/golf which should be fine for the current user. Game assets are stored in the assets folder along side the executable so you might need to check the current user has permissions to use the install directory (you can test this by seeing if the game runs with administrator permission). There might also be a text file named output.log next to the executable which stores some error messages - although this won't exist if the game exits before it can write to the file.

(3 edits)

It doesn't work with administrator permissions and I'm using an on-board intel GPU :|. My drivers are probably relatively outdated though.

P.S. Purcitop Garden works fine

That could be the problem then. Purcitop Garden uses an older version of opengl (2.1) for compatibility, but VGA Golf uses a newer version. Sorry about that :/

(1 edit)

It still doesn't work even with updated drivers :( . (It kicked me out way faster though) (on the upside i got better graphics :)

(+1)

Thanks for trying again - I'm sorry it didn't work out. I'll look at what I can do in the next update to try and fix it, at the very least I'll make it print better errors to try and fix what's going on!

(+1)

Update: I tried it on my other laptop with a GPU and it worked fine

(+1)

Awesome! I hope you enjoy it 😁