makamys / Neodymium

Reimplements chunk rendering using modern OpenGL features to improve performance (1.7.10)
Other
115 stars 10 forks source link

Crash on startup runnning Neodymium with GTNH (java 19) with OF & FC #14

Closed JeffromAltis closed 1 year ago

JeffromAltis commented 1 year ago

GTNH v2.3.1 with OF & FC launches fine without Nd but once I add Nc game crashes on start up using neodymium-1.7.10-0.1.8.jar log.txt

makamys commented 1 year ago

Your UniMixins jar isn't named correctly, it should start with a _ character to make sure its version of Mixin gets loaded, and not the one embedded in Neodymium. Using the -nomixin version of Neodymium would also fix the issue.

JeffromAltis commented 1 year ago

GTNH worked fine launching with -nomixin version of Nd