Sort feature not handling items properly
bighigg opened this issue ยท 24 comments
Also having this issue, seems to be related to the sorting of motes in my case. Motes of Life and Motes of Mana get stuck in a sorting loop.
Its not only for motes, I got this error with several materials in my bags, i.e.: I get this error sorting inventory bags with essence of fire, but nothing happened if same essence are in bank bags.
Its seem a sort of bug is in sort function, please make some extended tests before release.
Yes, there is a problem with motes AND Primals such as Fire, Mana, and Nether. I also had it bugging with Light Feathers. I hate all other bag addons so please advise :P
#1315 please use the search function before opening duplicate threads
Maybe good idea to roll back to the version without this error until this issue resolved ?
Same here - Sorting is not working. I only get messages like "this item does not fit in this bag" (freely translated from german), and the sound like it is sorting all the time, but nothig really happens. Only a "/reload ui" can stop the process.
I was able to fix the issue by downloading a previous version of bagnon and replacing the files. Specifically version 9.1.0 https://www.curseforge.com/wow/addons/bagnon/download/3371569
You can find the file location for your addons by clicking the options button
The file path should be something like E:\World of Warcraft_classic_\Interface\AddOns
So download 9.1.0 then extract to the addons folder and replace all bagnon files. Sort works great again.
Same bug: the sort-function gets stuck in a infinite loop.
I doesnt seem like it has anything todo with specific items.
I get this bug with my main but also with my lowlevel twink.
Yeah getting same issue when pressing the sort button, just starts buggin out and gotta log out and log back in :-(
You can open your bank and sort the bank and then sort your bags if it bugs resort the bank. Else type /reload most of you will have this feature in your addon sets without having to relog.
I love this add on, but the sorting issue made me uninstall it. Every time I sort, even if not at bank or vendor, it goes into this loop of nonstop shuffling. Have to reload UI to get it to stop, or disable add on and then re-enable it. Please fix!
https://www.youtube.com/watch?v=6567ySXAUEY this is what happens
Guys, revert the following change and it will just work (tm) - Jaliborc/Wildpants@1d1f8d5
I can confirm that with the latest version, and with this change reverted (by hand using Vim..) no more infinite loop for the exact same bag contents.
For all need a quick fix revert to version 9.0.7 do the trick, download from curseforge at https://www.curseforge.com/wow/addons/bagnon/download/3318209, since this repo is not directly installable.
I've commented (unfortunately) on another issue that tracked the same behavior but that issue was closed. But, that is the breaking change. I hope to see it reverted or even fixed by the author on the next release.
Reverting to 9.0.7 will remove some other things. Reverting only the breaking change will allow you to keep all the other goodies.
Please follow #1315 where the investigation is pretty much more in-depth.
The change I mentioned is the breaking change, people are now diving into what really causes this.