MeatWheeze / NeepMeat

Moved to https://codeberg.org/MeatWheeze/NeepMeat
https://codeberg.org/MeatWheeze/NeepMeat
GNU Lesser General Public License v3.0
14 stars 5 forks source link

Crash loading into a world #4

Closed Abalieno closed 9 months ago

Abalieno commented 9 months ago

0.2.5-alpha+1.19.2

0.2.4 seems to work.

May be due to Create now on Fabric requiring me to use a newer version of porting lib? porting_lib-2.1.1171+1.19.2

crash-2024-01-10_10.36.59-client.txt

MeatWheeze commented 9 months ago

Create's bundled version of Flywheel (0.6.9-6) is older than NeepMeat's (0.6.10-8) and the newer one is being prioritised. The signature of VirtualRenderWorld::new must have changed between these versions, which is causing the crash.

It seems to be fixed by downgrading Flywheel.