Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeError [ERR_INVALID_ARG_VALUE] when unpacking app.asar #345

Open
TaxMachine opened this issue Dec 22, 2024 · 0 comments
Open

RangeError [ERR_INVALID_ARG_VALUE] when unpacking app.asar #345

TaxMachine opened this issue Dec 22, 2024 · 0 comments

Comments

@TaxMachine
Copy link

/home/taxmachine/squashfs-root/resources/node_modules/@electron/asar/lib/asar.js:253
        throw new Error('Unable to extract some files:\n\n' +
        ^

Error: Unable to extract some files:

RangeError [ERR_INVALID_ARG_VALUE]: The argument 'size' is invalid. Received 6.62534095087035e+306
    at Function.alloc (node:buffer:405:3)
    at Object.readFileSync (/home/taxmachine/squashfs-root/resources/node_modules/@electron/asar/lib/disk.js:129:25)
    at Object.extractAll (/home/taxmachine/squashfs-root/resources/node_modules/@electron/asar/lib/asar.js:241:38)
    at Command.<anonymous> (/home/taxmachine/squashfs-root/resources/node_modules/@electron/asar/bin/asar.js:70:10)
    at Command.listener [as _actionHandler] (/home/taxmachine/squashfs-root/resources/node_modules/commander/index.js:413:31)
    at Command._parseCommand (/home/taxmachine/squashfs-root/resources/node_modules/commander/index.js:914:14)
    at Command._dispatchSubcommand (/home/taxmachine/squashfs-root/resources/node_modules/commander/index.js:865:18)
    at Command._parseCommand (/home/taxmachine/squashfs-root/resources/node_modules/commander/index.js:882:12)
    at Command.parse (/home/taxmachine/squashfs-root/resources/node_modules/commander/index.js:717:10)
    at Object.<anonymous> (/home/taxmachine/squashfs-root/resources/node_modules/@electron/asar/bin/asar.js:78:9)

I used other tools to try and unpack it and no one works, i have no idea why it does that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant