Can't load dimensions

Status
Resolved
Issue description

I couldn't find anyone else reporting this bug so I opened a ticket here...

Basically, in the last MCreator version (2020.1), when trying to load a modded dimension, it freezes. It looks like it can't generate the chunks.

The bug appears while accessing any dimension from any workspace (both RaolCraft and Hodge-Podge have the same issue).

Here is the log if you need it: https://pastebin.com/vfd9BcAn

If you can't replicate it I can send you the workspaces.

(I also found another bug regarding GUIs but I will report it later)

Issue comments

Without workspace I can guess based on this:

  1. Caused by: java.lang.NullPointerException    at net.minecraft.advancements.PlayerAdvancements.startProgress(PlayerAdvancements.java:379

  2. ) ~[PlayerAdvancements.class:?]    at net.minecraft.advancements.PlayerAdvancements.getProgress(PlayerAdvancements.java:371

  3. ) ~[PlayerAdvancements.class:?]    at net.mcreator.raolcraft.MCreatorOpenhotlavicgui.executeProcedure(MCreatorOpenhotlavicgui.java:49

  4. ) ~[MCreatorOpenhotlavicgui.class:?]    at net.mcreator.raolcraft.MCreatorHotfurnace$BlockCustom.onBlockActivated(MCreatorHotfurnace.java:212

  5. ) ~[MCreatorHotfurnace$BlockCustom.class:?]

that you did not reselect advancements when updating to 2020.2.

From the changelog:

EAP 2020.1.03712

  • ....
  • Any advancement can now be triggered by procedures (existing procedure blocks need to have advancements re-selected)
  • ...

Re-select the advancement in the give advancement procedure block. If this does not help, open a ticket, include the workspace and the error log.

Thank you for replying, I think it was the same bug causing GUIs to no work (so you fixed two issues in one XD)

By the way, I found a little bug regarding advancements: you can remove their "grant this advancement to the player" block, which can then no longer be added back

It works now, thank you! :D

Anyway, are the new advancement triggers (the ones you define in the advancement mod element) only supposed to be used with 1.14? Because I tried using the "if player enters dimension" trigger but it caused crash when creating a world

You are welcome!

Anyway, are the new advancement triggers (the ones you define in the advancement mod element) only supposed to be used with 1.14? Because I tried using the "if player enters dimension" trigger but it caused crash when creating a world

Triggers should work on 1.12.2 too, but not all of them might be supported.

Mine is the dimension just not being loaded at all; any help? /execute in only gives the main three dimensions and going in the portal leads to errors in console 

2020.1; submitted a bug report a couple days ago before the Winter Storm