Results: 31Comments by: Daeveren
File: tekticles03-28-24
Patch 10.2.6 broke this again, any...
Posted By: Daeveren
Patch 10.2.6 broke this again, any good soul mind pointing what to modify to keep this working ? thanks! Can you describe what you have noticed to not be working? For me it seems to be working fine.
File: Auditor11-21-22
Re: 10.0 fan update
Posted By: Daeveren
error in patch 10.0.2 Message: Interface/AddOns/Auditor2/Core.lua:137: attempt to call global 'GetContainerNumSlots' (a nil value) Time: Tue Nov 22 00:30:02 2022 Count: 2 Stack: Interface/AddOns/Auditor2/Core.lua:137: attempt to call global 'GetContainerNumSlots' (a nil value) :248: in function
File: LDB - Sound11-11-22
Re: Re: error at login in patch 10.0
Posted By: Daeveren
I switched to gmVol for now while waiting for an update: Many thanks for this, almost perfect replacement!
File: tekticles10-29-22
I managed to make it work in 10.0!...
Posted By: Daeveren
I managed to make it work in 10.0! Summary of changes: - in tekticles.lua, after line 2, add a new line "if not obj then return end" - for each of the fonts in the 'base fonts' and 'derived fonts' list, add a _G. in front of the font and introduce a new parameter ,"" after the font size parameter, but only for the fonts that had...
File: ExaltedPlus10-29-22
errors with patch 10.0
Posted By: Daeveren
patch 10.0, error at login 556x Interface/AddOns/ExaltedPlus/epcore.lua:11: attempt to index field 'paragonFramesPool' (a nil value) :11: in function `update' :41: in function "]: in function `UpdateBarsShown' :143: in function L...
File: Auditor10-29-22
Re: 10.0 fan update
Posted By: Daeveren
Cross-referenced the changes I'd made Thanks, this made the addon work again! Hopefully the link you posted will remain there for a while, so that other users can get their addon fixed. Also for those using Broker Auditor, just comment out line 652 and it should work again.
File: InFlight10-29-22
Re: UPDATED
Posted By: Daeveren
we are updated to 10.0.2 Thank you very much!
File: tekticles10-28-22
Error at login in patch 10.0 It su...
Posted By: Daeveren
Error at login in patch 10.0 It surely is related to the font API changes in 10.0 - while I'm pretty clueless about stuff like this, I think it might have to do with this one https://wowpedia.fandom.com/wiki/API_CreateFont So maybe instead of "setfont", use the new "FontInstance:SetFont(path, height )" function? If anyone has the...
File: Stuf Unit Frames (and Raid)10-27-22
Best unitframe addon, none of the o...
Posted By: Daeveren
Best unitframe addon, none of the other addons have so much customization. Hoping for an update for Dragonflight!
File: Auditor10-27-22
Does anyone have a fix for patch 10...
Posted By: Daeveren
Does anyone have a fix for patch 10.0? 9x Interface/AddOns/Auditor2/Core.lua:80: attempt to call method 'UpgradeCategories' (a nil value) :1331: in function "]: in function `pcall' :246: in function :336: in function
File: LDB - Sound10-26-22
error at login in patch 10.0
Posted By: Daeveren
Getting these errors in patch 10.0 68x Interface/AddOns/LDB_Sound/Core.lua:69: bad argument #1 to 'pairs' (table expected, got nil) "]: in function `pairs' :69: in main chunk Locals: (*temporary) = nil (*temporary) = "table expected, got nil" = defined =:-1 8x Interface/AddOns/LDB_Sound/Core.lua:54: Usage:...
File: Stuf Unit Frames (and Raid)05-07-22
Re: NO LONGER ABANDONED
Posted By: Daeveren
i will be taking over STUF, ill need a few days to look over the code and i will be posting an official update to the addon Thank you very much for this, you saved the addon and its users :) I was prepared to finally give up Stuf and redo my UI for patch 10.0 Dragonflight, but now with you maintaining it, it looks like the addon wi...
File: Stuf Unit Frames (and Raid)03-25-22
I've got a different solution from...
Posted By: Daeveren
I've got a different solution from the helpful guys over at WoW AddOns discord which fixed the errors for me: Stuf\aura.lua change line 362 from uf = uf or su to uf = type(uf) == "table" and uf or su StufRaid\raid.lua change line 281 from uf = uf or units or u] to uf = type(uf) == "table" and uf or units or u]
File: Stuf Unit Frames (and Raid)03-25-22
Thanks for posting this. Can you el...
Posted By: Daeveren
Thanks for posting this. Can you elaborate on the libs to replace and their locations? I've replaced the following and still getting errors: \AddOns\Stuf_Options\libs\AceConfig-3.0 \AddOns\Stuf_Options\libs\AceGUI-3.0 \AddOns\Stuf_Options\libs\AceGUI-3.0-SharedMediaWidgets \AddOns\StufRaid_Options\libs\AceConfig-3.0 \AddOns\St...
File: Stuf Unit Frames (and Raid)03-21-22
EDIT: This seems to have been fixed...
Posted By: Daeveren
EDIT: This seems to have been fixed by manually updating the Ace3 libraries inside every Stuf folder. It might have been related to this hotfix https://us.forums.blizzard.com/en/wow/t/new-unitaura-processing-optimizations/1205007 Since today, I'm all of a sudden getting this error, not sure what is causing it to show, since I was...
File: Chinchilla Minimap11-06-21
Patch 9.1.5 and the addon is kind o...
Posted By: Daeveren
Patch 9.1.5 and the addon is kind of broken - in the way that it does not remember the map shape. I have it set as square, but after each login, it defaults to circle. Note that the 1 pixel black border remains square. Anyone know a solution for this?
File: TipTac for Classic+TBC05-19-21
Burning Crusade Classic
Posted By: Daeveren
It works in TBC, haven't noticed errors so far, but it seems to ignore the color for backdrop
File: Ara Broker Guild Friends05-19-21
Doesn't work in Burning Crusade Classic
Posted By: Daeveren
Doesn't work in BCC Message: ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r91.lua:818: bad argument #1 to 'unpack' (table expected, got nil) Time: Wed May 19 18:09:24 2021 Count: 1 Stack: ...ra_Broker_Guild_Friends\Ara_Broker_Guild_Friends-r91.lua:818: bad argument #1 to 'unpack' (table expected, got nil) Locals:
File: ChocolateBar (Broker Display)11-25-20
Getting these errors when trying to...
Posted By: Daeveren
Getting these errors when trying to move a plugin on the bar. The plugin won't move and the entire bar dissapears. Message: Interface\AddOns\ChocolateBar\Chocolate.lua:325: Action failed because: attempted from: NamePlate1PlaterUnitFrame:GetPoint(). Time: Thu Nov 26 02:17:33 2020 Count: 1 Stack: Interface\AddOns\ChocolateBar\Ch...
File: tekticles11-10-20
I don't know why, but the SetFont(S...
Posted By: Daeveren
I don't know why, but the SetFont(SystemFont_Shadow_Outline_Huge2, NORMAL, 22, "OUTLINE") line Srosh mentions is line 66 for me and not 67. Just wanted to note for others poking around that in addition to commenting out line 66, I also found it necessary to comment out lines 89 - 93 to stop another error. -- for i=1,MAX_C...
File: Stuf Unit Frames (and Raid)10-29-20
Getting this error when trying to c...
Posted By: Daeveren
Getting this error when trying to configure Stuf Raid Message: Interface\AddOns\Ace3\AceGUI-3.0\AceGUI-3.0.lua:704: attempt to index local 'child' (a nil value) Time: Thu Oct 29 15:18:01 2020 Count: 2
File: Stuf Unit Frames (and Raid)10-26-20
I've deleted the duplicate folders...
Posted By: Daeveren
I've deleted the duplicate folders and is throwing lua errors, so then it needs to be left untouched Good to know.. For me Stuf Raid seems to not work at all, it's showing no raid members at all :(
File: Stuf Unit Frames (and Raid)10-22-20
Thanks Alish, but the link you post...
Posted By: Daeveren
Thanks Alish, but the link you posted is dead too :(. I agree with you, it would be good for someone to take over. sorry also for my bad english. Sorry, here you are http://www.mediafire.com/file/u3hz4oplzy3cm9q/Stuf.zip/file Thank you very much, true hero! :banana: Wanted to point out that in the Stuf_Options\libs\AceGUI-3....
File: Stuf Unit Frames (and Raid)10-21-20
Thanks Alish, but the link you post...
Posted By: Daeveren
Thanks Alish, but the link you posted is dead too :(. I agree with you, it would be good for someone to take over. sorry also for my bad english. Sorry, here you are http://www.mediafire.com/file/u3hz4oplzy3cm9q/Stuf.zip/file Thank you very much, true hero! :banana: Wanted to point out that in the Stuf_Options\libs\AceGUI-3....
File: Stuf Unit Frames (and Raid)10-19-20
Why is this project still shown as...
Posted By: Daeveren
Why is this project still shown as active? Shouldn't it be marked as abandoned and someone else take it over as a maintainer atleast? Thousands of players left scratching their heads as the author has left his own addon rust and has put his own thread on ignore and doesn't even show up to atleast announce that he's no longer maintain...