-
Notifications
You must be signed in to change notification settings - Fork 10
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
I can't decode some .sc files #21
Comments
Could you please share a file that doesn't decode properly? |
|
did you solve this problem |
I had a look and there's a format difference for sure. It's like the LZMA header is omitted. Unfortunately I won't have time to reverse it in the near future, so any help is welcome! |
I'll take a look myself, thank you for reminding me! |
-ui_tex.sc
-loading_tex.sc
I am getting the same error in both files
enter a filepath or a directory:./ui_tex.sc
decompressing ./ui_tex.sc...
OOM
OOM
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "abort(OOM). Build with -s ASSERTIONS=1 for more info.".] {
code: 'ERR_UNHANDLED_REJECTION'
}
The text was updated successfully, but these errors were encountered: