No response after changing settings
AstroAbyss opened this issue ยท 11 comments
Clicking on "Save & Exit" after changing settings in the settings interface will no response/screen freeze.
It is not certain to occur, but the probability is high.
If needed, a list of the specific mods used and the error report can be provided.
Hey! Not sure I understand correctly.
Is it a small lag-spike or something else? Is there a way for you to record it and show me what it is?
minecraft-exported-crash-info-2025-04-15T18-30-29.zip
I hope this error report can help you.
Hmm, nothing really stands out. Can you maybe explain step by step what you do and what happens? I can try and reproduce it
Simply put, after changing certain settings and clicking the "Save and Exit" button, the interface remained unresponsive for a long time. It forced me to forcibly stop the process.
I don't think it matters but do you remember what settings you changed?
I'll try and see if I can get it to happen
You can try building a Fabric 1.21.4 version and installing these mods and configs, then running the game, that's all.
I don't think it matters but do you remember what settings you changed? I'll try and see if I can get it to happen
About this mod, I reset the sorting method and scroll wheel behavior settings before no response.
The other mod settings can be said to have not changed too many settings, it is too complicated to explain :|
Perhaps my JDK version is also a problem? My version is JDK 24.
One thing I can see already is that you still have the old compatibility file listed in the config:
{
"showSortButton": true,
"showTooltips": true,
"separateButton": true,
"sortPlayerInventory": false,
"sortType": "NAME",
"enableDoubleClickSort": true,
"sortHighlightedItem": true,
"scrollBehaviour": "FREE",
"customCompatibilityListDownloadUrl": "https://raw.githubusercontent.com/kyrptonaught/Inventory-Sorter/1.21/DownloadableBlacklist.json5",
"preventSortForScreens": [],
"hideButtonsForScreens": []
}```
delete this line: "customCompatibilityListDownloadUrl": "https://raw.githubusercontent.com/kyrptonaught/Inventory-Sorter/1.21/DownloadableBlacklist.json5",
Did you add it in by hand or did the migration pull it in?
Because my friend and I are preparing to upgrade our server to 1.21.4, I have set up a new game environment to test these mods and configurations, so theoretically, the old configuration should not appear :(
In which version were these old compatibility files removed? The earliest version I tested should be 1.9.1.
I tried to run it without deleting the old config file, and now the response speed has increased after clicking "save & exit", and there has been no unresponsive situation temporarily.