MCPatcherPatcher icon indicating copy to clipboard operation
MCPatcherPatcher copied to clipboard

Build Failed

Open DarkYuan opened this issue 3 years ago • 9 comments

* What went wrong:
Could not compile settings file 'E:\Downloads\MCPatcherPatcher-main\settings.gradle'.
> startup failed:
  General error during semantic analysis: Unsupported class file major version 60

  java.lang.IllegalArgumentException: Unsupported class file major version 60

https://pastebin.com/Gf5f9HkB

DarkYuan avatar Jun 10 '21 07:06 DarkYuan

I have this issue as well.

edwloef avatar Jun 15 '21 15:06 edwloef

I also have this issue. can someone who knows how to fix this please respond?

JonathanTippy avatar Jul 28 '21 17:07 JonathanTippy

is it because i use java 16 instead of 8?

JonathanTippy avatar Jul 28 '21 17:07 JonathanTippy

yep same here

paulvijoi avatar Jul 29 '21 16:07 paulvijoi

MCPatcherPatcher is not actively developed, so LambdAurora will not be giving any support.

Oliver-makes-code avatar Jul 29 '21 16:07 Oliver-makes-code

I did it. After many hours of tinkering it worked with openJDK 16.0.1 on Linux, it was always complaining about java not doing/having something. And guess what it doesn't work well with the resourcepack that i want :)) Anyway here's the build if you dont wanna go through all the trouble https://mega.nz/file/pRpw0QzK#URtHTagK29Uvv1X-zvSYguUFUqARg80RldAlj-KK2SI

paulvijoi avatar Jul 30 '21 18:07 paulvijoi

Well there seems to be another project like it that is still being developed https://github.com/supsm/MCPPPP

Tedium16 avatar Jul 31 '21 19:07 Tedium16

Well there seems to be another project like it that is still being developed https://github.com/supsm/MCPPPP

it seems to just be a program, and not a minecraft mod like i'm looking for.

JonathanTippy avatar Aug 01 '21 14:08 JonathanTippy

* What went wrong:
Could not compile settings file 'E:\Downloads\MCPatcherPatcher-main\settings.gradle'.
> startup failed:
  General error during semantic analysis: Unsupported class file major version 60

  java.lang.IllegalArgumentException: Unsupported class file major version 60

https://pastebin.com/Gf5f9HkB

I was able to fix it by upgrading gradle from 6.3 to 7.0 (in gradle/wrapper/gradle-wrapper.properties). Just edit the link and put 7.0 where it says 6.3. This though made it fail at finding plugin fabric-loom.

Hackeitos avatar Sep 03 '21 22:09 Hackeitos