itch icon indicating copy to clipboard operation
itch copied to clipboard

🏁 Feedback v25.5.1 FIXED (sort of)

Open Kakkahiukkanen opened this issue 3 years ago • 4 comments

This was my issue as with many others:

Event log:

TypeError: Cannot read property 'pid' of undefined
    at Timeout._onTimeout (C:\Program Files\Itch\Itch\app-25.5.1\resources\app\dist\main\main.bundle.js:38510:61)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)

This is a bit of hacky fix, I solved this issue by opening the main.bundle.js in notepad++, then removing these two functions:

fix1 fix2

So far the app works fine. As far as I can tell, all this means is that the app will not automatically remove old versions of itself, when updating. I could be wrong though but we'll see when the next update comes.

Kakkahiukkanen avatar Feb 18 '22 15:02 Kakkahiukkanen

I don't know if this is useful, but there are also these error messages. I looked into the butler/versions folder and it was empty . Not sure if it's supposed to be empty, maybe that's why it can't validate version 15.21.0 since it's not there.

Error Error2

Kakkahiukkanen avatar Feb 18 '22 19:02 Kakkahiukkanen

Thanks for the tip! confirmed this worked for me too (had to End Task on several instances of "the itch.io desktop app" from previous failures)

corey-martin avatar Mar 09 '22 12:03 corey-martin

This error is typically associated third party virus or security scanner tampering with your system without your permission. Our understanding is why you are seeing a missing butler executable is because it's being deleted unprompted by your security software.

leafo avatar Mar 15 '22 21:03 leafo

This was my issue as with many others:

Event log:

TypeError: Cannot read property 'pid' of undefined
    at Timeout._onTimeout (C:\Program Files\Itch\Itch\app-25.5.1\resources\app\dist\main\main.bundle.js:38510:61)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)

This is a bit of hacky fix, I solved this issue by opening the main.bundle.js in notepad++, then removing these two functions:

fix1 fix2

So far the app works fine. As far as I can tell, all this means is that the app will not automatically remove old versions of itself, when updating. I could be wrong though but we'll see when the next update comes.

Ty its help

Sangrel avatar Jul 04 '22 17:07 Sangrel