-
Notifications
You must be signed in to change notification settings - Fork 46
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
Failed to load java script decoder from AOM analyzer #55
Comments
the comand I build with cmake is
-- Found Git: /usr/bin/git (found version "2.14.3 (Apple Git-98)") Checking C compiler flag support for: -std=c99
|
the output looks like 2018-02-11 14:08:09.087 AOMAnalyzer[36627:860846] IMKInputSession [0x7ffc1c6c9240 presentFunctionRowItemTextInputViewWithEndpoint:completionHandler:] : [self textInputContext]=0x0 NO NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 0" UserInfo={NSDebugDescription=connection from pid 0}, com.apple.inputmethod.EmojiFunctionRowItem |
the file path looks like: |
How about the errors in the browser console? With the Can you upload the |
Hi mbebenita, got same error as shihuade. Built the inspect.js successfully, but the analyzer cannot load. The analyzer works fine on the decoder and input file provided by you. Uploaded the inspect.js and input file. |
Thanks @rogerzhou-github, it looks like for some reason your |
@rogerzhou-github what version of Emscripten do you have? According to the docs, the function is exported by Emscripten. Also, how did you install Emscripten? |
@rogerzhou-github looks like Emscripten has changed the list of exported functions, I'll have to add UTF8ToString to EXTRA_EXPORTED_RUNTIME_METHODS in the AOM repo. |
@mbebenita I am using 1.37.34. Which emscripten version are you using? An older version of emsdk may work. BTW, please let me know after you add the support in the AOM repo. Thanks! |
@mbebenita, I went back to 1.36.14, and it works. |
following the build instruction from build step
in step 4, AOM analyzer failed to load the javascript decoder inspect.js.
AOM decoder commit ID(master branch): a07a3b2854e7b743adba13bca8adc9a993403075
Analyzer download from Mac 1.1
The text was updated successfully, but these errors were encountered: