Dimension Crashes

Started by RAXS_SLAYER on

Topic category: Troubleshooting, bugs, and solutions

Active 8 years ago
Joined Sep 2016
Points:
720

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Dimension Crashes

Hello.

 

I am implimenting a Dimension into the game as part of my mod. For some reason, when I place a portal in the overwolrd or explore my dimension, I experince random crashes. I don't even think it is soley the Portal's fault, as I have been exploring the dimension without the portal and It has still crashed.

Does anyone have a solution to this?

[Error]

[11:50:47] [Server thread/INFO] [FML]: Applying holder lookups
[11:50:47] [Server thread/INFO] [FML]: Holder lookups applied
[11:50:47] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:649
AL lib: (EE) alc_cleanup: 1 device not closed
:runClient FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Pylo\MCreator170\jdk64\bin\java.exe'' finished with non-zero exit value -1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2 mins 32.983 secs
C:\Pylo\MCreator170\forge>
Task completed with return code 0 in 153970 milliseconds

Active 6 months ago
Joined Dec 2015
Points:
875

User statistics:

  • Modifications: 4
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
is it form an old import?
Tue, 09/13/2016 - 20:02

is it form an old import? (mcr)

Active 2 weeks ago
Joined Feb 2015
Points:
1049

User statistics:

  • Modifications: 2
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 594
I have experiencened this
Tue, 09/13/2016 - 21:41

I have experiencened this before, but this happened when there was another mod with the same dimension like a diamond dimension (no pun or reference intended)

Active 8 years ago
Joined Apr 2015
Points:
725

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Look at the crash report in
Thu, 09/15/2016 - 17:08

Look at the crash report in mcreator's console - if it says any type of fluid block or just "fluid" it relates to, well, the fluid block in your dimension. I am currently testing this and testing an alternate way round this bug (specifically I am trying to make a block that isn't a fluid but turns to lava as soon as it is placed in the world)

Active 6 months ago
Joined Dec 2015
Points:
875

User statistics:

  • Modifications: 4
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
RE:Look at the crash report in
Thu, 09/15/2016 - 20:39

@#3 But does "on update tick" work in dimensions when it is generated, like custom biomes in the overworld? Or does the update tick work like in structures. I haven't testing it yet in custom dimensions.

Active 8 months ago
Joined Aug 2019
Points:
813

User statistics:

  • Modifications: 5
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
wait yeah that's what I…
Thu, 12/12/2019 - 18:18

wait yeah that's what I called my dimension how does one fix that problem