hube12 / DecompilerMC

This repository allows you to decompile any minecraft version that was published after 19w36a without any 3rd party mappings, you just need to execute the script or the executable (see releases)! Thanks mojang to have published proguard mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newest snapshot updated java to 1.16

u9g opened this issue · comments

commented

So now the compiler isn't working I think, I got the error:

  File "/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/main.py", line 652, in <module>
    main()
  File "/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/main.py", line 582, in main
    remap(version, side, args.quiet)
  File "/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/main.py", line 252, in remap
    subprocess.run(['java',
  File "/opt/hostedtoolcache/Python/3.9.5/x64/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-jar', '/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/lib/SpecialSource-1.8.6.jar', '--in-jar', '/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/versions/21w19a/server.jar', '--out-jar', './src/21w19a-server-temp.jar', '--srg-in', '/home/runner/work/decompiled-minecraft/decompiled-minecraft/code/mappings/21w19a/server.tsrg', '--kill-lvt']' returned non-zero exit status 1.
commented

Please update your script and libs to current master release, this has been fixed very recently, version 1.8.6 is not supported anymore, version 1.9.1 of specialsource is used now.