ShaneBeeStudios / McDeob

Re-mapping and deobfuscation tool for Minecraft
Apache License 2.0
178 stars 16 forks source link

Don't work decompilation #16

Closed fefemf10 closed 2 years ago

fefemf10 commented 3 years ago

Remapping was successful, but for some reason, decompilation does not start. In the task manager, the load on the processor is 0% Installed Java 17, from adoptium. Screenshot https://imgur.com/CVm2V7f

ShaneBeee commented 3 years ago

Can you please try run it from a console and send the console output.
just curious what it’s gonna say

fefemf10 commented 3 years ago

Screenshot Interestingly, I tried to decompile separately using fernflower and there was an error, I also tried procyon on some files, it also has an error, but it just skips them, and then decompiles the rest

ShaneBeee commented 3 years ago

I think the issue falls with newer Java versions having changed something with reflection. I’ve only tested using Java 11 if I’m not mistaken.

When I have some spare time I’ll look into this more. Maybe there’s been some updates with fern flower I need to do

ShaneBeee commented 2 years ago

FernFlower and Reconstruct repo have both been updated. If you want to try your stuff again, go for it.

ShaneBeee commented 2 years ago

closing as I believe this was fixed