-
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
JS crash: |ReferenceError: _dlopen is not defined|. #2
Comments
I've noticed that this error no longer appears in the python demo, but I was messing around with the OPENjpeg demo (http://syntensity.com/static/openjpeg.html), and I got a similar issue when I tried to add some options to the command line string. Here is the modification: try { instead of callMain(['-i', 'image.j2k', '-o', 'image.raw']); in j2k_to_image() (line 17). The error message is nearly identical:
Seems like a library import issue, but OPENjpeg imports the correct library, <stdio.h>. I tracked the function down in openjpeg.cc.js, and it is only used when either the '-l' or '-r' options are specified, which is why the code works in all other cases. |
These are basically parts of the standard C library that are not yet implemented or not linked correctly to their implementations. |
This should no longer be an issue since we moved to bundled headers (which avoid weirdness like |
# This is the 1st commit message: Complete 'TODO: use TextDecoder' # This is the commit message emscripten-core#2: Fix format. # This is the commit message emscripten-core#3: Fix ci.
…-start-func Single __browsix_start function
changes based on review removed debug statments improve performance improve performance improve performance Added test Added test emscripten-core#2 only one engine removed file
* Updated WebGPU * Updated AUTHORS * Updated WebGPU * Updated AUTHORS * Fixed review issues - Changed 'const * nextInChain' to 'chain' for chained descriptors - Removed unnecessary structs/enums for web - Changed wgpuDeviceGetDefaultQueue so it returns the same queue when called multiple times with the same device - Changed makeCheckDescriptor to also work with 'chain' member (hacky) * Fixed review #2 issues * Updated shader module creation * Fixed struct_info.json * Shader module descriptor chaining * Apply suggestions from code review * Adapt to Dawn webgpu.h * Remove some unused and deprecated bits Co-authored-by: Kai Ninomiya <kainino@chromium.org> Co-authored-by: Hugo Amiard <hugo.amiard@laposte.net>
Change resample to resample2d
…access-folder Restrict PThreadFS to persistent to /filesystemaccess folder
….3 (emscripten-core#2) [dotnet/main] Update dependencies from dotnet/arcade
The code:
import os; print os.fork.__doc__
leads to:JS crash: |ReferenceError: _dlopen is not defined|. Please let us know about this problem!
The text was updated successfully, but these errors were encountered: