Tyler Bochard
Tyler Bochard
the osrs gamepack as it's called is mostly unaffected by threadtear. Our deobfuscators works pretty well though. They can be found here https://github.com/open-osrs/runelite/blob/master/deobfuscator/src/main/java/net/runelite/deob/Deob.java I don't think it's rather important these...
I still get ``` java.lang.NoSuchMethodError: 'boolean org.jetbrains.kotlin.ir.declarations.IrClass.isInline()'``` using kotlin 1.7.0 and compose build 1.2.0-alpha01-dev709
I can't find any documentation or api to override compiler version on desktop-jvm. Seems to only be allowed in android block.
@Thomas-Vos Snippet worked like a charm, thanks for the tip!
Seriously? you needed to put 181, not 180.
Having vulkan installed - even if you aren't using it, this problem is reproducable. Which is rather silly from a programming perspective. The fix for me was to uninstall vulkan...
https://github.com/zeruth/OSRS-Deobfuscator/commit/f084819cc1e44d9142022615c4a8ba72d273bdf3 That should take care of it. add rsc to end of args for rsc compatibility. ex: "Deob vanilla.jar deob.jar rsc" Will leave this issue open until someone can verify...
Yeah I noticed that as well. And I believe it has to do with the same reason the deobfuscator wasn't working. I'm pretty sure RSC is compiled using an older...
For a third party client to OSJR, copy the Hooks.json to your project. The hooks are populated from rune-lite, whenever a gamepack revision change occurs.
The jar is provided really only for convenience. And all it's source code is packed into it. The intention is for people to fork my repo, Compile the source. Export...