fsolauncher icon indicating copy to clipboard operation
fsolauncher copied to clipboard

[Bug] Error: invalid comment length. expected: 16320. found: 0

Open sentry[bot] opened this issue 1 year ago • 1 comments

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]

sentry[bot] avatar Apr 19 '24 03:04 sentry[bot]

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.

ItsSim avatar Apr 19 '24 03:04 ItsSim