Results: 6088Comments by: Baertram
File: FCO ItemSaver06/03/24
Re: Re: Re: Re: Re: UI Error: 6DED4B34 After Update
Posted By: Baertram
Did you try the linked sreenshot trick to valiate your game's addon folder is the one you think? Sometimes that changes from users\documents to users\Appdata all of sudden Oh and: Do you use MS onedrive and backup your users documents folder in it? Disable that or it will result into problems with ESO having blocked files of addo...
File: PerfectPixel06/03/24
Just a heads up that it looks like...
Posted By: Baertram
Just a heads up that it looks like there's a small visual bug in the mail window where the delete after claim checkbox and the inventory space counter are overlapping the bottom part of the mail window making it difficult to expand the last section https://i.imgur.com/E5hm7ZK.png Thanks for the info, have fixed that now.
File: FCO ItemSaver06/03/24
Re: Re: Re: UI Error: 6DED4B34 After Update
Posted By: Baertram
Hi, I still cannot see the reason from it :-( The only reason I could imagine that happens is if your file live/AddOns/FCOItemSaver/FCOIS_Constants.lua would be corrupt o missing Your folder live/Addons/FCOItemSaver must look like this (file sizes too). https://i.imgur.com/mC7MWCG.png Version must be 2.5.7 zip file dwonloaded:...
File: FCO ItemSaver06/03/24
Re: UI Error: 6DED4B34 After Update
Posted By: Baertram
Well this should not happen if the addon installation was fine. You maybe missing files of this addon, which have not been extracted properly from the zip file? Please logout. Delete folder: live/AddOns/FCOItemSaver Download FCOIS new, only extract the FCOItemSaver folder + subfolders and files from the zip file (do not creat...
File: PerfectPixel06/03/24
Re: Re: Re: UI Error?
Posted By: Baertram
Do you use any old version of LibSets? Yes, I had the same problem and LibSets was fixing it. So ty - and maybe you can add that dependency in the description? I always update manually and I see only "LibAddonMenu" and not "LibSets" so I fell into the same trap :) !It is no dependency! It's not even an optional dependency. I...
File: PerfectPixel06/03/24
Re: UI Error?
Posted By: Baertram
I've been getting this error whenever I install PP/since February(?): user:/AddOns/PerfectPixel/functions.lua:130: attempt to index a nil value stack traceback: user:/AddOns/PerfectPixel/functions.lua:130: in function 'PP:CreateBackground' user:/AddOns/PerfectPixel/compatibility.lua:170: in function 'Compatibility' It does w...
File: Auto Recharge (and repair)06/02/24
Doesn't look like the repairs are w...
Posted By: Baertram
Doesn't look like the repairs are working, unless it doesn't allow the repair using gold and only kits? Ideally when visiting a vendor it would auto repair using gold. This addon is not repairing at a vendor! It repairs using your repair kits. Check the addon description -> Featrues headline please At vendors it only shows you...
File: SMC Guild Halls05/31/24
Hi,as a hint: If you do not updat...
Posted By: Baertram
Hi,as a hint: If you do not update the version number on esoui, then Minion download manager will not find this as "updated"! Everyone having it installed with the same version won't see your update. Only new installers will get your current files then. You might get bug reports for old code that way, so better increase the ver...
File: UI2Clipboard by theFeltes05/31/24
Only for the control's params of th...
Posted By: Baertram
Only for the control's params of the anchoring it does, yes. As each control is anchored by default to it's parent control, you can leave the anchorTo controls empty and it will just use the parent control to anchor to then. Other params like anchorMySide (e.g. LEFT) to the otherControlsSide (e.g. RIGHT, where otherControl wou...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/31/24
Re: Chat window won't stay minimized
Posted By: Baertram
When I manually minimize the chat window to keep it hidden or out of the way then open and close any menu the chat window will open back up; then I have to manually minimize it again. I know there is an intended setting to open/close chat when entering/exiting menus (which i like and is a great feature). But when I manually minimize...
File: FCO Ultimate Sound05/30/24
Please update to v0.19 on the esoui...
Posted By: Baertram
Please update to v0.19 on the esoui,it seems v0.18 dont work. :confused: Any more info what does not work? Did you test the addon alone with any other addon active (if not please do so and then tell me what is not working, in detail)
File: UI2Clipboard by theFeltes05/30/24
If you do no define a variable expl...
Posted By: Baertram
If you do no define a variable explitily it will be created automatically once assigning a value, using the type you pass in to it. But it's global then in the table _G and accessible to all other addons + overwriting other addon's/ZOs ESOUI code in _G table. If the variable is not existing because nothing was assigned to it, it...
File: LibSets (All set items ingame & preview. lua API + excel sheet)05/30/24
From your description, typo "It...
Posted By: Baertram
From your description, typo "It will show you a mathcing list of set's" should be "It will show you a matching list of sets" Thanks, changed that
File: UI2Clipboard by theFeltes05/29/24
Hi and welcome to ESO addon develop...
Posted By: Baertram
Hi and welcome to ESO addon development. Hint: Your released gui xml file is totally empty (allthough not called from your manifest txt so I guess it was added to the zip by accident). And you are using LibAddonMenu2 in your lua file but it is not in your txt files dependencies! You should add it as LibAddonMenu2>=36 and name al...
File: LibSets (All set items ingame & preview. lua API + excel sheet)05/29/24
Edit: The bug should be fixed mean...
Posted By: Baertram
Edit: The bug should be fixed meanwhile, I hope. Both ways are somewhat not proper in terms of fixing fugs, as you sometimes get several errors in a row, where the 1st ist the real one causing the 2nd etc. to show directly after/later. In general it's hard to fix thsoe if you do not see when exactly they happened (on screen...
File: LibSets (All set items ingame & preview. lua API + excel sheet)05/29/24
After having a deeper look the sear...
Posted By: Baertram
After having a deeper look the searchUI get's initialized always after a reloadui/login via function LibSets_SearchUI_Keyboard_TopLevel_OnInitialized. This will init the UI controls and add the filter values for the dropdowns via function InitializeFilters -> And here the error message came up. So this should happen directly afte...
File: LibSets (All set items ingame & preview. lua API + excel sheet)05/29/24
Hm, that white nondescript set mayb...
Posted By: Baertram
Hm, that white nondescript set maybe an issue for sure, if the API of ES says it is a set but the setId is not known and all API functions fail to work properly with it. I bet it's a corrupt itemlink in ZOs data then. But that for sure could lead to any addn producing errors. I'll have a look at the LibSets code there where th...
File: LibSets (All set items ingame & preview. lua API + excel sheet)05/29/24
Hi ApoAlia, was the LibSets search...
Posted By: Baertram
Hi ApoAlia, was the LibSets search UI actually shown as the error appeared? Or did you at least show it before the error happened, some time? And you are sure it happened as Lazy Writ Crafter was unboxing the writ rewards automatically, and not at any other time? Did I say I hate BugCatcher and likewise addons? You do not no...
File: FCO Companion05/29/24
I dont know why u make junk per cha...
Posted By: Baertram
I dont know why u make junk per character as default. What is junk on 1 character is junk on all account. If u change mind, u can unjunk item. I have 19 characters on EU and 12 on NA (yes,I know Im ESO fanatic) and its very frustraiting seting this on every character and reload UI ,whenever I got trash companion item. Also I found we...
File: LibCustomMenu05/23/24
@Votan Found a bug with LibCustomM...
Posted By: Baertram
@Votan Found a bug with LibCustomMenu added normal entries' (no submenus). The OnMouseUp function reacts on right and middle mouse clicks too and selects the items then. ZO_Menu default function only does that on left mouse click! Fix - Add mouseButton to the function MouseUp for normal items, like submenu does it already:...
File: DungeonHistory05/21/24
Welcome to ESO addon development....
Posted By: Baertram
Welcome to ESO addon development. A hint: All variables you declare in lua are global (accessible by other addons and overwriting existing variables), unless you add a local up in front. To minimize compatibilty issues and pollution of the global namespace (table _G): If you create an addon with an UI (like your scrolllist in...
File: Research Assistant (Find your researchable items)05/21/24
Re: Double IDs
Posted By: Baertram
Hey after Switching to Steam Version of the Game, i get Double IDs in the SavedVar. So its Showing me 2 Instance of the same Char and yelling at me i should log in the other Char (same one) Can u help pls ? I do not know why this would be happening but I guess the Steam version's SavedVariables might be different drom normal n...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/21/24
Re: Re: Re: unable to log in unless I disable pChat
Posted By: Baertram
Depending on your chat messages coming in, and the time range you have chosen to store the history (48 hours e.g.) it could blow of the SavedVariables to a very big size :( I've for example disabled the history of system messages to circumvent this problem. For me only the normal chat is relevant to be saved. Unfortunately it's...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/21/24
Re: Killfeed Cyrodiil
Posted By: Baertram
Hi, Love this addon, is it possible to add a feature to move the killfeed into a new chat box so it is still visible just not clogging up the zone chat box? Create a new chat tab, right click and configure it to only show system messages (as kill feed should be a system message) and then your tab should only show the system messag...
File: Auto Recharge (and repair)05/17/24
Re: bug report
Posted By: Baertram
The new Chinese translation seems to have some encoding issues, and its menu items are displayed as some "?????"https://i.postimg.cc/cJw28x1k/20240517152932.png The damn zh file was converted to ANSI instead of UTF8, fixed that now. Thanks for the report