Skip to main content

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

I have this crap for two months now. I even contacted itch but i didnt get a response. Its insane that nobody is fixing this. Possible fixes dont help.

I'd wish we'd get at least some response from the devs. Even through it's just an status update or the question for feedback to replicate this issue. I mean here are pretty certainly some folks willing to help. In this current situation it looks like (and this is just an speculation on my hand) as if the app got abandoned/and or devs got cut due to financing issue or similar.

But yeah, I know - speculations are not helpful. I just wishend any kond of feedback.

(+1)

From what I've read, this solves the problem:

https://github.com/itchio/itch/issues/3369

(1 edit) (+1)

I wonder how and where  i should put that line in because the main js file is just a jumble full of lines. I have put that line in the text after onready but i still have the captcha problem after that.

(+1)

skywalker-11 made a comment about that:

"For those who want to fix their installed itch.io app: For the current stable release 26.1.9 you have to modify the file app-26.1.9/resources/app/dist/main/main.bundle.js in the itch installation directory at line 13563 by inserting a new line

electron__WEBPACK_IMPORTED_MODULE_6__.app.userAgentFallback = (0,main_util_useragent__WEBPACK_IMPORTED_MODULE_4__/* .userAgent */ .W)(); 

The content should look like this afterwards:

    let store = (__webpack_require__(4213)/* ["default"] */ .Z);     let onReady = () => {         electron__WEBPACK_IMPORTED_MODULE_6__.app.userAgentFallback = (0,main_util_useragent__WEBPACK_IMPORTED_MODULE_4__/* .userAgent */ .W)();         registerSync({             buildApp: (_x) => {                 return {                     name: electron__WEBPACK_IMPORTED_MODULE_6__.app.getName(), 

You can edit the file in a text editor. If you search for ITCH_IGNORE_CERTIFICATE_ERRORS in the file the location you have to modify is ~ 25 lines below that."

Unfortunately this does not fix the issue for me :(

(1 edit)

Well my text editors are strange, most of them dont recognize the file you have to edit. I use libre for it but it doesnt show all the space bars and thats a problem. Its stupid that windows 11 doesnt have any text editor on install anymore like wordpad, at least my windows 11 doesnt have it.

I'd personally highly suggest Notepad++ for that.