The-Aether-Team / The-Aether-Archived

The original "The Aether" mod, ported to the 1.7.10 and 1.12.2 versions of Minecraft. Currently unmaintained; accepting PRs.
https://www.curseforge.com/minecraft/mc-mods/the-aether
GNU Lesser General Public License v3.0
33 stars 27 forks source link

(1.7.10) SMP Crash #75

Open gmnovakrc opened 3 years ago

gmnovakrc commented 3 years ago

Only have 2 mods, testing out for eventual modpack.

-Aroma1997Mining dimension, and core mod -Aether

Hopped through Aether portal in creative mode.

latest.log

bconlon1 commented 3 years ago

What version of the Aether I mod are you using, are you using the latest release?

gmnovakrc commented 3 years ago

What version of the Aether I mod are you using, are you using the latest release?

Yes, latest 1.7.10 release

Npcfanatic21 commented 3 years ago

made a 1.7.10 server to test this and i had no issues. no crash on my end.

gmnovakrc commented 3 years ago

I wasn't able to recreate it, I'll try with more then 1 player for kicks though, thank you regardless for the quick responses.

gmnovakrc commented 3 years ago

So I managed to crash it again but it doesn't make an official crash report, only shows up in the recent log. I wanted to add more detail this time if it helps. I have added a couple of mods since but I don't believe its them.

Client: -Aether -Anti Id Conflict, Excore -Aroma1997Mining dimension, Aroma1997Core -Galacticraft Planets, GalacticraftCore, MicdoodleCore -Lava Monsters

Server -Same as Client, plus -Morpheus -Nether Portal Fix

I was only one on server, in survival mode, server normally in creative for testing. Went through Aether portal from overworld, jump off portal platform, floated down to overworld. About 5 ish seconds go by then I walk into Aether portal again, then client disconnects from server. Server stays running and I can immediately log back in with no issue.

Client side log latest.log

Server Log latest.log

Low-power commented 3 years ago

I guess this is caused by some kind of race condition where the writeSpawnData is called before a player mount to the parachute.

This is actually the first bug fix in my fork: https://gitea.gildedgames.com/Low-power/The-Aether/commit/3958e9af748081b7c7b646e71a59507d10fd78cc

Low-power commented 3 years ago

The above commit at also available at GitHub, https://github.com/Low-power/Aether-Legacy/commit/3958e9af748081b7c7b646e71a59507d10fd78cc?branch=3958e9af748081b7c7b646e71a59507d10fd78cc&diff=split

Due to the stupid JavaScript that GitHub uses, I can't edit my comments.

gmnovakrc commented 3 years ago

I guess this is caused by some kind of race condition where the writeSpawnData is called before a player mount to the parachute.

This is actually the first bug fix in my fork: https://gitea.gildedgames.com/Low-power/The-Aether/commit/3958e9af748081b7c7b646e71a59507d10fd78cc

Is there a download for this fix or do I just wait for an official release. I'm unfamiliar with how to use Github and similar sites. Yes, no?