Загрузка данных
PS C:\Users\1\OneDrive\Рабочий стол\fabric-example-mod-26.1.2> .\gradlew runClient
> Configure project :
Fabric Loom: 1.16.2
Project directory 'C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2' is located in OneDrive. This is known to cause issues and slower performance. Consider moving the project to a different location.
> Task :compileJava FAILED
[Incubating] Problems report is available at: file:///C:/Users/1/OneDrive/%D0%A0%D0%B0%D0%B1%D0%BE%D1%87%D0%B8%D0%B9%20%D1%81%D1%82%D0%BE%D0%BB/fabric-example-mod-26.1.2/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Java compilation initialization error
error: release version 25 not supported
* 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 from a Build Scan (powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 22s
1 actionable task: 1 executed
PS C:\Users\1\OneDrive\Рабочий стол\fabric-example-mod-26.1.2> .\gradlew runClient
Starting a Gradle Daemon, 1 busy and 1 incompatible and 3 stopped Daemons could not be reused, use --status for details
> Configure project :
Fabric Loom: 1.16.2
Project directory 'C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2' is located in OneDrive. This is known to cause issues and slower performance. Consider moving the project to a different location.
> Task :compileJava
C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\src\main\java\com\example\mixin\ExampleMixin.java:3: error: cannot access MinecraftServer
import net.minecraft.server.MinecraftServer;
^
bad class file: C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\.gradle\loom-cache\minecraftMaven\net\minecraft\minecraft-common-52430b475d\26.1.2\minecraft-common-52430b475d-26.1.2.jar(/net/minecraft/server/MinecraftServer.class)
class file has wrong version 69.0, should be 65.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\src\main\java\com\example\mixin\ExampleMixin.java:9: error: cannot find symbol@Mixin(MinecraftServer.class)
^
symbol: class MinecraftServer
2 errors
> Task :compileJava FAILED
[Incubating] Problems report is available at: file:///C:/Users/1/OneDrive/%D0%A0%D0%B0%D0%B1%D0%BE%D1%87%D0%B8%D0%B9%20%D1%81%D1%82%D0%BE%D0%BB/fabric-example-mod-26.1.2/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\src\main\java\com\example\mixin\ExampleMixin.java:3: error: cannot access MinecraftServer
import net.minecraft.server.MinecraftServer;
^
bad class file: C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\.gradle\loom-cache\minecraftMaven\net\minecraft\minecraft-common-52430b475d\26.1.2\minecraft-common-52430b475d-26.1.2.jar(/net/minecraft/server/MinecraftServer.class)
class file has wrong version 69.0, should be 65.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
C:\Users\1\OneDrive\╨а╨░╨▒╨╛╤З╨╕╨╣ ╤Б╤В╨╛╨╗\fabric-example-mod-26.1.2\src\main\java\com\example\mixin\ExampleMixin.java:9: error: cannot find symbol
@Mixin(MinecraftServer.class)
^
symbol: class MinecraftServer
2 errors
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
BUILD FAILED in 50s
1 actionable task: 1 executed
PS C:\Users\1\OneDrive\Рабочий стол\fabric-example-mod-26.1.2>