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

I can't decode some .sc files #21

Open
nihatxp opened this issue Feb 7, 2023 · 5 comments
Open

I can't decode some .sc files #21

nihatxp opened this issue Feb 7, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@nihatxp
Copy link

nihatxp commented Feb 7, 2023

-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'
}

@jeanbmar
Copy link
Owner

jeanbmar commented Feb 7, 2023

Could you please share a file that doesn't decode properly?

@nihatxp
Copy link
Author

nihatxp commented Feb 7, 2023

Could you please share a file that doesn't decode properly?

file.zip

@nihatxp
Copy link
Author

nihatxp commented Feb 12, 2023

Could you please share a file that doesn't decode properly?

file.zip

did you solve this problem

@jeanbmar
Copy link
Owner

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!

@jeanbmar jeanbmar added the help wanted Extra attention is needed label Mar 16, 2023
@Decencies
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants