SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

Netherex's Nether does not load on startup #3174

Open Aiidoneus opened 4 years ago

Aiidoneus commented 4 years ago

I am currently running

Issue Description After hours of trying to figure out what is going on with this mod's nether, I have come here for assistance/guidance. This may or may not be a Sponge bug I thought I would see what it is. Load up a server with this mod and sponge installed and Sponge will not recognize it until after a player teleports there via Nether portal for example. This is hard to explain but what I am guessing is happening is Sponge loads the minecraft:nether then Netherex overrides the nether causing Sponge to get confused?

Hopefully I have explained myself well enough so you can understand the situation. Let me know if I can clarify anything.

ghost commented 4 years ago

I figured i'd input on this:

I'm running a server with a older version (NetherEx-1.12.2-2.0.8 to be exact) and it works absolutely fine. The "nether has been overridden" message is normal- it'll happen regardless. It is working fine.

Also, if there are any additional mods you have not mentioned, such as Unloaders, Managers, etc; please remove them and see if that fixes the issue.

dualspiral commented 4 years ago

Third and finally; try a newer version of SpongeForge, there was a fix for world NPEs recently which might be the problem you're experiencing. (RC4046) 27c3a4c

Actually no, that fixes an issue that was introduced after 7.2.2. So that's not part of this.

Aiidoneus commented 4 years ago

I figured i'd input on this:

I'm running a server with a older version (NetherEx-1.12.2-2.0.8 to be exact) and it works absolutely fine. The "nether has been overridden" message is normal- it'll happen regardless. It is working fine.

* Please first make sure that your 'server.properties' file has 'allow-nether=true'. If it's false, set it to true and restart.

* Second, ensure that the world has not been corrupted or has invalid data. You can make a backup of the current /world/DIM-1 folder and then delete it, again, try restarting the server and see if the issue is resolved.

* Third and finally; try a newer version of SpongeForge, there was a fix for world NPEs recently which might be the problem you're experiencing. (RC4046) [27c3a4c](https://github.com/SpongePowered/SpongeForge/commit/27c3a4c30c75d5f254dde044c54f8938d6d9fac2)

Also, if there are any additional mods you have not mentioned, such as Unloaders, Managers, etc; please remove them and see if that fixes the issue.

  1. Yes, it is enabled. The world loads just fine without netherex
  2. I am testing this on a development server. I deleted the entire world folder and still the same issue. Sponge doesn't see the world unless you go through the nether portal, to force load it.
  3. Just for the sake of keeping up with updates, I went ahead and updated to spongeforge-1.12.2-2838-7.2.3-RC4050.jar and still have the same issue.

Only things I have on the server are the mod list I have listed.