zPeanut / Hydrogen

An open source, mixin based ghost client for Minecraft 1.8.9 built on Minecraft Forge.
MIT License
146 stars 15 forks source link

Problem with setting up [Latest version] #24

Closed SMS221 closed 3 years ago

SMS221 commented 3 years ago

Configure project : Found AccessTransformer: hydrogen_at.cfg Version string '1.5-beta_2' does not match SemVer specification You should try SemVer : http://semver.org/

Task :decompileMc FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 40s 5 actionable tasks: 4 executed, 1 up-to-date

ProfKambing commented 3 years ago

unbuilt version is unstable download the stable and built version at https://github.com/zPeanut/Hydrogen/releases/tag/1.5

zPeanut commented 3 years ago

try adding org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError to your gradle.properties file

zPeanut commented 3 years ago

also i accidentally forgot to update the gradle build file in 1.5, is fixed in 1.6 however!

SMS221 commented 3 years ago

try adding org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError to your gradle.properties file

Where do i find the gradle.properties file?, and why does it says Version string '1.5-beta_2' does not match SemVer specification

zPeanut commented 3 years ago

actually let me add a gradle.properties file to the repo

zPeanut commented 3 years ago

try using the current 1.7-dev repo now, i added the options to the properties. to your semver specifications: thats not an error, its basically forge telling you to refer to semantic versioning which "1.5-beta_2" does not follow. this is fixed in the latest release but its usually just a warning which you would normally ignore

zPeanut commented 3 years ago

i guess i can close this now, reopen if you have any further problems