il2cppIs this an unity game with .dll or with the il2cpp?
Okwould be nice if you could send us the error - just copy whats in the log file of apktool
Caused by: org.jf.util.ExceptionWithContext: Error while writing instruction at code offset 0x12would be nice if you could send us the error - just copy whats in the log file of apktool
ok I know this error - I got it when I added a mod menu into the game but at the end it turned out that the smali file and the mod menu fali were both protected and so I couldn't add my mod menu to the game.. so for me this only came up when I wanted to add my mod menu into the gameCaused by: org.jf.util.ExceptionWithContext: Error while writing instruction at code offset 0x12
at org.jf.dexlib2.writer.DexWriter.writeCodeItem(DexWriter.java:1098)
at org.jf.dexlib2.writer.DexWriter.writeDebugAndCodeItems(DexWriter.java:821)
... 10 more
Caused by: org.jf.util.ExceptionWithContext: Unsigned short value out of range: 65659
at org.jf.dexlib2.writer.DexDataWriter.writeUshort(DexDataWriter.java:116)
at org.jf.dexlib2.writer.InstructionWriter.write(InstructionWriter.java:348)
at org.jf.dexlib2.writer.DexWriter.writeCodeItem(DexWriter.java:1058)
... 11 more
Do you know how to fix this?ok I know this error - I got it when I added a mod menu into the game but at the end it turned out that the smali file and the mod menu fali were both protected and so I couldn't add my mod menu to the game.. so for me this only came up when I wanted to add my mod menu into the game
Well, what do I need to do to not run into this problemThis is an overflow of dalvik, each classes.dex can store from 64,000 and if you cross this restriction it will give an error like yours, I don’t know exactly what the games specifically do or not, for this they add additional ones (classes2.dex, classes3.dex) so that there was no overflow.
ты можешь это решить? Я тоже хочу модифицировать эту игру))Well, what do I need to do to not run into this problem
thanksCreate new smali folder like smali_classes2 and put your code there
hmCreate new smali folder like smali_classes2 and put your code there
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies