MWall541 / Dragon-Mounts-Legacy

Github Repository for the Dragon Mounts: Legacy Minecraft Mod. Please Report any issues here!
GNU General Public License v3.0
38 stars 36 forks source link

DM:L for 1.20 is using outdated forge build; Causing crashes #165

Closed Gcattv closed 1 year ago

Gcattv commented 1 year ago

When the egg I had( a aether dragon egg) hatched the server crashed. When I reloaded the server the egg was gone and the dragon wasnt there. There was plenty of space to spawn and I have no clue why it happened.

TechnoDarkOne commented 1 year ago

I have the same issue on my installation as well. Let me know if you would like logs.

Gcattv commented 1 year ago

Same for me with the logs ask if you need

MWall541 commented 1 year ago

no version, no logs, no environments... I need info. It's hard for me to diagnose the issue you open with just "it's broken."

So yes, please provide logs.

I might have a clue as to what's going on but yeah I need info.

TechnoDarkOne commented 1 year ago

My debug log is attached. dragon_crash-debug.log

MWall541 commented 1 year ago

Yeah, I figured.

So the issue is DM:L for 1.20.1 was developed with Forge 47.0.0 This is the earliest forge version for 1.20.1. However, every version up to the latest is still currently in its beta stage. This means theres lots of things that can change that will probably (and this case, has) break mods unexpectedly until the next recommended forge version comes out for that Minecraft version.

To be specific for this case, things have changed between 47.0.0 and 47.0.43 that DM:L did not expect and therefore did not like (thus it crashed)

The solution to you currently would be to downgrade your forge version if its at all possible.

I haven't made up my mind on if I want to make a quick fix for this or just wait until the recommended forge is released. Whichever comes first really.

I apologize for the inconvenience, but unfortunately this was to be expected on an unstable forge build.

MWall541 commented 1 year ago

Forge 47.1.0 has been released so that means DM:L 1.1.5.b3 will follow really soon.

Thanks for the patience

TechnoDarkOne commented 1 year ago

Great news, and thank you, @Kay9Unit, for your continued work on this project.

MWall541 commented 1 year ago

fixed with https://github.com/Kay9Unit/Dragon-Mounts-Legacy/commit/a55af4bd2afdf4535c8116d6cb57ead54e32b19b

hotfix soon..

MWall541 commented 1 year ago

All Set.

TechnoDarkOne commented 1 year ago

@Kay9Unit works great, thank you.