Closed parkerlreed closed 1 year ago
Looks like this was already fixed but there hasn't been a new release?
https://github.com/MinicraftPlus/minicraft-plus-revived/pull/474
Tried building it manually but get an unsupported class file major version 64 error
(1)(deck@steamdeck minicraft-plus-revived)$ ./gradlew build
FAILURE: Build failed with an exception.
* What went wrong:
Could not open settings generic class cache for settings file '/home/deck/build/minicraft-plus-revived/settings.gradle' (/home/deck/.gradle/caches/7.3/scripts/d8w0j42yss9vvupod6hmx695x).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 64
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 751ms
Builds successfully and works with system gradle. GitHub releases needs a new dev build
(deck@steamdeck minicraft-plus-revived)$ gradle build
Welcome to Gradle 8.1.1!
Here are the highlights of this release:
- Stable configuration cache
- Experimental Kotlin DSL assignment syntax
- Building with Java 20
For more details see https://docs.gradle.org/8.1.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :common:compileJava
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
> Task :client:compileJava
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
3 warnings
> Task :server:compileJava
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
BUILD SUCCESSFUL in 19s
11 actionable tasks: 11 executed
We have nightly builds with the latest fixes and sometimes unstable features. Idk what happened to it however.
duplicate of #465
Describe the bug Crashes on launch
To Reproduce Steps to reproduce the behavior:
Expected behavior Game running
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.