bloodmc
bloodmc
@Maschell Any idea on this issue? If you need more information let me know. Thanks! Dug a bit further, the error's are coming from Ghidra's ELF loader. https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/ElfProgramBuilder.java#L704 https://github.com/NationalSecurityAgency/ghidra/blob/master/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/ElfProgramBuilder.java#L1273
@NWPlayer123 Sorry to ping you here but I see you have dealt with various ELF/RPL/RPX tools on your github and was wondering if you would be able to chime in...
I'm using the latest Lego Dimensions update (v320) RPX. ``` File: zeus.master.rpx CRC-32: 0465374c MD4: fbb209c297f547c46ef7b68f92e1f90e MD5: fcf2e16280c8fea7b27ac7201108dcf9 SHA-1: 1a9ef44c44e6b0769674180920a795efdcf4521e ```
Update: If I decompress the RPX file, it partially works. Here are the steps I used 1. Download wiiurpxtool from https://github.com/0CBH0/wiiurpxtool/releases 2. Execute the following command `wiiurpxtool -d zeus.master.rpx zeus.decompressed.rpx`...
@yaroslav4167 Should be fixed in 3983
@yaroslav4167 Give exact steps on how to reproduce.
Retest using latest SF 3986+
I wasn't even logged in and this occured so it can't be the avatar.
I just tested this and ran into 2 issues 1. BON2 failed to remap the following line in Mekanism's jar https://github.com/mekanism/Mekanism/blob/1.16.x/src/main/java/mekanism/common/util/MekanismUtils.java#L72 With the original jar containing the SRG mapping ```java...
I don't see anything wrong on TC's side. Looks like there is something else running code async which is causing the CME. Remove all plugins except TC and provide a...