CombinatorC icon indicating copy to clipboard operation
CombinatorC copied to clipboard

Unable to start correctly (0xc000007b)

Open KyleRokuKyu opened this issue 2 years ago • 1 comments

I have zlib in System32 and am running cmd as admin I'm very intrigued with this program. I have many plans >:D

[Edit: I've tried different lines inside test.txt, including provided examples from this git]

image

KyleRokuKyu avatar Sep 10 '23 17:09 KyleRokuKyu

Strange, that error seems to come from a mismatch between 32 vs 64 bit version of OS and software - is your computer running 32 or 64 bit Windows? However, I believe it builds a 32 bit executable so it should work on either. Also, if you just downloaded the zlib dll to use it for this, could you verify that you got the correct bit version to match your OS? If you already had it then disregard. Maybe try downloading the executable fresh, and/or reinstalling the dll?

osimon8 avatar Sep 13 '23 06:09 osimon8