running java decompiler in browser, weird error

(copy-pasting from #cheerpj3 since i noticed this channel existed) i'm trying to run the procyon java decompiler inside cheerpj (3.0rc1), and i keep getting a JNI acquire failed, tid: 2 i searched the docs and i just have no idea what the error means repo of decompiler i'm trying to run: https://github.com/mstrobel/procyon
GitHub
GitHub - mstrobel/procyon: Procyon is a suite of Java metaprogrammi...
Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler. - GitHub - mstrobel/procyo...
6 Replies
apignotti
apignotti•8mo ago
The message is not an error, but just some verbose debug logging. It was removed in more recent builds since it was confusing for users. You reach a "debugger" statement, that means some builtin or JNI function is not yet implemented. Please provide us with a publicly accessible URL where we can reproduce the problem. We are usually able to provide a fix much faster in this way. Source code is never required.
apignotti
apignotti•8mo ago
ByzantineProcess
ByzantineProcess•8mo ago
thank you so much! it works perfectly now. i thought it worked perfectly, until i tried using the jarfile 😆. i've updated the link above. similar situation to before, no error message, thrown into debugger.
apignotti
apignotti•8mo ago
Fixed in this build, the app seems to complete successfully: https://cjrtnc.leaningtech.com/3_20231106_268/cj3loader.js
ByzantineProcess
ByzantineProcess•8mo ago
thank you so so much!! couldn't have asked for better support!