Giter VIP home page Giter VIP logo

Comments (7)

Twintop avatar Twintop commented on May 18, 2024 1

I tried a few things on my end:

If I manually strip out the Insanity Bar from the attached LUA, the behavior continues.

Next, I took the new, clean LUA that is generated after the wipe and imported an old version of the Insanity Bar. This worked fine. I then pasted in the Insanity Bar entries in ["displays"] and it works fine with no issues.

Finally, I pasted the entire contents of my old ["displays"] entries in to the new file. It crashed.

I dug through LUA errors and found one that pointed to line 11748 in the attached file. There is a backspace control character that was added in front of ["numTriggers"]. Removing this backspace fixed it!

I have no idea how a backspace was introduced as there was no manual editing of this file.

from weakauras2.

Twintop avatar Twintop commented on May 18, 2024

Also: problem originally occurred with version 2.2.0.7 from the Curse Client, but the behavior continues with 2.2.0.8 and 2.2.0.9.

from weakauras2.

Stanzilla avatar Stanzilla commented on May 18, 2024

http://puu.sh/qgDZU/eebcf9c584.png

from weakauras2.

InfusOnWoW avatar InfusOnWoW commented on May 18, 2024

Well, we have no idea either. This looks, feels and smells like a Blizzard bug.

from weakauras2.

Nevcairiel avatar Nevcairiel commented on May 18, 2024

Honestly the Backspace character in there has ASCII code 09, its supposed to be a Tab character, ASCII code 08.

Smells like random data corruption, ie. a bit flip.

from weakauras2.

semlar avatar semlar commented on May 18, 2024

Possibly corrupted ram.

from weakauras2.

Stanzilla avatar Stanzilla commented on May 18, 2024

Blizzard Answer on the topic:

Yeah, definitely seems like it's probably just a flipped bit then. Not a great way for us to handle that :(
Don't think we're really going to start storing SV with some sort of error-correcting encoding :P
The issue is, like foxlit said, you're just as likely to get a different (but valid) character that's really hard to differentiate

from weakauras2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.