Skip to main content

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

I can't seem to get the game to open unfortunately. I don't even get an error message or a window briefly opening before crashing, nothing happens at all when I try to run the executable. Obviously others are able to run it okay so it must be an issue on my end, is there maybe something else I need to install first for it to work?

(+1)

That's weird, we've had issues with it crashing on the first button press but not opening at all is a new one. There should be a log.txt file in the folder with an (unfortunately short) error message, if you let me know what that says I'll have a crack at figuring it out tomorrow.

(+1)

I'm afraid it's not even making the log file as far as I can tell, not seeing it anywhere in the folder

(+1)

Hmm, it should be packaged with everything it needs to run, that's why there's so much stuff in there. I'll have a look about tomorrow to see if I can find any leads on what's happening.

(+1)

I think I've figured this out, if you go into Source/Content/XML/Preferences.xml in the extracted folder the values for musicVolume and sfxVolume should both be set to 0.25 but it seems like the leading zeroes are dropping off for some people. If you just update this to 0.25 again (or might be best to use 0 or 1 to avoid it being changed again) it should work for you.

(+1)

Did not work unfortunately, they were already set appropriately for me and changing them to a whole number didn't effect anything. I appreciate you going through the trouble to look for a solution though! I did some searching around myself and it seems like it might be a Monogame issue, I was able to find a forum post of someone else having my exact problem: https://community.monogame.net/t/game-with-monogame-3-8-1-not-working/18490

They were the dev for the game they were having issues with and solved it by publishing the game in a different format, though. I tried reinstalling .net 6 based on what was said in that thread, but no luck there

(+1)

I actually looked at that thread for a different issue before, it's what prompted me to put the try/catch in that writes to log.txt. If you're not getting that much I think it means something's going wrong before it even gets to the game code :(

Not sure how invested you are but I've open-sourced the codebase if you want to try building it locally - https://github.com/wayne-dillon/NewGame

(+1)

I'll try to find time to get that set up, or maybe find another computer I can borrow that hopefully won't have the same issue, before the voting period is over. Thanks for being so helpful with this bizarre issue!

(+1)

No worries, it's great to see someone is keen enough to go to all this effort to play our game!