Remix Cogwheel

Remix Cogwheel

65 Downloads

CoreLua Error! Addon not working.

RAtwood90 opened this issue ยท 2 comments

commented

Message: Interface/AddOns/RemixCogwheel/Core.lua:313: bad argument #1 to 'PickupContainerItem' (Usage: C_Container.PickupContainerItem(containerIndex, slotIndex))
Time: Tue Jun 18 23:52:11 2024
Count: 5
Stack: Interface/AddOns/RemixCogwheel/Core.lua:313: bad argument #1 to 'PickupContainerItem' (Usage: C_Container.PickupContainerItem(containerIndex, slotIndex))
[string "=[C]"]: ?
[string "=[C]"]: in function PickupContainerItem' [string "@Interface/AddOns/RemixCogwheel/Core.lua"]:313: in function MoveGem'
[string "@Interface/AddOns/RemixCogwheel/Core.lua"]:297: in function <Interface/AddOns/RemixCogwheel/Core.lua:273>

Locals: (*temporary) = defined =[C]:-1

commented

Message: Interface/AddOns/RemixCogwheel/Core.lua:313: bad argument #1 to 'PickupContainerItem' (Usage: C_Container.PickupContainerItem(containerIndex, slotIndex))
Time: Thu Jun 27 13:56:10 2024
Count: 42
Stack: Interface/AddOns/RemixCogwheel/Core.lua:313: bad argument #1 to 'PickupContainerItem' (Usage: C_Container.PickupContainerItem(containerIndex, slotIndex))
[string "=[C]"]: in function PickupContainerItem' [string "@Interface/AddOns/RemixCogwheel/Core.lua"]:313: in function MoveGem'
[string "@Interface/AddOns/RemixCogwheel/Core.lua"]:297: in function <Interface/AddOns/RemixCogwheel/Core.lua:273>

Locals: (*temporary) = nil
(*temporary) = nil`

Same error as above. no bag addons using built in bags combined as one. its moving 2 of the cogwheels within the bags but doesnt actually change the one that is equipped. i am not in combat, and have all the cogwheels in my bags, except the 1 in my boots. no custom list of cogwheels either

commented

Thats kind of in last part of code where I take the gem that I pulled out of the boots and move it to the spot in your bags where the new gem was. This is a bit extreme, but I didn't like organizing my bags and then when I used the addon, it would drop them all in the default bag.

Was or is there anything special about your bag setup?
Do you use a diff bag addon or something that might conflict?

If you have your character UI open and your bags open, you should be able to kind of watch what its doing. First removing the gem, then placing new gem, and last moving gem that was removed. Do the first parts of this seem to work?