Results: 18Comments by: Briegh
File: Homestead Engineer02/20/18
This add-on has one issue
Posted By: Briegh
When I have this add-on loaded, I cannot post new store sales directly from my crafting bag. When I disable it, I can post things just fine.
File: Advanced Filters07/16/15
15ms is close enough and is a nice...
Posted By: Briegh
15ms is close enough and is a nice "divisible by 5" which gives me warmer fuzzies than 17ms, which is prime and... ick. Whaaat?! :eek: Prime numbers are cooool! :cool: Except seventeen. I hate seventeen. :mad: edit: I suggested 10ms because that's the default minimum frame time set in UserSettings.txt Prime numbers are defin...
File: Advanced Filters07/16/15
Maybe when it attempts the "PickupI...
Posted By: Briegh
Maybe when it attempts the "PickupInventoryItem" the PLAYER_INVENTORY:UpdateList(INVENTORY_BACKPACK) which was called by your code is still running and somehow triggers the error. It can't "still be running", it all happens in one thread. But otherwise you're right. I tried increasing the delay to ridiculous 2000ms, and here's w...
File: Advanced Filters07/15/15
I was able to reproduce this almost...
Posted By: Briegh
I was able to reproduce this almost every try (once I figured out how to do it), if you immediately mouse over & item & hit the E key after switching filters It gives the error. I don't know exactly how that error works, as-in how it determines "an attempt to access a private function from insecure code." I figured it would only b...
File: Advanced Filters07/15/15
Re: Re: Re: Re: Re: Re: plenty of re: UI Error continues
Posted By: Briegh
If I disabled Advanced Filters, the problem goes away completely, no matter how quickly I move from a category button to the first item to snipe a quick E. yes that's a delay issue. afaik before v0.8 there was event and delays. Now it's just a hook on ZO UI. which means ESO do its stuff, ADV.FIlters do its stuff (that should be mi...
File: Advanced Filters07/15/15
Re: Re: Re: plenty of re: UI Error continues
Posted By: Briegh
Here is a video demonstration of the problem: http://youtu.be/RAoHcekZHgo EDIT 1: Watching the video, it seems to occur when I move quickly to the first item and hit E rather than lingering on it more than a brief moment. Perhaps the UI is flaking out and not registering that the item is "under" the cursor for a moment? EDIT 2:...
File: Advanced Filters07/15/15
Re: Re: Re: plenty of re: UI Error continues
Posted By: Briegh
Here is a video demonstration of the problem: http://youtu.be/RAoHcekZHgo EDIT 1: Watching the video, it seems to occur when I move quickly to the first item and hit E rather than lingering on it more than a brief moment. Perhaps the UI is flaking out and not registering that the item is "under" the cursor for a moment? EDIT 2:...
File: Advanced Filters07/15/15
Re: plenty of re: UI Error continues
Posted By: Briegh
As a developer myself, I understand the pain of non-reproducibility. My situation is apparently anomalous, but I am at a loss as to why. If I get time and the wherewithal, I will capture a video of it occurring. i had an hypothesis that maybe some dust in the mouse was moving, and making the mouse click when you were going downwar...
File: Advanced Filters07/15/15
Re: Re: Re: plenty of re: UI Error continues
Posted By: Briegh
I did have a situation this morning where I was trying to loot five writ reward bags and every one of them threw the error when I attempted to loot them when the list was restricted to just containers. I did a /reloadui and looted them from the "all consumables" list and they were fine. This one i test it between 8 to 48 times a d...
File: Advanced Filters07/15/15
How reliably can you reproduce the...
Posted By: Briegh
How reliably can you reproduce the error in 0.8.x.0, Briegh? Not a lot of my ZOS touching code changed from 0.7 to 0.8. If anything it got more simple. I'm starting to lean toward what Wandamey just suggested. But if it does end up being a problem with Advanced Filters I'll fix it. I just need more data from reports. If you...
File: Advanced Filters07/15/15
Damn you guys have been blowing thi...
Posted By: Briegh
Damn you guys have been blowing this up lol. Thanks for helping him troubleshoot, Wandamey. Yeah, I can't reproduce this and there is no reason this should be coming from Advanced Filters based on what I see in that error log. I seem remember late night talks on the forums here about ZOS code causing insecure call errors rooted...
File: Advanced Filters07/15/15
Re: plenty of re: UI Error continues
Posted By: Briegh
And you surely do not have any other active addon? I know two reasons that cause the security error: 1. An addon uses a ZO_FadeSceneFragment with default fade out duration: http://www.esoui.com/forums/showthread.php?t=4381&highlight=ZO_FadeSceneFragment Using ZO_HUDFadeSceneFragment helps, because it's default fade out duration is...
File: Advanced Filters07/15/15
Re: plenty of re: UI Error continues
Posted By: Briegh
It might help to note that the error relates to the add on attempting to call a private function from insecure code... obviously some sort of sandbox violation of sorts. i've seen your last pic, and unless i missed one before i don't see anything telling that an addon is creating these. all the ZO_ and Ingame things are from the g...
File: Advanced Filters07/14/15
Re: Re: Re: Re: Re: UI Error continues
Posted By: Briegh
Just now: 1. I threw away the existing Advanced Filters folder and manually installed the latest version. I looked for, but did not find any saved variables file associated with the add-on, so I did not throw anything away there. 2. At the account level, I disabled all add-ons but Advanced Filters. 3. I logged into a charact...
File: Advanced Filters07/14/15
Re: Re: Re: Re: UI Error continues
Posted By: Briegh
Just now: 1. I threw away the existing Advanced Filters folder and manually installed the latest version. I looked for, but did not find any saved variables file associated with the add-on, so I did not throw anything away there. 2. At the account level, I disabled all add-ons but Advanced Filters. 3. I logged into a charact...
File: Advanced Filters07/14/15
Re: Re: UI Error continues
Posted By: Briegh
Still getting his very annoying bug when attempting to deposit things to the bank. It seems to be popping up with almost any item, seemingly at random. Sometimes it works fine and other times it's borked. I still get this with no other addons active, so it's definitely something weird with Advanced Filters. I get the error on items i...
File: Advanced Filters07/14/15
UI Error continues
Posted By: Briegh
Still getting his very annoying bug when attempting to deposit things to the bank. It seems to be popping up with almost any item, seemingly at random. Sometimes it works fine and other times it's borked. I still get this with no other addons active, so it's definitely something weird with Advanced Filters. I get the error on items i...
File: MiniMap by Fyrakin08/02/14
Renaming
Posted By: Briegh
This is some superb programming. Well done. Is there any chance you can update this with a new name so that it does not conflict with the older ZrMM builds? The issue gets to be where automated tools like Minion become confused about which add-on is which and ends up replacing your version with the older one because the name is the s...