KotRikD / tosu

Eponymous software for reading osu! memory, accounting for most of gosumemory's issues (not exactly)
https://tosu.app
GNU Lesser General Public License v3.0
108 stars 10 forks source link

Check update failed will cause program crash #142

Closed Tsuk1ko closed 2 months ago

Tsuk1ko commented 2 months ago

v2.6.3

14:01:12.994  INFO  Starting tosu
14:01:12.998  INFO  Checking updates
node:internal/process/task_queues:95
    runMicrotasks();
    ^

TypeError: Cannot read properties of undefined (reading 'includes')
    at autoUpdater (C:\snapshot\dist\index.js)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async C:\snapshot\dist\index.js

Node.js v20.11.1
KotRikD commented 2 months ago

Can I ask what's your path to tosu? (like C:/Windows that's thing)

Tsuk1ko commented 2 months ago

D:\Program Files\tosu\tosu.exe

The reason for failure may be network.

I switched another proxy and the check was successful and the program ran normally.