arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

[BUG] LUA Error in Import profile by exported String #1916

Closed fubaWoW closed 1 month ago

fubaWoW commented 1 month ago

What version number you are using? 3.10.33

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta Retail

What language is the game client set to? English

Describe the bug LUA Error when try to import an exported Profile string

To Reproduce should be obvious ^^

Additional context

1x ...ceArkInventory/Core/ArkInventoryCategory.lua:1740: bad argument #1 to 'match' (string expected, got nil)
[string "=[C]"]: in function `match'
[string "@ArkInventory/Core/ArkInventoryCategory.lua"]:1740: in function `CategoryIdSplit'
[string "@ArkInventory/Core/ArkInventoryConfig.lua"]:1599: in function `ConfigInternalProfileImport'
[string "@ArkInventory/Core/ArkInventoryStaticPopups.lua"]:169: in function `on_click'
[string "@ArkInventory/Libs/LibDialog/LibDialog-1.0-10.lua"]:508: in function <ArkInventory/Libs/LibDialog/LibDialog-1.0.lua:502>

Locals:
(*temporary) = nil
(*temporary) = "(%d+)!(%d+)"
(*temporary) = "string expected, got nil"
arkayenro commented 1 month ago

should be fixed in the next alpha

fubaWoW commented 1 month ago

thanks!