Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hello,

looks promising, but unfortunately I'm unable to run the game. Double click doesn't work nor running from the terminal. No error message, no stacktrace, nothing. I'm on Windows 10 64-bit.

Could you please help me with that issue?

Hey, sorry for the long response time, been chilling since jam ended. I'm not sure exactly what OS you have so I'll give some windows specific advice. 

If the game isn't starting it could be because you don't have .NET Framework 4.7.2 installed. You'll have to get it from here (the runtime download) The game could also be getting blocked by an antivirus so you may want to try checking if that's happening.

I do have dotnet framework installed, I do use C# myself :) ...also, I needed to fixed typo - what I meant was "I'm on Windows..." :) 

I checked on AV already, tried to run with AV disabled - nothing changes. That's probably much more specific issue - maybe compatibility with specific Win update?

(2 edits)

The project uses a slightly dated version of .NET framework so you might have a newer version.

During development when we'd run builds windows would pop up asking us to confirm we want to run the program because it might be dangerous. Did you get anything like that when you tried to run the exe?

The requirements for running the game seem to be a 4.x .NET Framework (we used 4.7.2) and OpenAL 1.1 which should be bundled with the game. I would give installing OpenAL 1.1 a shot and see if it helps.

OK, let's try. I'll keep you posted. Thanks :)