-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Generic error if FS.createPreloadedFile parent doesn't exist #21928
Comments
I tried to reproduce this in node that is did show a reasonable error:
In the browser I see Perhaps I'm misunderstanding something? |
Huh. I was doing it in the browser. But even in an O0 build with ASSERTIONS on I never saw a specific error like that. |
Can you share the full set of link flags you are using? Are you saying you don't see any kind of stack trace in devtools? |
There is a stack trace, it's just the main error message that's generic:
Line 3593 is from here:
Maybe ASNCIFY or ENVIRONMENT=web muddles things? |
Version of emscripten/emsdk:
I'm trying to preload some files (in a pre-js file):
Since I forgot to create the
/data
folder first I'm getting a console errors, but they're very generic and unhelpful. Enabling-sASSERTIONS
doesn't make a difference.The text was updated successfully, but these errors were encountered: