zlepper / itlt

It's the little things mod, a mod about the little things.
MIT License
12 stars 5 forks source link

Pack gets stuck loading when this mod is installed (1.12.2) #21

Closed TheComputerizer closed 3 years ago

TheComputerizer commented 3 years ago

I tried adding this mod to my pack, but when loading up, right after it switched the window title, it shows forge loading 6/7 and ModIdMapping - Minecraft Forge and just gets stuck there no matter how long I wait, like so. I compared with the exact same settings with & without the mod, but it seems this mod is what gets it stuck. Here is my config file. I would post my log file too, but its too massive for most pasting sites to handle and did not show any errors relating to itlt.

PaintNinja commented 3 years ago

I test all built jars outside of the dev env before publishing to make sure that they at least don't crash on launch, so it's odd that you're coming across a hang caused by this mod as I would've noticed that immediately.

Having a log so large that you can't upload it is suspicious and suggests that there may be error spam from other mods, which in turn may impact the stability of the whole game depending on what's going wrong.

While I don't suspect itlt is directly at fault here, I want to make sure regardless so if you could do the following it would be appreciated:

By the way, I noticed in your config you changed the 32bit warning text but didn't actually enable it. ;)

TheComputerizer commented 3 years ago

Its just because my pack is so big that it generates a big log when starting up. I did change the 32bit warning text, but disabled it in case that was somehow causing the issue (it wasn't)

A weird thing to note is that if I uninstall the mod, start up the pack fine, then go and reinstall the mod again, it will start up ok the first time and then get stuck every time after that

PaintNinja commented 3 years ago

Generating nearly 16 thousand lines of logs just starting up the game is not normal, even on big modpacks. Looking at your log, it's filled with errors and warnings that would indicate an unstable environment.

Here's some of the errors I found, excluding different errors of the same type (you can CTRL+F through your log to find these):

If I were you, I would start by updating Forge to the latest build for 1.12.2 and removing coremods (and mods that depend on said coremods) one by one until it works. You can find a list of coremods at line 695 in the log you sent me.

Coremods are mods that modify the game directly, in a way that is not guaranteed to be compatible with other mods unless done with great care. Even then, some properly written coremods may still not play well with other coremods depending on what they're both modifying.

I'm closing this as itlt does not seem to be the cause of the hang here. If you can reproduce this with just itlt on its own in the mods folder or with other specific mods please open a new issue and I'll look into it. Sorry I can't be more helpful :(