Game Crashes when reentering a portal to another dimension (both vanilla and custom dimensions)

Started by ItsChris59 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Game Crashes when reentering a portal to another dimension (both vanilla and custom dimensions)
Last seen on 09:49, 15. Sep 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does it also happen when…
Sat, 12/18/2021 - 17:04

Does it also happen when using a custom procedure to change dimension? I don’t have a solution but it would narrow it down for someone who does.

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes It does.
Sun, 12/19/2021 - 03:22

Yes It does.

Last seen on 19:20, 25. Jun 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you say "reentering",…
Sun, 12/19/2021 - 05:38

When you say "reentering", do you mean in a dimension, then entering the dimension again (usually this occurs with a procedure)? If so, you could use an "if" block around the change dimension like so:

if (id of dimension [event/target entity] is in) = (order in which you created the dimension, + 3 (i.e., your first having id 4, 2nd id 5, etc.)) do
switch dimension of [Event/target entity] to (your dimension here)

Just a few warnings: One, I'm not quite sure about dimension ids, although this is how I'd expect them to go. And two, this is PROCEDURE EDITOR BLOCKS, not actual JavaScript

Last seen on 19:20, 25. Jun 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh yeah, from the looks of…
Sun, 12/19/2021 - 05:40

Oh yeah, from the looks of this your mod probably crashed a long time after the attempt to change dimensions (unless it's counting game runtime) so double check your procedures

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I meant once I switch to…
Sun, 12/19/2021 - 20:44

I meant once I switch to another dimension through an item or a portal, and attempt to switch to another dimension while in it the game freezes and crashes.

Last seen on 19:20, 25. Jun 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hm then i don't know
Mon, 12/20/2021 - 18:53

hm then i don't know

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would you like the files to…
Tue, 12/21/2021 - 01:59

Would you like the files to the mod? Its only happening to this one that I spent like 100 hours on. Dimensions are basically the entire progression of the mod so it breaking like this pretty much ruins it.

Last seen on 09:42, 5. Sep 2023
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This may be a clue Unable…
Tue, 12/21/2021 - 06:00

This may be a clue

Unable to lookup crayons:superboots_chestplate

 

 

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm gonna try to tamper with…
Tue, 12/21/2021 - 13:46

I'm gonna try to tamper with the "SuperBoots" Item that the console referenced to see if it fixes anything.

Last seen on 23:16, 25. Feb 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried removing the item…
Tue, 12/21/2021 - 14:10

I tried removing the item and nothing changed so its probably not related to the problem.