fsolauncher
fsolauncher copied to clipboard
[Bug] Error: invalid comment length. expected: 16320. found: 0
Error: invalid comment length. expected: 16320. found: 0
"app.asar/node_modules/yauzl/index.js", line 133,
in "app.asar/node_modules/yauzl/index.js", line 631,
in "app.asar/node_modules/fd-slicer/index.js", line 32,
in "node:fs", line 666, in FSReqCallback.wrapper [as oncomplete]
This seems to happen to a small number of users, and it has popped up here and there for quite some time.
This is the download that failed. As observed, the bytesRead differs from the actual content-length, yet the download was reported as finished:
download finished {
_failed: false,
_bytesRead: 2347129572,
_length: 1267235044,
from: 'https://beta.freeso.org/LauncherResourceCentral/TheSimsOnline',
to: './temp/tsoclient/client.zip',
fileExists: true,
md5: '/BPSdlAgKsjke4nC12181Q=='
}
I have not been able to reproduce this.