This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Open options frame.2. Try and log out.3.
What is the expected output? What do you see instead?
Cant logout with chat box or interface button.cant /logout or /camp
What version of the product are you using?
1.2.0.
Do you have an error log of what happened?
1x ChatLootValue-1.2.0\pricingSupport\cache.lua:44: attempt to index field 'cachedPrices' (a nil value)ChatLootValue-1.2.0\pricingSupport\cache.lua:53: in function `Logout'Interface\FrameXML\ChatFrame.lua:1564: in function `?':Interface\FrameXML\ChatFrame.lua:4214: in function `ChatEdit_ParseText':Interface\FrameXML\ChatFrame.lua:3825: in function `ChatEdit_SendText':Interface\FrameXML\ChatFrame.lua:3863: in function `ChatEdit_OnEnterPressed':<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>
Locals:saveValues = <function> @ ChatLootValue\pricingSupport\cache.lua:37:prev_Logout = <function> defined =[C]:-1
---
Please provide any additional information below.
New error with recent patch: ChatLootValue-1.2.0\pricingSupport\cache.lua:44: attempt to index field "cachedPrices" (a nil value) ChatLootValue-1.2.0\pricingSupport\cache.lua:44: in function <ChatLootValue\pricingSupport\cache.lua:37> ChatLootValue-1.2.0\pricingSupport\cache.lua:53: in function <ChatLootValue\pricingSupport\cache.lua:52> <in C code> <string>:"*:OnClick":2: in function <string>:"*:OnClick":1
Locals: saveValues = <func> @ChatLootValue\pricingSupport\cache.lua:37 prev_Logout = <func> =[C]:-1
Same effect after opening vendor, AH, etc. Using AuctionLite
<pre>temporary solution for this bug ..., works fine for me in 2 weeks
I recomend install auctioneer (scan AH) to replace (function) the capture for infos from AH and replace that "save info funcion"
just ignore that function Original lines:
go to : ..World of Warcraft\interface\addons\ChatLootValue\pricingSupport
find for cache.lua (make a backup from original file)
edit it on notepad (remember, save it with .lua file )
(52,... ,56) = line program...
======= ORIGINAL LINES PROGRAM cache.lua ============ 52 local prev_Logout = Logout 53 Logout = function(...) 54 saveValues() 55 prev_Logout() 56 end
(--~) = ignore line
======= REPLACE for IT============= 52 --~ local prev_Logout = Logout 53 --~ Logout = function(...) 54 --~ saveValues() 55 --~ prev_Logout() 56 --~ end
no more bugs logout</pre>
To post a comment, please login or register a new account.