View Single Post
08/12/19, 01:28 PM   #5
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
When i logged in, after hearing the sound error, i checked the addon list and the only one with problem was Dolgubon lazy crafter ... all red. When i moused over it, there was a tooltip saying : you need the addon

I was uh oh i have the addon ... and i checked, the addon is up to date.

## Title: Dolgubon's Lazy Writ Creator
## APIVersion: 100028
## Author: Dolgubon
## Version: 2.7.6

So could that error come from a library used by the addon and not up to date ?


And to be honnest, i did exactly what you said this morning before the patch. I replaced

## APIVersion: 100026 100027
or
## APIVersion: 100027
or
## APIVersion: 100027 100028 100029


par ## APIVersion: 100028

But i did not updated the addons that went updated last night by their authors like Dolgubon

Originally Posted by Baertram View Post
Not ALL addons are updated and even then the number in the txt file ## APIVersion: could be still the old one as one forget to increase or change it.

The checkbox ingame will always be unchecked after a major patch and thus all addons which are now "considered outdated by the game client" are ddisabled due to this.
Some addons already got an entry ## APIVersion: <currentApiVersion> <nextAPIversion>
so they appear to be updated (but their code could still be from 3 patches before and not running at all ).

The game is just checking numbers like Sirinsidator wrote already.
So just enable the checkbox and play. 1 click, no problems.
Or if you want to support the checbox and this nonsense check just change ALL addons you'd like to use in their txt file and put the correct ## APIVersion: 100028
for Scalebreaker in

Edit:

Sounds weird. Never saw it so far. Will uncheck the checkbox and see myself

For me it only shows:
Outdated, Dependencies
And if there are dependencies you can expand the addon and see below:
White line (activated)
Red line (deactivated)

Where did you see this message?

Last edited by Anceane : 08/12/19 at 01:31 PM.
  Reply With Quote