ShaneBeeStudios / McDeob

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

Cannot run an deobfuscated Minecraft Server jar file #23

Closed Ranzeplay closed 2 years ago

Ranzeplay commented 2 years ago

I used McDeob v2.1.40 to deobfuscate the Minecraft Server 1.18.1, but when I tried to run it, I got this error message:

$> java -jar .\remapped_server-1.18.1.jar
Error: Unable to initialize main class net.minecraft.server.Main
Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionSpec

Is the remapped server file broken?

ShaneBeee commented 2 years ago

As per the overview page on SpigotMC:

Screen Shot 2022-01-09 at 10 11 27 AM

Some classes are missed, as well I think all of the external libraries Minecraft adds are also skipped. This app basically just deopfuscates and decompiles Minecraft to see the code, but not actually use it.

Ranzeplay commented 2 years ago

Thank you very much!