Debug message spam on login or group change #804


Closed
  • perpetual_rng created this issue Feb 21, 2020

    What version of Grid2 are you using?

     1.13.2

    What game client version (windows or mac) and language are you using ?

     windows

    What steps will reproduce the problem?

      logging in, inviting people to group and any group change like creating a raid or moving players. I cant turn these errors off at all and basically cannot use my main chat screen if I am going to be in a group, which is getting annoying as many in game notifcations cant be shown in custom chat windows.
    Did you try having Grid2 as the only enabled addon and everything else disabled?

      yes

    Was it working in a previous version? If yes, which was the last good one?

      It was working in this version in august and suddenly started sending out errors probably oct/nov with the same profile loaded

    Do you have an error log of what happened? If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install [BugSack](https://mods.curse.com/addons/wow/BugSack).

      here are the errors I get when i login:
    Grid2: DEBUG Grid2_Grid2Frame OnInitialize
    Grid2: DEBUG Grid2_Grid2RaidDebuffs OnInitialize
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: heal-absorbs
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: nil
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: threat
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: vehicle
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: shields
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: banzai
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: nil
    Grid2: DEBUG Grid2 SetupStatuses setupFunc not found for status: dungeon-role
    Grid2: DEBUG Grid2 Grid2:SetupStatusMap failed mapping: threat status: nil priority: 50 indicator: border
    Grid2: DEBUG Grid2 Grid2:SetupStatusMap failed mapping: dungeon-role status: nil priority: 51 indicator: top-middle
    Grid2: DEBUG Grid2 Grid2:SetupStatusMap failed mapping: vehicle status: nil priority: 70 indicator: text-up-color
    Grid2: DEBUG Grid2_Grid2RaidDebuffs Zone [Eastern Kingdoms][1453/0/100000] Status [raid-debuffs]: 0 raid debuffs loaded
    Grid2: DEBUG Grid2 GroupChanged PLAYER_ENTERING_WORLD Eastern Kingdoms 0 nil nil nil => solo other 1
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton1 unit player player
    Grid2: DEBUG Grid2_Grid2Frame removed Grid2LayoutHeader1UnitButton1 unit player
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton1 unit player


    And here are the errors I get when inviting and moving people in raid:
    Grid2: DEBUG Grid2 GroupChanged GROUP_ROSTER_UPDATE Eastern Kingdoms 0 solo other 1 => party other 5
    Pug joins the party.
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton2 unit party1 party1
    [2. Trade - City] [Gd]: LF Enchanter +15 agil +5 weapon dmg
    Party converted to Raid
    Grid2: DEBUG Grid2 GroupChanged GROUP_ROSTER_UPDATE Eastern Kingdoms 0 party other 5 => raid none 40
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton1 unit raid1 raid1
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton2 unit raid2 raid2
    Grid2: DEBUG Grid2_Grid2Frame removed Grid2LayoutHeader1UnitButton2 unit raid2
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader2UnitButton1 unit raid2 raid2
    Your group has been disbanded.
    Grid2: DEBUG Grid2 GroupChanged GROUP_ROSTER_UPDATE Eastern Kingdoms 0 raid none 40 => solo other 1
    Grid2: DEBUG Grid2_Grid2Frame updated Grid2LayoutHeader1UnitButton1 unit player player
    Grid2: DEBUG Grid2_Grid2Frame removed Grid2LayoutHeader2UnitButton1 unit raid2

    Please provide any additional information below.

     the addon was working just fine then one day started giving me these messages, addon itself still works just fine.

     

  • perpetual_rng posted a comment Feb 21, 2020

    loading my profile onto a fresh version of classic doesnt cause this problem, but importing my WTF folder from my original version of classic causes the problem to begin again and corrupts the game files. If i could find out where grid2 saves its .lua code that would probably help so I can just reset grid without having to redo my ui settings.


    Edited Feb 21, 2020
  • michaelsp posted a comment Feb 21, 2020

    Debug info is enabled in your setup. Goto: "General -> About Tab" and Uncheck all debug options to disable the messages.

    Some warnings are displayed when you login because your are using a Retail profile (Retail version has more available statuses than Classic)  but you can safetly ignore them, simply the addon is ignoring the configured statuses in your profile that don't exist in Classic.

    But if you want to remove the "not found" messages you can go to:

    General>Profiles>Import&Export

    And Click on the button "Clean Current Profile".


    Edited Feb 21, 2020
  • perpetual_rng posted a comment Feb 21, 2020

    Thanks for the response, I was able to fix the problem without turning off debug messages. I found the .lua files I was looking for in the saved variables folder for the account rather than the character.
    Just to make sure cleaning the profile isn't going to cause things to stop? Cause I do use the Banzai threat. And at least from what I can tell it's a working classic feature.


    Edited Feb 21, 2020
  • michaelsp posted a comment Feb 22, 2020

    No problem cleaning the profile, there are two banzai statuses "banzai" and "banzai-threat",  the displayed debug warning refers to "banzai" status that is no available in classic.

    Anyway you dont need to enable debug messages, this is a feature used to investigate bugs and issues, not for normal use.

     


    Edited Feb 22, 2020
  • michaelsp closed issue Feb 23, 2020

To post a comment, please login or register a new account.