Menu

#926 Post 5.4.1 patch break with partial solution. Small issue with TitanGold still showing <?> but at least right on hover.

Duplicate
nobody
None
2013-10-29
2013-10-29
Anonymous
No

Originally created by: aftiggerintel

What version of Titan Panel are you using and on what operating system?

5.2.0.50400 build of Titan Panel

On a Mac OSX version 10.8.5 (sorry, haven't updated to the latest release yet- it's on my to do list this week I promise).

What steps will reproduce the problem?
1. Open WoW with Titan Panel installed post 5.4.1
2.
3.

What is the expected output? What do you see instead?

Expected was for Titan Panel to be at top of screen. Instead was errors and nothing. Bliz took away the handler GetCVar("realmName")

Please attach a screenshot if you believe that will assist.
Please provide any additional information below that you feel is relevant.

I've actually got the work around for you for the most part here:

Line 1756 of the TitanUtils.lua file.

Change:

local serverName = GetCVar("realmName");

to:

local serverName = GetRealmName();

Works for both Mac and PC.

If you are using the TitanGold addon section as well, change line 204

"..GetCVar("realmName").."

to

"..GetRealmName().."

Then in TitanGold on lines 255, 339, and 385,

local serverName = GetCVar("realmName")

to:

local serverName = GetRealmName()

I've got a ? on the bar but the hover over is correct. Still haven't gone through TitanGold enough to familiarize myself with the lua writing to get a hang of it to figure out why it's throwing a <?> on the bar but figuring the right totals on hover over from what I can tell. I will probably mess with it a bit more once I get more time later tonight or tomorrow. Figured I'd get this up for visibility for those looking for a work around and so you could have some eyes on it for the familiar angle for why it is throwing it.

Discussion

  • Anonymous

    Anonymous - 2013-10-29

    Originally posted by: kevin3...@gmail.com

    If you find GetCVar("realmName") and replace with GetRealmName() it should work.  I did it in all LUA's for every part of Titan.

     
  • Anonymous

    Anonymous - 2013-10-29

    Originally posted by: kevin3...@gmail.com

    Ok just a followup.  I just tested this change in WOW 5.4.1 and if you change every instance you won't get the <?> on the bar.  You'll have to log all toons in again to get the Gold amount for all toons on the server again, but that's because of the new variable name.

     
  • Anonymous

    Anonymous - 2013-10-29

    Originally posted by: aftiggerintel

    Deleted the poorly worded comment. I have included the work around with line numbers above for those who did not know the line numbers (and kept asking on numerous forums elsewhere). I still have the <?> after deleting the cache and logging into all alts on two different accounts. Next step is to play with a fresh build on my ghost machine to see if it might be a Mac issue vs everything issue. More to narrow down if it's my configuration or more widespread. Worst case is delete all the configurations for everything and rebuild the UI while I get some things installed by contractors around the house tomorrow.

     
  • Anonymous

    Anonymous - 2013-10-29

    Originally posted by: aftiggerintel

    Fixed, whatever didn't save apparently fixed upon machine restart. I'm going to assume I just needed my cat to run behind the computer to fix it.

     
  • Anonymous

    Anonymous - 2013-10-29

    Originally posted by: Honor...@gmail.com

    These are all duplicates of issue 911.  Closing.

    Status: Duplicate

     

    Related

    Tickets: #911


Log in to post a comment.