itch icon indicating copy to clipboard operation
itch copied to clipboard

🏁 Feedback v25.6.2

Open Rafael-6-9 opened this issue 1 year ago • 4 comments

Event log:

TypeError: Cannot read property 'pid' of undefined
    at Timeout._onTimeout (C:\Users\rafae\AppData\Local\itch\app-25.6.2\resources\app\dist\main\main.bundle.js:38310:61)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)

Rafael-6-9 avatar Feb 14 '24 23:02 Rafael-6-9

Please upgrade to the latest (canary) release and test if your issue is still there. If you can't reproduce it please close the issue.

I don't know where you've got v25.6.2 from: image

3ter avatar Feb 17 '24 20:02 3ter

Please upgrade to the latest (canary) release and test if your issue is still there. If you can't reproduce it please close the issue.

I don't know where you've got v25.6.2 from: image

The app itself is updating to 25.6.2, even using the itch.io setup has it set to 25.6.2

Shadowjoey avatar Feb 22 '24 22:02 Shadowjoey

I apologize, I didn't understand the currently used release process it seems. Although it seems a little off to me. image It's the same version for me. I thought @Rafael-6-9 wanted to give feedback to a development version.

The error you saw happened in node_modules\butlerd\lib\instance.js

        this._endpointPromise = new Promise((resolve, reject) => {
            let timeout = setTimeout(() => {
                if (this.process) {
                    log(`one timeout`);
                }
                else {
                    log(`spawned butler, PID ${this.process.pid}`);
                }
                reject(new Error("timed out waiting for butlerd to listen"));
            }, endpointTimeout);

I never experienced this problem with initializing butlerd as of now. Does it still happen?

3ter avatar Feb 23 '24 05:02 3ter

Close as obviously not intended to add a valuable issue to the repo.

3ter avatar Mar 01 '24 16:03 3ter