age-series / ElectricalAge2

Eln2 Codebase
https://eln2.org
MIT License
53 stars 17 forks source link

Error: Electrical age 2 (eln2) has failed to load correctly ... #206

Closed powderedd closed 2 years ago

powderedd commented 2 years ago

java.lang.RuntimeException: java.lang.NoClassDefFoundError:
error log

powderedd commented 2 years ago

Other info:
i am using windows 10 i have no mods other than eln2 and Kotlin for Forge

jrddunbr commented 2 years ago

Yeah it's just straight up broken so I am just going to delete the release. Feel free to throw together the development environment and try fixing it.

powderedd commented 2 years ago

how would i set up a dev enviroment? ive only built a mod once, and it wasnt made with kotlin.

jrddunbr commented 2 years ago

Same as any other Forge development environment. Clone down the repository, run gradlew.exe build and then gradlew.exe runClient. (on mac/linux do ./gradlew build then ./gradlew runClient)

powderedd commented 2 years ago

do i need to have java jdk or kotlin installed?

jrddunbr commented 2 years ago

You will need the most recent JDK. Kotlin is automatically fetched.

jrddunbr commented 2 years ago

Follow basically any YouTube Forge tutorial for 1.18

powderedd commented 2 years ago

i built it myself and it still gives the error

jrddunbr commented 2 years ago

Yeah, it needs to be fixed. Just building it yourself won't fix it.

Good luck.