Immersive Portals (for Forge)

Immersive Portals (for Forge)

3M Downloads

Can't create new nether portals

Rafacasari opened this issue ยท 1 comments

commented

According to your testing, does the issue occur with ONLY Immersive Portals mod installed?

Yes

Forge Version

1.20.1

ImmersivePortals Version

3.0.7-all

Latest Log

Latest log in "What Happened Instead"

Crash Report (if applicable)

No response

Steps to Reproduce

What I did was creating a nether portal (first time it worked) then I destroyed it to create in another shapes and suddenly stopped working

What You Expected

Create a immersive nether portal

What Happened Instead

It tries for some seconds (do the particle effects and says "Loading") and the server console have this error.
Also the particles don't disappear (cause the portal failed to generate)

[00:01:50] [Server thread/INFO]: Portal Generation Attempted minecraft:overworld -48 73 251
[00:01:51] [Server thread/ERROR]: Failed to process task qouteall.imm_ptl.core.portal.nether_portal.NetherPortalGeneration$$Lambda$64780/0x0000020f275caa38@205292ac
java.lang.NullPointerException: Cannot invoke "com.ishland.c2me.threading.worldgen.common.IChunkStatus.getReducedTaskRadius()" because "chunkStatus" is null
	at net.minecraft.server.level.WorldGenRegion.handler$eeg000$c2me_threading_worldgen$onInit(WorldGenRegion.java:1544) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.server.level.WorldGenRegion.<init>(WorldGenRegion.java:106) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at qouteall.imm_ptl.core.chunk_loading.LenientChunkRegion.<init>(LenientChunkRegion.java:18) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.imm_ptl.core.chunk_loading.LenientChunkRegion.createLenientChunkRegion(LenientChunkRegion.java:32) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.imm_ptl.core.chunk_loading.ChunkLoader.createChunkRegion(ChunkLoader.java:61) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.imm_ptl.core.portal.nether_portal.NetherPortalGeneration.lambda$startGeneratingPortal$5(NetherPortalGeneration.java:207) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.q_misc_util.my_util.MyTaskList.lambda$processTasks$1(MyTaskList.java:48) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.q_misc_util.Helper.removeIf(Helper.java:662) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.q_misc_util.my_util.MyTaskList.processTasks(MyTaskList.java:46) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at qouteall.q_misc_util.my_util.Signal.lambda$emit$0(Signal.java:18) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at java.util.ArrayList.forEach(Unknown Source) ~[?:?]
	at qouteall.q_misc_util.my_util.Signal.emit(Signal.java:18) ~[immersive-portals-3.0.7-all.jar%23475!/:3.0.7]
	at net.minecraft.server.MinecraftServer.handler$dec000$immersive_portals$onServerTick(MinecraftServer.java:4361) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:921) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23592!/:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]

Additional Details

No response

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this does not happen on the fabric version (If it does please report to here instead).
  • I have confirmed I'm not using a hybrid server (Magma, Cauldron) or a different (non official) Forge Server release.
  • I have confirmed this issue is unique and has not been reported already.
commented

In your bug report you state that this issue occurs when Immersive Portals is the only mod installed, yet the stack trace you provided seems to indicate that the C2ME mod is installed?