-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very slow loading, especically on existing saves on 9803 #35035
Comments
i pulled master less than an hour ago, and noticed a similar hang but it did not freeze entirely. |
I noticed a slow-down on creating/loading a new world. Also noticed a pronounced hanging during loading an old world/save. It took ~20min to get past "Crafting Recipes", and then further hanging during "Verifying". |
Fresh compile on Linux at 50cb40a - noticeable hang at crafting recipes (minute or so), but the save loaded. |
I suppose I didn't have the patience to wait 20 minutes where normally it'd open fairly quickly, I'll edit to say it works, it just hangs for a long period of time |
I actually gave up and reverted to 9801 after it hanged for 20+ on "Verifying". So I think there might be an issue with mods or the number of crafting recipes. I might try letting it run on 9803 overnight and see if it loads. My debug info in case anyone looking at this issue needs it:
|
i'll note the mods i had when i tried it were just magiclysm and dda. |
Or #34735? Yes, this one. It finds many errors in jsons (probably in mods) and writes them to |
Maybe related, on 9804 I notice a severe slowdown when going up/down stairs in a lab. |
@ZhilkinSerg is right, I think. It took me an hour to load an old save and it generated a 73.2 MB debug.log on 9804. So I think the issue is compounded by the number of items in a save? |
I gave up after 20min. I have 500MB save. |
Yup, save size seems to affect loading. Save I just created still made a massive debug log but was able to load in very quickly, whereas my main game creates a HUGE debug log, and still didnt load after 20 minutes |
Fixes CleverRaven#35035 But it is just a hotfix and should be properly refactored later.
100% confirm this, even had to delete my old save thinking it got corrupted, luckily i can still use debug menu to relearn all the skills and make monsters evolution again |
Fixes #35035 But it is just a hotfix and should be properly refactored later.
Describe the bug
I cannot load any saves, the game hangs on mapgen weights for strangely long even with no mods, then hangs for a long time on crafting recipes.
The game starts with both of these, albiet with the aformentioned oddly slow loading on a new world, and very long loading on an existing one.
This is all on a decent, fairly new SSD.
Steps To Reproduce
Steps to reproduce the behavior:
Start new world with any mod setup, with or without
Save Game
Load Game
Game hangs on Crafting recipes in loading for a very long time and eventually makes it in game, windows believes the game isn't responding so I previously believed it to be a crash
Expected behavior
Game loads as per normal.
Versions and configuration
Additional context
debug log zipped here, not sure how useful it'll be
debug.zip
The text was updated successfully, but these errors were encountered: