Closed Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 16 to 30 of 31
Like Tree1Likes

  Click here to go to the first Rift Team post in this thread.   Thread: Daily Addon Error Reports

  1. #16
    RIFT Community Ambassador the_real_seebs's Avatar
    Join Date
    Jan 2011
    Posts
    14,101

    Default

    Quote Originally Posted by Kreiri View Post
    Would be nice if bug report also included number of reported errors, not just percentage.
    I think the reason that's not there is that people could possibly use it to derive usage statistics.
    You can play WoW in any MMO. You don't have to play WoW in RIFT. Oh, and no, RIFT is not a WoW clone. Not having fun any more? Learn to play, noob! I don't speak for Riftui, but I moderate stuff there. Got ideas for improving the RIFT community? Feel free to PM me. Just came back? Welcome back! Here's what's changed. (NOTE NEWer URL)

  2. #17
    Plane Walker Kreiri's Avatar
    Join Date
    Feb 2011
    Posts
    402

    Default

    Quote Originally Posted by the_real_seebs View Post
    I think the reason that's not there is that people could possibly use it to derive usage statistics.
    Usage of what, Rift or addon?
    I can derive addon usage statistics simply looking at addon stats on at Riftui. And deriving Rift usage statistics from number of reported errors is like deriving Rift usage statistics from number of people in your guild.
    Feminism is the radical notion that women are people.

  3. #18
    RIFT Community Ambassador the_real_seebs's Avatar
    Join Date
    Jan 2011
    Posts
    14,101

    Default

    Quote Originally Posted by Kreiri View Post
    Usage of what, Rift or addon?
    I can derive addon usage statistics simply looking at addon stats on at Riftui. And deriving Rift usage statistics from number of reported errors is like deriving Rift usage statistics from number of people in your guild.
    Maybe, maybe-not. I could see people thinking of a way to extract statistics that could at least show relative activity levels in some way. Not sure what it would be.
    You can play WoW in any MMO. You don't have to play WoW in RIFT. Oh, and no, RIFT is not a WoW clone. Not having fun any more? Learn to play, noob! I don't speak for Riftui, but I moderate stuff there. Got ideas for improving the RIFT community? Feel free to PM me. Just came back? Welcome back! Here's what's changed. (NOTE NEWer URL)

  4. #19
    Shield of Telara DoomSprout's Avatar
    Join Date
    Apr 2011
    Posts
    734

    Default

    Quote Originally Posted by ZorbaTHut View Post
    One of the checks is that errors which occured for only one user won't be sent. As long as you're not doing development on two clients, you'll never see your dev errors.
    Cool, nice thinking there!

    Gadgets: Unit Frames and Other Stuff for RIFT

  5. #20
    Champion Lorandii's Avatar
    Join Date
    Jun 2011
    Posts
    513

    Default

    Just curious, what is the time frame for the daily reports to stop after an addon is fixed? I fixed both LibStub and LibCallbackHandler, tested on the PTS until no errors occured, and updated the versions. However, the error report got sent again for the previous, broken, copies.

  6. #21
    Plane Walker Imhothar's Avatar
    Join Date
    Feb 2012
    Posts
    405

    Default

    Quote Originally Posted by Lorandii View Post
    Just curious, what is the time frame for the daily reports to stop after an addon is fixed? I fixed both LibStub and LibCallbackHandler, tested on the PTS until no errors occured, and updated the versions. However, the error report got sent again for the previous, broken, copies.
    I think the report contains the last 7 days.
    But updating the addon doesn't mean everybody uptated their copy. Some people are running weeks, even months old versions of addons. All you can do is push the version number and cross-check it with the version reported in the mail.

  7. #22
    Champion Lorandii's Avatar
    Join Date
    Jun 2011
    Posts
    513

    Default

    Quote Originally Posted by Imhothar View Post
    I think the report contains the last 7 days.
    But updating the addon doesn't mean everybody uptated their copy. Some people are running weeks, even months old versions of addons. All you can do is push the version number and cross-check it with the version reported in the mail.
    Thanks for the heads-up. While previous versions of my libs were downloaded a few thousand times, that was before the API gained Utility.Event.Create, and my port offered the only solution, buggy though it was. Before yesterday, the last update I provided was almost exactly a year ago. I have to thank Trion for the bug report system, as without it, I would not have known about the bugs I have since crushed.

    So, yay!

  8. #23
    Rift Disciple Thorarin's Avatar
    Join Date
    Oct 2011
    Posts
    106

    Default

    Are the reports sent to the email address in the TOC file of the addon?
    I may have to create an email alias that sends this stuff to all the authors instead of just one.

  9. #24
    RIFT Guide Writer Noshei's Avatar
    Join Date
    Feb 2011
    Posts
    1,189

    Default

    Quote Originally Posted by Thorarin View Post
    Are the reports sent to the email address in the TOC file of the addon?
    I may have to create an email alias that sends this stuff to all the authors instead of just one.
    yes they are. Google is great for this type of thing, it's very easy to setup rules to forward messages.

  10. #25
    Telaran
    Join Date
    Mar 2012
    Posts
    58

    Default Merging performance warnings?

    It'd be useful if the performance warnings could be merged on the bottom function, in the first email I have 4 out of 5 being the same problem, just different lines.

    Eg, below are all the same area of code (Note I have now improved this code, so hopefully it'll be less common)

    I suspect that it might only be possible to merge them into 2 warnings, as they're actually in two different functions at the bottom of the stack, but that might help let me see more places to fix code

    btw, much as I might be complaining, this is an awesome feature to have I just need to improve some areas of code so that hopefully more of the 80% of other errors will get mailed to me

    4% of reported errors:
    Error: performance warning
    In MereHealingFrames / MereHealingFrames.Events.PlayerReady
    stack traceback:
    MereHealingFrames/HealingPanelLayout.lua:271: in function 'RelayPanels'
    MereHealingFrames/HealingPanelLayout.lua:508: in function 'SetVisible'
    MereHealingFrames/HealingPanelLayout.lua:592: in function 'GroupLeave'
    MereHealingFrames/RaidManagement.lua:323: in function 'CheckForStrays'
    MereHealingFrames/Events.lua:139: in function <MereHealingFrames/Events.lua:135>
    SafesRaidManager/SafesRaidManager.lua:678: in function <SafesRaidManager/SafesRaidManager.lua:661>


    4% of reported errors:
    Error: performance warning
    In MereHealingFrames / MereHealingFrames.Events.PlayerReady
    stack traceback:
    MereHealingFrames/HealingPanelLayout.lua:273: in function 'RelayPanels'
    MereHealingFrames/HealingPanelLayout.lua:508: in function 'SetVisible'
    MereHealingFrames/HealingPanelLayout.lua:592: in function 'GroupLeave'
    MereHealingFrames/RaidManagement.lua:323: in function 'CheckForStrays'
    MereHealingFrames/Events.lua:139: in function <MereHealingFrames/Events.lua:135>
    SafesRaidManager/SafesRaidManager.lua:678: in function <SafesRaidManager/SafesRaidManager.lua:661>

    4% of reported errors:
    Error: performance warning
    In MereHealingFrames / MereHealingFrames.Events.PlayerReady
    stack traceback:
    MereHealingFrames/HealingPanelLayout.lua:496: in function 'RelayLayoutPanels'
    MereHealingFrames/HealingPanelLayout.lua:292: in function 'RelayPanels'
    MereHealingFrames/HealingPanelLayout.lua:508: in function 'SetVisible'
    MereHealingFrames/HealingPanelLayout.lua:592: in function 'GroupLeave'
    MereHealingFrames/RaidManagement.lua:323: in function 'CheckForStrays'
    MereHealingFrames/Events.lua:139: in function <MereHealingFrames/Events.lua:135>
    SafesRaidManager/SafesRaidManager.lua:678: in function <SafesRaidManager/SafesRaidManager.lua:661>

    4% of reported errors:
    Error: performance warning
    In MereHealingFrames / MereHealingFrames.Events.PlayerReady
    stack traceback:
    MereHealingFrames/HealingPanelLayout.lua:497: in function 'RelayLayoutPanels'
    MereHealingFrames/HealingPanelLayout.lua:292: in function 'RelayPanels'
    MereHealingFrames/HealingPanelLayout.lua:508: in function 'SetVisible'
    MereHealingFrames/HealingPanelLayout.lua:592: in function 'GroupLeave'
    MereHealingFrames/RaidManagement.lua:323: in function 'CheckForStrays'
    MereHealingFrames/Events.lua:139: in function <MereHealingFrames/Events.lua:135>
    SafesRaidManager/SafesRaidManager.lua:678: in function <SafesRaidManager/SafesRaidManager.lua:661>
    Last edited by Mere; 07-01-2012 at 10:14 AM.

  11. #26
    Plane Walker Kreiri's Avatar
    Join Date
    Feb 2011
    Posts
    402

    Default

    Quote Originally Posted by Imhothar View Post
    I think the report contains the last 7 days.
    But updating the addon doesn't mean everybody uptated their copy. Some people are running weeks, even months old versions of addons. All you can do is push the version number and cross-check it with the version reported in the mail.
    According to my reports some people still run KBB v.0.1. The one I wrote year ago.
    Feminism is the radical notion that women are people.

  12. #27
    Rift Disciple
    Join Date
    Jan 2011
    Posts
    135

    Default

    I started getting these errors a few days ago:

    1.8.1

    100% of reported errors:
    Error: file 'eventproxy.lua' not found
    In LibSimpleWidgets
    v1.8.1 is quite old, from last year some time. Zorba, I thought you changed it so that it would report the error to the containing addon?

  13.   This is the last Rift Team post in this thread.   #28
    RIFT Moderator
    Join Date
    Oct 2010
    Posts
    917

    Default

    Quote Originally Posted by dOxxx View Post
    I started getting these errors a few days ago:

    v1.8.1 is quite old, from last year some time. Zorba, I thought you changed it so that it would report the error to the containing addon?
    I did, and I just tested it on live It results in an error like this:

    Code:
    Error: file 'EmbeddedAddon/missing_file.lua' not found
        In ContainingAddon
    Chances are good that people are somehow ending up with broken installs.

  14. #29
    Rift Disciple
    Join Date
    Jan 2011
    Posts
    135

    Default

    Quote Originally Posted by ZorbaTHut View Post
    I did, and I just tested it on live It results in an error like this:

    Code:
    Error: file 'EmbeddedAddon/missing_file.lua' not found
        In ContainingAddon
    Chances are good that people are somehow ending up with broken installs.
    I'm 100% certain none of my releases had missing files. I guess somebody has unzipped it directly into their Addons folder and messed with the contents. I wish they'd fix it.

  15. #30
    Rift Disciple
    Join Date
    Jan 2011
    Posts
    135

    Default

    More weirdness:

    LibSimpleWidgets

    1.8.1

    77% of reported errors:
    Error: file 'eventproxy.lua' not found
    In LibSimpleWidgets
    23% of reported errors:
    Error: file ''eventproxy.lua'' not found
    In LibSimpleWidgets

Closed Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts