BramStoutProductions / MiEx

A modern Minecraft Exporter
BSD 3-Clause "New" or "Revised" License
61 stars 9 forks source link

World exporting process stuck in 1.1.0 #9

Closed dav251 closed 7 months ago

dav251 commented 7 months ago

image

For some reason it loads normally and then stops at this point for a long time and never moves (this only happens in v1.1.0)

I tried 1.0.0 and it works just fine but for some reason the banner.png doesn't exist.

michal212345 commented 7 months ago

Updating to Java 22 fixed that for me

BramStout commented 7 months ago

MiEx is supposed to be compatible with Java 8, but a single line of code that required Java 11 or newer slipped through. I have fixed it so now MiEx should run on Java 8 and up.

Here's the link to the latest version: https://github.com/BramStoutProductions/MiEx/releases/tag/v1.2.1

Please let me know if this works for you!