PvPLog 3.2.1

Forum Dedicated to PvPLog, (The WoW PvP data collector addon), and PvPLog related topics

Moderator: bsmorgan

PvPLog 3.2.1

Postby bsmorgan » Wed Dec 22, 2010 4:38 pm

PvPLog 3.2.1 is now available in the Downloads section.

Changes:

* Rearranged the intialization of the minimap button.
* Increased maximum player level to 85.

Regards,

Brad
User avatar
bsmorgan
WoW Interface Developer
WoW Interface Developer
 
Posts: 160
Joined: Tue Nov 28, 2006 10:17 pm
Location: Colorado Springs, Colorado

Re: PvPLog 3.2.1

Postby shaun.voysey » Wed Dec 22, 2010 9:18 pm

an error that my Bugsack caught. This is using 3.2.1


<string>:\"compat.lua\":21: bad argument #1 to 'rad' (number expected, got nil)
<string>:\"compat.lua\":21: in function `cos'

PvPLog-3.2.1\\PvPLogButton.lua:53: in function `PvPLogButton_UpdatePosition'
PvPLog-3.2.1\\PvPLog.lua:1163: in function `PvPLogInitialize'
PvPLog-3.2.1\\PvPLogUI.lua:325: in function `PvPLogConfigHide'
PvPLog-3.2.1\\PvPLog.lua:563: in function `PvPLogOnEvent'

<string>:\"*:OnEvent\":1: in function <[string \"*:OnEvent\"]:1>

Locals:
x = nil
(*temporary) = <function> defined =[C]:-1
math = <table> {
log = <function> defined =[C]:-1
acos = <function> defined =[C]:-1
ldexp = <function> defined =[C]:-1
huge = 1.#INF
pi = 3.1415926535898
pow = <function> defined =[C]:-1
tanh = <function> defined =[C]:-1
deg = <function> defined =[C]:-1
tan = <function> defined =[C]:-1
cosh = <function> defined =[C]:-1
cos = <function> defined =[C]:-1
random = <function> defined =[C]:-1
sinh = <function> defined =[C]:-1
frexp = <function> defined =[C]:-1
ceil = <function> defined =[C]:-1
floor = <function> defined =[C]:-1
rad = <function> defined =[C]:-1
abs = <function> defined =[C]:-1
sqrt = <function> defined =[C]:-1
modf = <function> defined =[C]:-1
asin = <function> defined =[C]:-1
min = <function> defined =[C]:-1
max = <function> defined =[C]:-1
fmod = <function> defined =[C]:-1
log10 = <function> defined =[C]:-1
atan2 = <function> defined =[C]:-1
exp = <function> defined =[C]:-1
sin = <function> defined =[C]:-1
atan = <function> defined =[C]:-1


["type"] = "error",
["time"] = "2010/12/22 17:59:27",
["session"] = 334,
["counter"] = 120,
User avatar
shaun.voysey
WR.net Apprentice
WR.net Apprentice
 
Posts: 70
Joined: Thu Aug 10, 2006 12:50 pm
Location: Berkshire, England

Re: PvPLog 3.2.1

Postby bsmorgan » Thu Dec 23, 2010 6:10 pm

Shaun,

I cannot reproduce this error so I need your help. First, disable all addons except PvPLog, PvPLog2, Bugsack, and !BugGrabber. Can you reproduce the error now?

Before you start WoW, in your per character savedvariables folder there should be a PvPLog2.lua. Please modify the PvPLogDebugFlags to set debug, event1, and event2 to true as follows:

Code: Select all
PvPLogDebugFlags = {
   ["combat"] = false,
   ["ui"] = false,
   ["comm"] = false,
   ["ignore"] = true,
   ["pve"] = false,
   ["event2"] = true,
   ["event1"] = true,
   ["ptc"] = true,
   ["debug"] = true,
}


In ...\Interface\Addons\PvPLog\PvPLog.lua change the debug_flag, debug_event1, and debug_event2 variables to true as follows:

Code: Select all
local debug_flag = true;     -- Overridden by PvPLogDebug.flag after VARIABLES_LOADED event.
local debug_comm = false;     -- Overridden by PvPLogDebug.comm after VARIABLES_LOADED event.
local debug_ignore = true;    -- Overridden by PvPLogDebug.ignore after VARIABLES_LOADED event.
local debug_event1 = true;   -- Overridden by PvPLogDebug.event1 after VARIABLES_LOADED event.
local debug_event2 = true;   -- Overridden by PvPLogDebug.event2 after VARIABLES_LOADED event.
local debug_combat = false;   -- Overridden by PvPLogDebug.combat after VARIABLES_LOADED event.
local debug_pve = false;      -- Overridden by PvPLogDebug.pve after VARIABLES_LOADED event.
local debug_ui = false;       -- Overridden by PvPLogDebug.ui after VARIABLES_LOADED event.
local debug_ptc = true;       -- Overridden by PvPLogDebug.ptc after VARIABLES_LOADED event.
local debug_ttm = false;
local debug_ttv = false;


Now if you can reproduce the error follow the instructions in the sticky topic here and post the results. I'll continue to examine to sources and see if I can see something wrong.

Thanks,

Brad
User avatar
bsmorgan
WoW Interface Developer
WoW Interface Developer
 
Posts: 160
Joined: Tue Nov 28, 2006 10:17 pm
Location: Colorado Springs, Colorado

Re: PvPLog 3.2.1

Postby bsmorgan » Mon Dec 27, 2010 3:16 am

I think 3.2.2 will eliminate this error.

Brad
User avatar
bsmorgan
WoW Interface Developer
WoW Interface Developer
 
Posts: 160
Joined: Tue Nov 28, 2006 10:17 pm
Location: Colorado Springs, Colorado


Return to PvPLog

Who is online

Users browsing this forum: No registered users and 0 guests

cron