[BUG]: 10.0 LUA errors.
Nillx opened this issue ยท 12 comments
WoW client
WoW Retail
What happened?
Hello, are you planning to update this for 10.0? 9.2.7 version cause a lot of errors but its halfway working.
Lua Error Message?
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:135 Unrecognized XML attribute: relativeKey
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:135 Unrecognized XML attribute: point
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:135 Unrecognized XML: Anchor
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:134 Unrecognized XML: Anchors
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:133 Unrecognized XML attribute: y
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:133 Unrecognized XML attribute: x
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:133 Unrecognized XML: Size
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:132 Unrecognized XML attribute: inherits
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:132 Unrecognized XML attribute: parentKey
1x Interface/AddOns/Broker_Everything/Broker_Everything.xml:132 Unrecognized XML: Checkbox
Other addons?
No response
I went through and corrected every error I saw by commenting out code blocks. Steps:
- Install the latest release version
- Download a ZIP of the live code from github
- Copy all the github files over the release files
- Replace the Broker_Everything.xml file
- ...
- profit
XML file: https://controlc.com/21265af3
Yes please. The addon actually seems to largely function, my modules show in my LDB display and all, but there are dozens of errors upon login.
Ok doing that fixed the errors thanks. Noticing an issue with the bag module tho, it thinks my inventory is a 20 slot bag and i have 5 free slots while thats not true.
This is a duplicate of #13
Yes, it breaks all the localization stuff so you only see variable names now. Perfectly usable if you read English, but not pretty. The addon needs a proper fix, not my amateurish attempt.
Gotcha. Thanks for the reply and clarification.
I went through and corrected every error I saw by commenting out code blocks. Steps:
- Install the latest release version
- Download a ZIP of the live code from github
- Copy all the github files over the release files
- Replace the Broker_Everything.xml file
- ...
- profit
XML file: https://controlc.com/21265af3
Good job on fixing a lot of these errors. I'm still seeing an error with the volume module, something involving the CVar not being a function. I'm also seeing a lot of addon tab text and module text being surrounded with < > and no idea why.
Yes, it breaks all the localization stuff so you only see variable names now. Perfectly usable if you read English, but not pretty. The addon needs a proper fix, not my amateurish attempt.
Ok doing that fixed the errors thanks. Noticing an issue with the bag module tho, it thinks my inventory is a 20 slot bag and i have 5 free slots while thats not true.
I'm seeing that too. It's as if its only counting the default bag slot and not any of the slots you put your own bags into
Yes, it breaks all the localization stuff so you only see variable names now. Perfectly usable if you read English, but not pretty. The addon needs a proper fix, not my amateurish attempt.
If you would actually look at what 4C51 posted he already fixed this. Instead of commenting those lines out you change Checkbox to CheckButton. That fixes those issues.
Thanks for the update. Installed 4.4.1 but unfortunately im still getting the same errors. Bag plugin is no longer showing like 3-4 free spots but its still incorrect.
4.4.2 fixed the issue, im not getting any errors. Bag issue is still present, it constantly change when i move items around my inventory.
Example here(Free bag slots are on the bottom, im moving items around my inventory (Bagnon)): https://imgur.com/a/rEfkuC2