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

Yeah. For some reason, it seems to be attempting to unpack EXE file itself.
So you see like "insides" of that exe file, instead of just unpacking main folder with it.
Which obviously leads to error. Try 7Zip or WinRar.

The problem is I'm NOT downloading it MANUALLY, I'm using the app to download so I'm not the one unpacking

(2 edits)

In that case you should contact Itch support, because their application clearly is doing something its not supposed to do.
Who knows what else it may be doing wrong~
I cant fix problem with someone else application errors from my side :)
Its just archieve and non-encrypted exe file, why its trying to unpack it automatically is mystery to me.
You can also try to download Linux version and run it from .bat file like this (yes it should run on windows if using .Bat launch)

java.exe -Djava.library.path=native/windows -Xss50M -jar LewdMaze.jar

Assuming this app at least doesn't unpack Jar files automatically~