Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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.