Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sadly this seems to cause some kind of deadlock somewhere, I can't quite figure out where though

Where abouts? Tutorial messages should help.

I genuinely can't really tell. It's during startup, and the best I have is this:
"013c:err:sync:RtlpWaitForCriticalSection section 00000001CCDFD010 "?" wait timed out in thread 013c, blocked by 0000, retrying (60 sec)"


Trying to run a debugger on it isn't working, but that may be my own inexperience with the tools

That doesn't seem like an error in the game, what OS are you running on?

(1 edit)

This is linux, with wine, but everything I'm seeing with errors of this type shows it's something the game is doing, so I don't really know.

If you used a cross-compiler to make a linux build, I could run GDB, which I'm a bit more familiar with. If you included debug symbols, I might be able to fully diagnose it

(1 edit)

I didn't make a linux build. I wrote, playtested and compiled all on windows. I might be able to make a solely Linux-based build, but we'll see what happens* for 0.3

Yeah, hence a cross-compiler. I'm not sure what build system you used, but I do know that cross compilers exist for most things!

But yeah, I'll see if 0.3 does this, too

Hey there, I've just released V0.3 and a more in-depth update devlog. I hope this update allows you to run the game just via python! Let me know If you have anymore issues on either the main page's comments section, or V0.3's devlog' comments section!