Inventory Sorting

Inventory Sorting

12M Downloads

Could not execute entrypoint stage 'client' due to errors, provided by 'kyrptconfig'!

TheRanker opened this issue ยท 13 comments

commented

https://pastebin.ubuntu.com/p/WBVpJG4wH9/
is the crash log of the modpack im developing .. while using the lastest version
InventorySorter-1.8.2-1.18.jar
fabric 0.12.12

total of 275 mods included.

just updated inv sorter today, crashed.. reverted, works fine.

need any additoinal info, just ask :)

commented

i never tried to reset the config.. will do that now.....

edit
starting with no config / fresh config causes same crash.

commented

I think I know exactly what's causing this. Doesn't appear to be an issue with inventory sorter, but rather my config library that I bundle with my mods. I'm assuming this crash is from one of my older mods using an old version of kyrptconfig crashing with the newer lib

commented

all mods are updated to latest.. inventory sorter.. maximus diggus.. actively developed modpack.

only started happening today when updated inventory sorter.. .

any tests you perfer me to try?

commented

Some of my mods haven't received updates in a bit, so by nature they are on outdated kyrptconfig libs

commented

kyrptconfig-1.3.3-1.18.zip
Can you run this with latest inventory sorter and see if it's fixed?

commented

ssure. be 2 mins

commented

If this works I will release an updated inventory sorter with this included for backwards compat

commented

confirmed working with the .jar u sent :)

commented

The technical reason for this crash: I recently reworked how I registered my keybinds and I made sure to add backwards compat with the old method to attempt to prevent exactly this. I forgot that previously in the lib specifying a default key was optional. This is proven by line 24 of your crashlog
image

commented

And keybinds are working properly? They can be edited in the mc controls screen and in the mods respective mod menu config? And they trigger correctly in game?

commented

testing...

correct. all buttons and keybindings work

commented

Great, 1.8.3 was pushed to curseforge. Will be available shortly. Thank you for the help!

commented

no problem! ty for your quick response and resoultion XD

happy dev'ing