Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Rothinsky

7
Posts
A member registered Jan 02, 2018

Recent community posts

(1 edit)

Just fyi: Admin answered to this issue regarding an suggested fix:

Thanks for the suggested fix, it will be included in the next update so we can see how it works. I'm still working on some modernization updates for the app so I don't know when the next version will be published quite yet.

I believe the root issue is that the current deployed app is on an old version of electron and cloudflare sees that as suspcious. The next update will also include a newer version of electron which should also hopefully prevent the browser checks but we'll have to do some more testingt.

So the issue is known and hopefully fixed in the future. Thank you @leafo

(1 edit)

Just fyi: Admin answered to this issue regarding an suggested fix:

Thanks for the suggested fix, it will be included in the next update so we can see how it works. I'm still working on some modernization updates for the app so I don't know when the next version will be published quite yet.

I believe the root issue is that the current deployed app is on an old version of electron and cloudflare sees that as suspcious. The next update will also include a newer version of electron which should also hopefully prevent the browser checks but we'll have to do some more testingt.

So the issue is known and hopefully fixed in the future. Thank you @leafo

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

There is no official fix for now. You could try this workaround:

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

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 :(

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.

Same issue here. It worked yesterday. Only the App is affected. Deleting the save profile and reentering the credentials leads to same issue.