1. #1

    Lua error, integer overflow

    Been getting this all night long:

    Code:
    140x integer overflow attempting to store 2150521459
    [C]: in function `format'
    FrameXML\RaidFrame.lua:181: in function `RaidInfoFrame_Update'
    FrameXML\RaidFrame.lua:84: in function `RaidFrame_OnEvent'
    Blizzard_RaidUI\Blizzard_RaidUI.lua:167: in function <Blizzard_RaidUI\Blizzard_RaidUI.lua:166>
    
    Locals:
    Is this really blizzard bug or could it be addon?

  2. #2
    Deleted
    It could definitely be an AddOn. Have you tested to see if you get this error without any AddOns enabled?

  3. #3
    Went down the list 1 by 1 and found the culprit

  4. #4
    Deleted
    Im getting the same error, how did you fix it ? btw all my addons are disabled and im still getting that error
    Last edited by mmocd57308ab34; 2015-07-09 at 09:26 PM.

  5. #5
    Quote Originally Posted by Talimar View Post
    Went down the list 1 by 1 and found the culprit
    what addon was it?
    HolgerDK Stærkodder Shocknorrís
    "Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke.

  6. #6

  7. #7
    Hmm, i get the same error just with a different integer value and i dont have "Saved Instances" installed.
    HolgerDK Stærkodder Shocknorrís
    "Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke.

  8. #8
    Deleted
    I just deactivated all addons and still get an error.

    Code:
    Message: integer overflow attempting to store 2155514960
    Time: 07/11/15 01:23:22
    Count: 1
    Stack: [C]: in function `format'
    Interface\FrameXML\RaidFrame.lua:181: in function `RaidInfoFrame_Update'
    Interface\FrameXML\RaidFrame.lua:84: in function <Interface\FrameXML\RaidFrame.lua:52>
    
    Locals: (*temporary) = "%x%x"
    (*temporary) = 524550144
    (*temporary) = 2155514960

  9. #9
    This is the line that is causing the error. The error is saying the format function only takes integers, but one of the values it was passed in is too big to be an integer. Either there's an addon hooking the GetSavedInstanceInfo() function that those values are pulled from (SavedInstances could certainly be doing that) or its an oversight in Blizzard's code in which case there'd be nothing you can do to fix it. If it still happens with all your addons off then it would be the latter.
    Last edited by aggixx; 2015-07-11 at 12:01 AM.


    Druid / Demon Hunter SimulationCraft Maintainer

  10. #10
    Deleted
    We got a blue response in german forum, the devs are looking at / fixing it.

  11. #11
    Ah cool. Came back here as I got the error again upon finishing a dungeon.

  12. #12
    Here's an addon that hides the error since Blizzard cba to fix it.

    http://www.curse.com/addons/wow/raidinfobugfix

  13. #13
    Blizz fixed this issue in new PTR build. We have to sit and wait for now.

  14. #14
    http://www.mmo-champion.com/threads/...2-BugSac-Error

    I posted in this other thread about the same thing. It's an issue with the default UI and I posted an addon that I 'think' should fix the issue until Blizzard does but no one in the other thread confirmed if it was working or not (and I am not having the issue).

  15. #15
    Quote Originally Posted by Zulandia View Post
    http://www.mmo-champion.com/threads/...2-BugSac-Error

    I posted in this other thread about the same thing. It's an issue with the default UI and I posted an addon that I 'think' should fix the issue until Blizzard does but no one in the other thread confirmed if it was working or not (and I am not having the issue).
    Is there some reason you uploaded my addon to dropbox and changed the author?

Posting Permissions

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