Programmer001

Results 14 comments of Programmer001

well this kind of thing was already discussed here https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000/issues/2 But the short answer is: maybe I will, one day...

Hello! Well this question is a bit hard to answer since I have like 0 experience with Linux but I have a plan to make this deobfuscator into web application...

Maybe you can also try to download it from maven central site, for instance https://search.maven.org/search?q=org.bitbucket.mstrobel And download "core" and "compilertools". It should download as .jar files that you can import...

I have the same problem with 1.12.2 v2.3.1 I also get this exception when it happens: Caused by: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method mods.betterfoliage.client.chunk.ChunkOverlayManager.func_184377_a, parameter soundIn at...

Hi, thanks for the reply. Well "legacy windows rendered" is strange. My laptop is kinda "naughty" sometimes but certainly not old, its only 2-something years old, and mostly reliable. I...

Isn't there maybe a problem with the virtual environment, like it was generated incorrectly or something? I also find it rather strange that I have to generate this virtual environment...

Well, there is 1 thing. It seems that I was mistaken when I originally wrote that I am using GraalPy 23.1.0. I screwed up the major version. It is GraalPy...

@msimacek >The native libraries like numpy won't be any faster, they run the same C code under every interpreter. You can only get speed ups for the python code. Also...

>AI and data science algorithms in Python libraries are already implemented in C, C++ and Fortran. For AI workloads, the Python code barely even registers for performance. For any project...

Hi, thanks for the answer. I have tried the nightly build 0.5.2-573 and it indeed works as it should in this version! But unfortunately, this version does not seem to...