Chen Liang
Chen Liang
Is this as of 1.14?
The error on `LivingEntity` and `ClientResourcePackCreator` is a stack overflow, looping on these 5 lines: ``` at com.strobel.decompiler.languages.java.ast.transforms.InsertNecessaryConversionsTransform.visitReturnStatement(InsertNecessaryConversionsTransform.java:37) at com.strobel.decompiler.languages.java.ast.ReturnStatement.acceptVisitor(ReturnStatement.java:57) at com.strobel.decompiler.languages.java.ast.transforms.InsertNecessaryConversionsTransform.recurse(InsertNecessaryConversionsTransform.java:576) at com.strobel.decompiler.languages.java.ast.transforms.InsertNecessaryConversionsTransform.addCastForAssignment(InsertNecessaryConversionsTransform.java:336) at com.strobel.decompiler.languages.java.ast.transforms.InsertNecessaryConversionsTransform.visitReturnStatement(InsertNecessaryConversionsTransform.java:222) ``` `SimpleTickScheduler` is fine...
Fyi I grabbed that log from the dev env of enigma.
Hmm, I typed some random Japanese through google translate for directory name, and I can load it with enigma. I am on windows and java 17. Unfortunately I don't have...
Yeah I think this is my error indeed!
Hmm, so what do I need to focus on to make the hotkey work, just curious
Wait, @2xsaiko if the hotkeys need focus to work, does it mean that sometimes pressing `ctrl+s` to save mappings would be missed too if there is no focus?
For now do `convert-mappings proguard server.txt enigma_file server.mapping` and then pump the `server.mapping` to deobfuscate command
So rgs seems to be something like https://github.com/ModCoderPack/Retroguard/blob/master/src/main/java/com/rl/obf/RgsEntryType.java right? Mind add a comment in `MappingFormat` so people may be less confused. Unfortunately, I cannot find the original RGS on the...
Hmm, what library are you hooking with so you need both read/write for rgs?