BlesseNtumble / GalaxySpace

Addon for GalactiCraft 4
Apache License 2.0
68 stars 41 forks source link

Constant spam to console with an error caused by GalaxySpace #626

Open TheSainEyereg opened 1 year ago

TheSainEyereg commented 1 year ago

Do not remove this template, without it your issue will not be considered!

Please fill in the form below:

  1. Minecraft version: 1.12.2
  2. Galacticraft version: 4.0.3
  3. GalaxySpace version: 2.0.19
  4. AsmodeusCore version (for 2.0.1 version and above): 0.0.31
  5. Side (Single player (SSP), Multiplayer (SMP), or SSP opened to LAN (LAN)): SSP
  6. Other add-ons: mods

    Description of the issue:

    Constant spam to the console with a galaxyspace.core.prefab.blocks.BlockFluidNatureGas error

    Previously, my server used CatServer as a core (which was not a good idea), but after a short time it was moved to SpongeForge and I also added GalaxySpace mod, however, after that, on new chunks it started constantly spamming to console with the same error The world UUID was null which increases the size of logs very quickly. And it looks like something wrong with GalaxySpace. This problem occurs only on new chunks generated after switching to Sponge and adding GalaxySpace. Old chunks that were generated before this, works fine..


Screenshot/Video: Nope, here is a text:

/******************************************************************************************************************/
/*                                     Exception occurred during a PhaseState                                     */
/******************************************************************************************************************/
/* Sponge's tracking system makes a best                                                                          */
/* effort to not throw exceptions randomly                                                                        */
/* but sometimes it is inevitable. In most                                                                        */
/* cases, something else triggered this                                                                           */
/* exception and Sponge prevented a crash                                                                         */
/* by catching it. The following stacktrace                                                                       */
/* can be used to help pinpoint the cause.                                                                        */
/******************************************************************************************************************/
/* The PhaseState having an exception: Tick{Block:RandomBlockTickPhase}                                           */
/* The PhaseContext:                                                                                              */
/* org.spongepowered.asm.util.PrettyPrinter@5dc46ad2                                                              */
/*                                                                                                                */
/*  StackTrace :                                                                                                  */
/*     java.lang.NullPointerException: The                                                                        */
/*     world UUID was null                                                                                        */
/*     com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)                                  */
/*     org.spongepowered.common.block.SpongeBlockSnapshot.<init>(SpongeBlockSnapshot.java:111)                    */
/*     org.spongepowered.common.block.SpongeBlockSnapshotBuilder.build(SpongeBlockSnapshotBuilder.java:259)       */
/*     net.minecraftforge.fluids.BlockFluidFinite.handler$bak000$onSetBlockForSwapping(BlockFluidFinite.java:790) */
/*     net.minecraftforge.fluids.BlockFluidFinite.tryToFlowVerticallyInto(BlockFluidFinite.java:240)              */
/*     net.minecraftforge.fluids.BlockFluidFinite.func_180650_b(BlockFluidFinite.java:90)                         */
/*     galaxyspace.core.prefab.blocks.BlockFluidNatureGas.func_180650_b(BlockFluidNatureGas.java:33)              */
/*     net.minecraft.block.Block.func_180645_a(Block.java:508)                                                    */
/*     org.spongepowered.common.event.tracking.TrackingUtil.randomTickBlock(TrackingUtil.java:310)                */
/*     net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:3815)                                       */
/*     net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)                                         */
/*     net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)                                */
/*     net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)                      */
/*     net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)                                */
/*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)                                         */
/*     java.lang.Thread.run(Thread.java:748)                                                                      */
/*                                                                                                                */
/* Minecraft : 1.12.2                                                                                             */
/* SpongeAPI : 7.4.0-5ea6215                                                                                      */
/* Sponge : 1.12.2-7.4.7                                                                                          */
/* SpongeForge : 1.12.2-2838-7.4.7                                                                                */
/* Minecraft Forge : 14.23.5.2860                                                                                 */
/******************************************************************************************************************/

Attached log file (or url on pastebin.com): logs on paste.gg logs on pastebin (cuz paste.gg is down) full logs on my website (pastebin limits size)


GalacitCity commented 1 year ago

I think this is the generation of nature gas, which is not related to other mods. You can take a look at the previously closed issue

TheSainEyereg commented 1 year ago

I think this is the generation of nature gas, which is not related to other mods. You can take a look at the previously closed issue

Can you please mention this issue so that others can immediately see the link to the explanation of the problem?

Artem-VV commented 11 months ago

Now I have the same problem. Has a solution been found?