Thread Tools Display Modes
05/27/18, 10:29 PM   #1
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
ESO bug ? i dont see mention of an addon

Code:
EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2126: operator - is not supported for number - nil
stack traceback:
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2126: in function 'CompareEntries'
	EsoUI/Libraries/Globals/globalapi.lua:57: in function 'zo_binarysearch'
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2134: in function 'FindStartPoint'
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2166: in function 'ZO_ScrollList_UpdateScroll'
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2287: in function 'ZO_ScrollList_MoveWindow'
	ZO_KeybindingsListScrollBar_ValueChanged:3: in function '(main chunk)'
	[C]: in function 'SetValue'
	EsoUI/Libraries/ZO_Templates/ScrollTemplates.lua:2258: in function 'ZO_ScrollList_ResetToTop'
	EsoUI/Ingame/Inventory/Inventory.lua:1118: in function 'ZO_InventoryManager:ChangeFilter'
	(tail call): ?
	EsoUI/Ingame/Inventory/Inventory.lua:63: in function 'HandleTabSwitch'
	EsoUI/Libraries/ZO_MenuBar/ZO_MenuBar.lua:284: in function 'MenuBarButton:Release'
	EsoUI/Libraries/ZO_MenuBar/ZO_MenuBar.lua:636: in function 'ZO_MenuBarButtonTemplate_OnMouseUp'
	ZO_MainMenuCategoryBarButton1_MouseUp:3: in function '(main chunk)'
Each time i receive a reward container for the Psijic quest, this bug pop, anyone have any idea ?
  Reply With Quote
05/28/18, 11:07 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Just to be sure: tested without all addons?
It could be any addon else :-(
  Reply With Quote
05/28/18, 04:50 PM   #3
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by Baertram View Post
Just to be sure: tested without all addons?
It could be any addon else :-(
When i saw first the error, i had all addons, then i disabled all addons for the next chapter of the quest reward, and had the same error popping.

i did that because i thought that if there was no problem with no addons, i would have then to check 5 by 5 with each chapter of the quest.

Thus the reason i am a bit lost with that error
  Reply With Quote
05/30/18, 01:42 PM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
When you see the error next time, try to run the following script in an addon like ZAM Notebook:
Lua Code:
  1. for type, inventory in pairs(PLAYER_INVENTORY.inventories) do
  2.     if(type ~= 2) then
  3.         for k, v in ipairs(inventory.listView.data) do
  4.             if not v.bottom then
  5.                 df("%d, %d: %s, %s: %s", type, k, tostring(v.data.bagId), tostring(v.data.slotIndex), GetItemLink(v.data.bagId, v.data.slotIndex))
  6.             end
  7.         end
  8.     end
  9. end
The chat output might give some insight into why this happens
  Reply With Quote
05/30/18, 06:16 PM   #5
Aussiechick
Join Date: Apr 2014
Posts: 9
Minion shows no add ons!

When I look at these replies it seems to me that there are problems with ESOUI and I need to go to Zam.
Many others seem to have the same problem and no official reply from ESOUI so maybe it is a new website that has nothing yet?
  Reply With Quote
05/30/18, 07:06 PM   #6
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by Aussiechick View Post
When I look at these replies it seems to me that there are problems with ESOUI and I need to go to Zam.
Many others seem to have the same problem and no official reply from ESOUI so maybe it is a new website that has nothing yet?
Not sur i fully understand your message ---no mean intended, english is not my first langage---, but through all the years i have been on ESOUI, i always received the help needed, and most of the time far beyond what i was expecting

It happens that the beginning of the answers are not quite what i expect, but i do it anyway and we finally find what the problem is

So i love ESOUI, even with bugs, but more with all the helpfull people co-existing on it

And no i am not a gentle one always behaving good, giving always good congratulations. i am an old gran'ma loving to play (and my gran'son too) and sometimes i have a really bad temper
  Reply With Quote
05/30/18, 07:10 PM   #7
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
Originally Posted by sirinsidiator View Post
When you see the error next time, try to run the following script in an addon like ZAM Notebook:
Lua Code:
  1. for type, inventory in pairs(PLAYER_INVENTORY.inventories) do
  2.     if(type ~= 2) then
  3.         for k, v in ipairs(inventory.listView.data) do
  4.             if not v.bottom then
  5.                 df("%d, %d: %s, %s: %s", type, k, tostring(v.data.bagId), tostring(v.data.slotIndex), GetItemLink(v.data.bagId, v.data.slotIndex))
  6.             end
  7.         end
  8.     end
  9. end
The chat output might give some insight into why this happens
I download the addon, and added the script ready to be paste in it in case the error happens again
  Reply With Quote
05/31/18, 05:29 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Originally Posted by Aussiechick View Post
When I look at these replies it seems to me that there are problems with ESOUI and I need to go to Zam.
Many others seem to have the same problem and no official reply from ESOUI so maybe it is a new website that has nothing yet?
If you want to use outdated addons on Zam, go ahead :-) But as far as I know esoui.com is the best help to get for eso addons. Maybe it's not giving you a 100percent solution but ppl try and spend free time here to solve your, and many other, problems + requests. Keep that in mind, and please also keep in mind (considering your other posts about your personal computer experience): we cannot solve each problem nor describe everything the way each human beeing on the world is able to understand.
But we try
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » ESO bug ? i dont see mention of an addon

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off