TheCBProject / CBMultipart

An API for dynamically handling different functional parts in the one block space.
Other
22 stars 27 forks source link

Does not work with Java 8 or Java 16+ #129

Closed Jkosio23 closed 2 years ago

Jkosio23 commented 2 years ago

https://paste.ee/p/perIX crashlog using jre 1.8.0_321 You've said java 16+ isn't supported but there's no way to download versions between 8 and 17 without an oracle.com account. unless you'd provide links to download the working versions of java, you shouldn't close this issue until support is added.

Edit: apparently the crashlog for the latest crashes just weren't being generated so that link is wrong, here's the log for trying to run it on java 8, i'm trying to run create above and beyond https://paste.ee/p/gv1Vt

Jkosio23 commented 2 years ago

Realized the java 8 issue is something else, not CB Multipart, but the java 16+ support is still something that'll be needed in the future

covers1624 commented 2 years ago

Your first crash report Is not running with Hava 8, it is using Java 17 as per this line Java Version: 17.0.1, Oracle Corporation. This is not supported on 1.16, You will need to use Java 8-15.

Your second crash report is due to a Forge bug with Java8 U32X.

You should be grabbing Java from Adoptium.