Slashdot Mirror


Integer Overflow Bug Leads To Diablo III Gold Duping

Nerval's Lobster writes "Online economies come with their own issues. Case in point is the Auction House for Diablo III, a massively multiplayer game in which players can pay for items in either in-game gold or real-world dollars. Thanks to a bug in the game's latest patch, players could generate massive amounts of virtual gold with little effort, which threatened to throw the in-game economy seriously out of whack. Diablo series publisher Blizzard took corrective steps, but the bug has already attracted a fair share of buzz on gaming and tech-news forums. 'We're still in the process of auditing Auction House and gold trade transactions,' read Blizzard's note on the Battle.net forums. 'We realize this is an inconvenience for many of our players, and we sincerely apologize for the interruption of the service. We hope to have everything back up as soon as possible.' Blizzard was unable to offer an ETA for when the Auction House would come back. 'We'll continue to provide updates in this thread as they become available.' Diablo's gold issue brings up (however tangentially) some broader issues with virtual currencies, namely the bugs and workarounds that can throw an entire micro-economy out of whack. But then again, 'real world' markets have their own software-related problems: witness Wall Street's periodic 'flash crashes' (caused, many believe, by the rise of ultra-high-speed computer trading)." It seems likely the gold duping was due to a simple integer overflow bug. A late change added to the patch allowed users to sell gold on the Real Money Auction House in stacks of 10 million rather than stacks of 1 million. On the RMAH, there exists both a cap ($250) and a floor ($0.25) for the value of auctions. With stacks of 1 million and a floor of $0.25, a seller could only enter 1 billion gold (1,000 stacks) while staying under the $250 cap. When the gold stack size increased, the value of gold dropped significantly. At $0.39 per 10 million, a user could enter values of up to 6.4 billion gold at a time. Unfortunately, the RMAH wasn't designed to handle gold numbers above 2^31, or 2,147,483,648 gold. Creating the auction wouldn't remove enough gold, but canceling it would return the full amount.

109 of 160 comments (clear)

  1. Limit checking by girlintraining · · Score: 5, Insightful

    And this class, is why we use explicit type casting and do sanity checks (checking limits) prior to processing. Now, if you'll look on your screens, you'll see another example of this. Here is a failed mission to Mars, caused because the wrong unit of measurement was put into the computer, a problem caused by the lack of the human brain's compiler to make use of any data type except 'variant' and 'object'... So, what have we learned?

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Limit checking by Samantha+Wright · · Score: 2

      That Ada prevails in all things?

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    2. Re:Limit checking by Anonymous Coward · · Score: 2, Funny

      tat puters' is hard.

    3. Re:Limit checking by Anonymous Coward · · Score: 2, Interesting

      So, what have we learned?

      That C is scaryscary and we're too lazy to do type checking, so we'll keep using the trendy, make-money-now languages, treating this as an outlier that won't happen to us, since we're so smart?

    4. Re:Limit checking by TubeSteak · · Score: 5, Funny

      So, what have we learned?

      That 2^31 gold ought to be enough for anybody?

      --
      [Fuck Beta]
      o0t!
    5. Re:Limit checking by solidraven · · Score: 1, Insightful

      Yep, Ada and the closely related VHDL are both a success story for a very good reason. Yet a lot of people seem to hate both due to how strictly they enforce their rules. But Ada always wins when reliability is a must.

    6. Re:Limit checking by Anonymous Coward · · Score: 1

      So, what have we learned?

      That next time when we launch something headed to Mars, we should duct tape you to it, with a sign that reads:

      if (ego > INT_MAX)
      airsupply = INT_MAX+1; // Just to make sure there's enough to make it back

      Let us know what Mars is like, and take some pretty pictures while there. Try not to upset the rovers too much, once their clock overflows they get quite moody.

    7. Re:Limit checking by Austerity+Empowers · · Score: 4, Insightful

      So, what have we learned?

      Gamers gonna game, and real money auction houses are a bad idea...

    8. Re:Limit checking by AlamedaStone · · Score: 1

      [...] real money auction houses are a bad idea...

      Some of us knew this a long, long time ago. I have to admit, I'm feeling terribly smug right now.

      --
      "All these years believing you're the signified monkey, only to find out you're just a big hunk of nobody cares."
    9. Re:Limit checking by girlintraining · · Score: 2, Informative

      That 2^31 gold ought to be enough for anybody?

      Gryfindor loses 50 points.

      --
      #fuckbeta #iamslashdot #dicemustdie
    10. Re:Limit checking by djlowe · · Score: 2
      Hi,

      That Ada prevails in all things?

      Well, I suspect that you're being snarky, but you have a point. Sort of, in the sense that "If we can't trust the programmers to write good code, always, then we can force them to use a language that at least forestalls the worst of their blunders."

      The real issue, of course, is NOT technical, at the programmer/developer level, for such a project. It's administrative, in the sense that, regardless of the chosen programming language, bad code that would allow this should NEVER have passed review.

      Assuming that they set up such properly, of course, which apparently isn't the case.

      And the latter, too, isn't a technical matter either, really.

      Just my opinion.

      Regards,

      dj

    11. Re:Limit checking by Jesus_666 · · Score: 4, Funny

      So, what have we learned?

      To always use 64-bit numbers, duh.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    12. Re:Limit checking by Culture20 · · Score: 1

      Yes. I hate games where gold is weightless. How does someone carry around that much gold?

    13. Re:Limit checking by Samantha+Wright · · Score: 2

      That's basically it, yes. If I had my radical hat on, I might even go so far as to say this is yet more evidence that C (or, in this case C++) is not suitable for non-high-performance application-layer programming... but I dunno, it's getting pretty late.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    14. Re:Limit checking by broken_chaos · · Score: 3, Informative

      One bug, which I reported about WoW two years ago, shows an integer underflow on a character statistics page under certain conditions. It still hasn't been fixed. Minor? Yeah, but give a bit of a pattern.

    15. Re:Limit checking by Anonymous Coward · · Score: 1

      Warning: Unreachable code.

    16. Re:Limit checking by Entropius · · Score: 1

      Ask Joseph Smith; his mor(m)ons apparently figured that out.

    17. Re:Limit checking by WilyCoder · · Score: 2

      When you type 'Gryffindor' and use two f's, Gryffindor has two f's.

      But when you type 'Gryfindor' and use one f, then Gryfindor has one f.

    18. Re:Limit checking by X0563511 · · Score: 1

      How very existentialist of you!

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    19. Re:Limit checking by Remus+Shepherd · · Score: 1

      That begs the question: Can God dupe so much gold that even He couldn't lift it?

      --
      Genocide Man -- Life is funny. Death is funnier. Mass murder can be hilarious.
    20. Re:Limit checking by Samantha+Wright · · Score: 3, Insightful

      If you have a coding floor, your codebase should generally not have any room for "the work of genius." It should be straight-forward, accessible, and maintainable. Sophisticated optimizations are rarely necessary, except perhaps in kernel mode (scheduling, drivers...) or graphics.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
    21. Re:Limit checking by DiEx-15 · · Score: 1

      ... So, what have we learned?

      That Blizzard did a piss poor job in bug checking? That they didn't do enough QA assurance and brought this problem onto itself?

      Nah... It ain't that. It is the PLAYERS that did all the wrongdoing!

    22. Re:Limit checking by DKlineburg · · Score: 1

      But when you type 'Gryfindor' and use one f, the sentence has 2 f's, so it is right.

      However my above sentence is wrong because I added "the sentence has 2 f's, so it is right." making it have 3 f's.

      However my above sentence is now correct because it only has 2 f's.

      Thus we conclude that to type 'Gryffindor' we instead type "However my above sentence is wrong because I added "the sentence has 2 f's, so it is right." making it have 3 f's." This make the original statement read as follows:

      However my above sentence is wrong because I added "the sentence has 2 f's, so it is right." making it have 3 f's loses 50 points.

      --
      Memory is deceptive because it is colored by today's events. - Albert Einstein
  2. ah the day of the diablo II trainer by Revek · · Score: 5, Funny

    I remember the day when you could strip the gear off anyone playing a multiplayer game with the trainer. I usually used it on jerks who came in collecting ears. If someone came in you could quickly look at their inventory and if they had several ears you could clear out their inventory and gear. They wouldn't know visually until they tried to hit you at which time they would be completely naked. It was really fun when they re-spawned and came back to loot their body and you started dropping some of the ears they collected on the ground.

    1. Re:ah the day of the diablo II trainer by Revek · · Score: 3, Interesting

      You mean the guy with the duped jacked up account that guaranteed that they could one hit you every time? Yeah I messed with his world. Now the guy without the duped jacked up shit I could handle myself. I had fun but I mostly used it to contain the guy who would come in at the 11th hour and whack all of us with his duped gear and finish the game to get some legit gear all to himself. So yes if they played the game like a luser I spanked them.

    2. Re:ah the day of the diablo II trainer by Anonymous Coward · · Score: 1

      By my definition, the "loser" is you.

  3. Beginner's Mistake by Anonymous Coward · · Score: 2, Funny

    What a beginner's mistake. I wonder what the rationale was for not using a 64-bit integer; "It's wasteful!"

    1. Re:Beginner's Mistake by Anonymous Coward · · Score: 2, Insightful

      It's simple really...

      They elected to buy 2 newbie programmers for the price of 1 experienced one! And the new guys will work all night! It's win-win!

  4. Integer overflow you say? by folderol · · Score: 1

    How quaint. I can't remember the last time I saw one of those (except where deliberately created for loop counters etc.).

    1. Re:Integer overflow you say? by gl4ss · · Score: 2

      How quaint. I can't remember the last time I saw one of those (except where deliberately created for loop counters etc.).

      well, this serves more as an example of how fucked up the game economics already were in D3, because the problem came up from having to increase stack sizing from 1 to 10 million.

      I mean, wtf, is diablo 3 set in zimbabwe?

      --
      world was created 5 seconds before this post as it is.
    2. Re:Integer overflow you say? by imsabbel · · Score: 1

      Its a game where money is not really "destroyed", but created everytime a monster is killed. OF COURSE it has inflation.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    3. Re:Integer overflow you say? by DKlineburg · · Score: 1

      There is one way it is destroyed, death and tax on broken equipment. But this is so low, it effectively isn't.

      --
      Memory is deceptive because it is colored by today's events. - Albert Einstein
  5. Bad PR? by TubeSteak · · Score: 1

    What could Blizzard do? Performing a roll-back would wipe all progress obtained by players for the patch day, which would result in a lot of bad PR. But leaving the economy as-is will devalue all items in the game (and Diablo III is all about getting items).

    In the end, Blizzard has not done a roll-back, but instead banned anyone who duped, and refunded anyone who spent real money. The bug was temporarily fixed by reverting the patch note which caused the entire mess.

    Why would rolling back 1 day of gameplay be such a disastrous event?

    --
    [Fuck Beta]
    o0t!
    1. Re:Bad PR? by gl4ss · · Score: 4, Insightful

      What could Blizzard do? Performing a roll-back would wipe all progress obtained by players for the patch day, which would result in a lot of bad PR. But leaving the economy as-is will devalue all items in the game (and Diablo III is all about getting items).

      In the end, Blizzard has not done a roll-back, but instead banned anyone who duped, and refunded anyone who spent real money. The bug was temporarily fixed by reverting the patch note which caused the entire mess.

      Why would rolling back 1 day of gameplay be such a disastrous event?

      why? because people spent actual money and made actual money?

      --
      world was created 5 seconds before this post as it is.
    2. Re:Bad PR? by happylight · · Score: 1

      Rolling back millions of players most of whom haven't even heard of the dupe? Or ban the handful of people who were involved in the dupe and revert any transaction they had with other people? Seems like an easy choice.

    3. Re:Bad PR? by Hentes · · Score: 1

      IIs that even possible? Are they keeping backups of the game state for every single day?

    4. Re:Bad PR? by Lakitu · · Score: 1

      uh, are you kidding?

      It's because people paid for a game, were force-fed always-online-even-for-single-player, and then may have spent hours playing on the day in question.

      How is that not disastrous?

    5. Re:Bad PR? by seebs · · Score: 1

      So far as I know, most online games have a transaction store, so they can roll back to any second they want.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    6. Re:Bad PR? by GigaplexNZ · · Score: 1

      Why would rolling back 1 day of gameplay be such a disastrous event?

      So you wouldn't mind paying $250 for an item, and then lose the item due to Blizzard rolling back?

    7. Re:Bad PR? by Anonymous Coward · · Score: 1

      Or ban the handful of people who were involved in the dupe and revert any transaction they had with other people?

      Duper pays innocent one 5000 gold (for a total of 6000 gold in innocent one's bank). Innocent one pays innocent two 4000 gold (4500 in bank). Innocent two pays innocent three 4200 gold. So on and so forth. Even though they are innocent, one, two, and three still have transactions based on duped gold. Do you revert those transactions or not? What about innocent four who pays innocent five 500 gold for an item that should have only cost 5 gold? It's not clear that any transactions after the dupes started were truly authentic.

      Note: the gold amounts are obviously low. The actual amounts were probably more like 500,000,000, etc. I just didn't want to write all those zeroes or million gold everywhere.

    8. Re:Bad PR? by crepito · · Score: 1

      Why would rolling back 1 day of gameplay be such a disastrous event?

      So you wouldn't mind paying $250 for an item, and then lose the item due to Blizzard rolling back?

      Paying 250$ for a virtual item? Seriously? Are there dumb guys doing that? Ohh god... i lost my faith in humanity

    9. Re:Bad PR? by GigaplexNZ · · Score: 1

      Yes, seriously, and I agree, it's ridiculous.

  6. Confused by Murdoch5 · · Score: 3, Insightful

    Why are they using a signed int for the gold amount? If the lowest gold amount is 0 then you should use an unsigned int which would double the possible value. Although in either case a simple if statement could of prevented this entire issue.

    1. Re:Confused by UnknownSoldier · · Score: 2

      Lazy programers with no foresight.

      It is same reason people "assumed" a 32-bit IP address would be enough instead of just using 64-bit from the beginning.

      There is never time to do it right, but there is always time to do it over!

    2. Re:Confused by Shennan · · Score: 1

      In general, it's a good idea to used signed ints whenever possible.

      Here are the only 2 reasons I see for unsigned ints:
      - matching hardware or wire spec
      - You need the extra range afforded, and don't need negative numbers.

      And the reasons for using signed integers otherwise:
      - It prevents other overflow and comparison problems. Ie, fixes other dumb coding issues like "if (my_gold - your_gold > 0)" becomes a bug when the gold types are unsigned.

    3. Re:Confused by Hentes · · Score: 1

      The summary is wrong, they used an unsigned int and the overflow occured at 2^32.

    4. Re:Confused by Murdoch5 · · Score: 1

      well I can see the logic for IPV4 when it came out, I mean at the time 4 billion IP's was unthinkable. But as for lazy programming, I completely agree.

    5. Re:Confused by Murdoch5 · · Score: 1

      I completely disagree, unless you have a reason to support numbers less then 0 you should always go with unsigned. Also depending on the language unsigned int's are safer and have standardized behaviour imposed, for instance in C an unsigned int must behave in a very predictable manor well a signed int doesn't have the same restrictions.

    6. Re:Confused by Murdoch5 · · Score: 1

      Okay fair enough, however this would of still worked
      if( gold_max 2^32 ){ /* DO STUFF */ } else { /* DO OTHER STUFF */ }. It really is a very simple check.

    7. Re:Confused by Anonymous Coward · · Score: 5, Informative

      You couldn't be more wrong. Signed ints are usually the best way to go in C/C++.

      >in C an unsigned int must behave in a very predictable manor

      "unsigned int x = -3;" generates no compile errors or warnings.

      If you don't believe me, listen to the creator of C++ (Bjarne Stroustrup):

      "The unsigned integer types are ideal for uses that treat storage as a bit array. Using an unsigned instead of an int to gain one more bit to represent positive integers is almost never a good idea. Attempts to ensure that some values are positive by declaring variables unsigned will typically be defeated by the implicit conversion rules."

    8. Re:Confused by c++0xFF · · Score: 5, Insightful

      Integer underflow. Imagine a situation where a player has 100 gold and a bug in the code subtracts 101 gold for whatever reason. If you use a 32-bit unsigned integer, that player now has 4,294,967,295 gold. A 64-bit unsigned is even worse, of course.

      A simple if statement would catch this as well, right? But think of how often you do addition and subtraction (and everything else) throughout your code! Do you put an if around each one? Can you handle the error situation in each case? How do you ensure that you found every addition and subtraction, including future changes?

      A better solution is to make a Money class with well-defined operations, and throw an exception if you try to exceed the boundaries. Sounds easy ... but it has to be flexible enough to handle all situations (the class has to be used for all intermediate values -- it's no good to resort to an int, where problems might come back) while still being robust. ("I know, I'll use a class!" ... now you have two problems. "I know, I'll use exceptions!" ... now you have three.)

      This is not an easy problem to solve for non-trivial software, which is why bugs like this come up periodically.

    9. Re:Confused by Murdoch5 · · Score: 1

      Fair enough! I didn't really consider the under flow case.

    10. Re:Confused by flargleblarg · · Score: 5, Interesting

      You couldn't be more wrong. Signed ints are usually the best way to go in C/C++.

      Actually, he's not wrong at all. He said signed integers don't behave in a very predictable manner, and he's right. Signed integers have undefined (actually, to be more precise, implementation-defined) behavior for mod and div of negative values. You cannot be sure whether -4 / 3 is -1 or -2, without knowing how your compiler implements it. Some round toward zero, others toward negative infinity. Recent drafts of C++ are trying to fix this.

    11. Re:Confused by Old+Wolf · · Score: 1

      In general, it's a good idea to used signed ints whenever possible.

      Says who?

      In C, signed ints have a whole lot of problems associated with representation and overflow. But unsigned ints have well-defined behaviour in every circumstance. They wrap around in case of overflow or an out-of-range assignment. You can safely test, set and reset individual bits.

      With signed ints, you can raise a signal (triggering a signal handler, or aborting the program if there is no handler) if there is overflow or underflow. Using '^', '|' or '&' on signed values can trap due to creating an invalid representation (e.g. negative zero, or parity error).

      Test: what is wrong with this code snippet (assuming the appropriate furniture)? Hint: it doesn't always print 0x82.
          char ch = 130; /* é in the traditional code page */
          printf("0x%x\n", (unsigned int)ch);

    12. Re:Confused by Old+Wolf · · Score: 1

      "unsigned int x = -3;" generates no compile errors or warnings.

      This supports the point of the poster you were referring to. The code is correct, predictable, and generates no warnings.

      If you don't believe me, listen to the creator of C++

      C and C++ are different languages. The implicit conversion rules and the promotion rules are different in C++ to C. In C, unsigned types always promote to unsigned types. But in C++, unsigned types may promote to signed ones, if the value fits in the signed range.

    13. Re:Confused by Common+Joe · · Score: 2

      A simple if statement would catch this as well, right? But think of how often you do addition and subtraction (and everything else) throughout your code! Do you put an if around each one?

      I use a program to automatically put a try-catch-finally statement around every line of code including my try-catch statements. When I'm contracting, no one can read my code so they'll have to hire me to fix or update anything. When I'm a permanent employee, then the number of lines of code I generate grows significantly so the bosses think I'm a great and productive programmer. Profit!

    14. Re:Confused by ShakaUVM · · Score: 3, Funny

      Baldur's Gate stored various things as unsigned shorts, IIRC.

      There was a monster called the nishruu that would drain charges off your magic items. So after one combat, I found I now had a charged magic item with 32,000-ish charges on it.

      Since the gold value of magic items was proportional to the number of charges remaining, I sold it and never needed to worry about money again in the game.

    15. Re:Confused by AmiMoJo · · Score: 1

      I think to be fair if most of us were developing a military network in the 60s/70s we might think that 16.7 million addresses is enough. The real blunder was assigning millions and millions to companies and institutions that didn't need them, but again when there is no management structure and no money to set one up and it's a research project anyway...

      The biggest failure has been our inability to do anything about it. My ISP hasn't even heard of IPv6 and they are one of the largest.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    16. Re:Confused by AmiMoJo · · Score: 1

      "unsigned int x = -3;" generates no compile errors or warnings.

      Yes, but it always generates the same binary value, the same number. It is 100% consistent, where as, for example, the result of dividing a negative signed int is compiler dependent.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    17. Re:Confused by EMG+at+MU · · Score: 1

      2^32 - 1 != (2^32 -1)*2 - 1

    18. Re:Confused by Murdoch5 · · Score: 1

      What?

      2^32 = 4 294 967 296
      2^31 = 2 147 483 648

      A signed 32 bit Int is bound by -2 147 483 648 and 2 147 483 648 and an unsigned int is bound 0 to 4 294 967 296. I don't get your point, 2^32 / 2 = 2^31 or is the same as giving the int a signed bit in the MSB.

    19. Re:Confused by tlhIngan · · Score: 1

      I think to be fair if most of us were developing a military network in the 60s/70s we might think that 16.7 million addresses is enough. The real blunder was assigning millions and millions to companies and institutions that didn't need them, but again when there is no management structure and no money to set one up and it's a research project anyway...

      The biggest failure has been our inability to do anything about it. My ISP hasn't even heard of IPv6 and they are one of the largest.

      Well, back then, we used class-based addressing. 0-127 were /8's, 128-172 were /16's and 173-224 were /24s. 225-255 were speciality.

      If you were a small business, a class C would be adequate - you were unlikely to ever have more than 256 computers. A large number of companies had between 256 and 65536 computers and thus needed a class B. However, large companies like Apple, Microsoft, IBM, Ford, etc., would potentially easily exceed 64ki (see what I did there?) computers and thus end up with a class A block. Of course, you also needed a new block when you got your 256th computer, or 64ki'th computer.

      It was only later (mid 90s or so) that this allocation system was a bit too coarse-grained, so a move to CIDR was done because why waste a whole chunk of IPs just because you exceeded a small number? If you only had 257 things, you still needed a class B and wasted over 65k addresses.

      Of course, NAT helped reduce the need even more when most people discovered they don't need complete end-to-end connectivity (which was broken anyways, and will remain so pretty much forever even with IPv6) thanks to firewalls and other things.

      Of course, most people never had the niceties of having to renumber their networks, either. Something IPv6 doesn't address properly either - it assumes autoconfig works, or DHCPv6 works, but doesn't allow for the possibility of a bug making things screw up horribly. (The addition of link local and private addresses only serves to confuse - you're going to bet people will wonder why some can see the new server but others can't, etc).

      It's one of the things NAT did that made life a bit more bearable - isolating internal network addressing from external addressing. And something that the initial Arpanet guys realized was a huge problem because companies were hooking up their networks only to have a storm of address conflicts.

    20. Re:Confused by sourcerror · · Score: 1

      I mainly program in Java, so my natural reaction was using BigInteger. I'm pretty sure someone already made something like that for C++ too

    21. Re:Confused by sourcerror · · Score: 1

      Sorry, the above stackoverflow link wanted to be this:

      http://stackoverflow.com/questions/124332/c-handling-very-large-integers

    22. Re:Confused by c++0xFF · · Score: 1

      The 'x' is the problem. If you just make it a primitive type, then all you did was move the problem elsewhere. All intermediate values need to have the same checks.

    23. Re:Confused by CByrd17 · · Score: 1

      Because he or she can't benefit from the good Karma associated with a modded up post.

    24. Re:Confused by Teckla · · Score: 1

      Lazy programers with no foresight.

      Yes, it couldn't possibly have been the result of time pressure the developer was under...

    25. Re:Confused by UnknownSoldier · · Score: 1

      Well, IPV6 uses 128-bit addresses. That's enough for 2^128 addresse / 2^48 m^2 = 2^(128-48) = 2^80 IP addresses per square meter of the Earth!

      Another way to look at how big that is, even with 7 billion people using 32 devices each, 2^33 * 2^5 = 2^(33+5) = 2^38 that still leaves room for 2^(128-38) = 2^90 IP addresses.

      I seriously doubt we'll be running out IPV6 addresses anytime soon assuming my back of the napkin math is correct. :-)

      * http://en.wikipedia.org/wiki/Earth
      The surface area of earth is ~510 million km^2 = 510,000,000 km^2 = 510,000,000,000,000 m^2 ~=~ 2^9 x 10^12 = 2^48

    26. Re:Confused by gnupun · · Score: 1

      GP solved the problem. In this case, ChangeGoldBy(int increment) method handles both underflow and overflow. This is the only place to handle corner cases (good OO programming -- encapsulation). The rest of the app can simply call this method any time it wants to change the gold and assume things will be handled correctly.

  7. Re:Perspective... by gl4ss · · Score: 1

    This bug "threatened to throw the in-game economy seriously out of whack", yet some people had over 2.1 BILLION gold to throw on the AH?

    yeah the game is basically a joke already.

    the wall street flash crashes have NOTHING AT ALL to do with this though. NOTHING.

    because the wall street would be really out of business if someone managed to dupe shares.

    --
    world was created 5 seconds before this post as it is.
  8. Re:Arrests will be made... by fuzzyfuzzyfungus · · Score: 4, Insightful

    And several arrests - this is computer hacking of exploiting a known bug to your advantage.

    It will actually be interesting to see. Historically, people who come up with glitch exploits, even in multiplayer and MMORPG contexts, just get banned for some ToS reason. Blizzard's precious little 'Auction House', of course, might change that. However, I suspect that Blizzard really doesn't want to push the idea that 'in-game items are legally real value' too seriously, both because that could complicate things if players end up 'owning' them, rather than the current "Everything in this game is just intellectual property of blizzard...yadda yadda, licensed not sold,etc.", and because it would be a real blow, to the US customer base, if it were decided that Blizzard was running something closer to a very complex flavor of video poker, rather than a mere video game that you can buy some DLC for.

    Obviously Blizzard won't be happy, and the banhammer will see some use; but they might want to tread lightly.

  9. Re:Perspective... by UnknownSoldier · · Score: 2

    Agreed.

    Auction House Simulator, aka, Diablo 3, is boring.

    Path of Exile is the true spiritual sucessor to Diablo 2, not that piece of garbage called Diablo 3 with cardboard cutout characters. The PoE designers understand the ONE word that made Diablo 2 fun: itemization.

  10. Re:Hyperinflation by fuzzyfuzzyfungus · · Score: 1

    I suspect that the desire to get people plunking down real money didn't help; but MMORPGs have a long history of economies that render their currencies nearly entirely obsolete after a short time, at least for anybody who isn't a level 3 newb saving up for stuff that the NPC blacksmith actually sells. Even 'open world' single player RPGs frequently succumb to "I have more money than the world has things to buy"-itis after a few levels.

  11. Luls. by neminem · · Score: 3, Informative

    Basically this exact thing happened to Kingdom of Loathing... like 9 years ago... at a time when that game was basically still in beta, and was basically the work of two people, neither of whom would actually have called themselves "programmers" at the time... as opposed to the work of a giant team of professionals releasing a triple-A title... that is mega hilarious.

    (Black Sunday: August 8th, 2004, someone discovers that using a particular item, "meat vortex", which under normal circumstances subtracts a handful of the game's currency from your inventory, if you had 0 meat would instead wrap around and give you max meat minus a few, because the game was storing meat in an unsigned int. Fun times!)

    1. Re:Luls. by Rhys · · Score: 1

      Those who froget the past are doomed to repeat it: Asheron's call had a similar issue back in 99-2000 era.

      --
      Slashdot Patriotism: We Support our Dupes!
    2. Re:Luls. by ais523 · · Score: 3, Interesting

      What's probably more interesting was their fix for the problem. Instead of trying to do any sort of rollback (although they did find people with impossibly high currency amounts and reduce them to saner values), they put a large amount of very expensive trophy items for sale which didn't do anything useful, in the hope that people would put their newfound wealth to an amusing trivial cause.

      --
      (1)DOCOMEFROM!2~.2'~#1WHILE:1<-"'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"
    3. Re:Luls. by DKlineburg · · Score: 1

      Normally I don't point out spelling errors, but yours is two funny. froget. Can I haz your Froget Legs? Some reason you made me think of EQ, who did the spell them? Froglets? I forget.

      --
      Memory is deceptive because it is colored by today's events. - Albert Einstein
  12. Re:Arrests will be made... by Impy+the+Impiuos+Imp · · Score: 1

    It's too bad every organization that flips a few bits and creates tens of billions out of nothing doesn't go to jail.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  13. Macintosh Pirates, circa 1989 by BenJeremy · · Score: 3, Funny

    I discovered a bug with the gold in Pirates! while watching somebody play on my roommate's Mac (we were stationed in Okinawa on Camp Kinser)... he went into port with damage, and while he did not have enough money, it offered to repair his damaged ships for more money than he had.

    Needless to say, the underflow was done to a UINT16 used to track gold (in 10-gold increments), so you'd end up with around 655350 gold after the transaction. That kept your crews happy, and let you buy lots of things.

    I also enjoyed the mental image of 1200 pirates hanging off a sloop after I sold off my fleet.

    We put in ungodly hours into that game.

  14. Diablo III is NOT an MMO by Anonymous Coward · · Score: 1

    Diablo III is not an MMO. You are capped at what, 4 people in a game at once? A massively multiplayer online game allows a lot more than that.

  15. Re:Perspective... by Anonymous Coward · · Score: 2, Insightful

    because the wall street would be really out of business if someone managed to dupe shares.

    Sorry. What you call "duping shares" they call "naked short selling", and they are still very much in business.

  16. Fiat Simulated Money! by Anonymous Coward · · Score: 1

    If they had used actual bitcoins instead of simulated fiat gold, their simulated economy wouldn't be having simulated inflation.

  17. Re:Arrests will be made... by Bing+Tsher+E · · Score: 1

    The US Government can't all be fit into a jail.

  18. The interesting thing about this.... by The_Revelation · · Score: 3, Insightful

    ... is that Blizzard have often touted the very reason the game carries an always connected requirement is so that they can ensure the economy works correctly and to limit exploits through 3rd party applications. It seems rather clear, however, that the 1st party application is the only one you need to exploit the system. And, as usual, the question must be asked "does this make the game more fun?".

    As I see it, this has been Blizzard's only metric for success with Diablo 3, not profitability, as we will see later. They claimed that by breaking the existing mould, they were providing a 'more fun' experience. So, the question then becomes, does the AH or RMAH make the game more fun? Interestingly, Blizzard don't appear to be packaging these components with the Playstation 3 edition. Is that because it turns out all of the changes to Diablo 3 were 'not fun', or is it because Playstation 3 users don't deserve 'as much fun', or is playing with a controller rather than a mouse and keyboard 'so much more fun' that their combination with the AH/RMAH turned into a 'fun overload' that had to be dialled back in order not to blow our puny little minds?

    It also asks another important question about the business model. Is always-on net requirements 'more fun', particularly when they don't add anything to play beyond what a direct/lan connection might provide. When you try to enumerate the pros/cons, you see something like:
    Pros: Everyone uses the latest version all the time if they want to play
    Everyone playing has to have a working key

    Cons: Internet Connection must be working to play
    Need a server farm in every retail country so that paying customers can play (well, they don't even now, and charge people in those countries more money per copy so that they can have a game that they don't have local server access play)
    Servers have to be working in order to play
    User account has to be working in order to play
    If we rolled out a dodgy patch, everyone will be broken at once
    We have to know the product life-cycle prior to release in order to cost all of our servers' TCO correctly.
    We have to keep talking to everyone to make sure the game is working to their expectations and forever hear about shortcomings

    Economically, I don't understand how game companies are able to turn a profit on a title with those kinds of restrictions and ongoing costs. As a small example, lets say one of your servers can host 200 users at a time, but the server cost $20k, thats $100 per concurrent user before you turn the thing on. Maybe it can host 2000 users at a time, sure but thats still $10 per concurrent user before you turn it on or pay any support personnel, or for space on the floor. Surely, over the life of your product, you would be operating a negative margin without some sort of subscription service. I have read other places that, while you can't place a cost on piracy, you can place a cost and a metric on product returns. Diablo 3 is one of the few games I've ever returned, it was unusable for the first week, and is still, in most parts of the world (outside the US/EU/ASIA) mostly unplayable. Despite that, the parts of the game that were modified to provide 'more fun' actually provided, for me, a fan of the Diablo franchise, 'a lot less fun'.

    So, to say that another way, by insisting on Always-Connected, Blizzard not only have to pay a bunch of additional ongoing expenses to run (apparently) necessary infrastructure, its also alienating their core user-base which must be very costly to their bottom line. I don't understand how this course of action renders any kind of net commercial advantage.

    1. Re:The interesting thing about this.... by GigaplexNZ · · Score: 2

      Economically, I don't understand how game companies are able to turn a profit on a title with those kinds of restrictions and ongoing costs. As a small example, lets say one of your servers can host 200 users at a time, but the server cost $20k, thats $100 per concurrent user before you turn the thing on. Maybe it can host 2000 users at a time, sure but thats still $10 per concurrent user before you turn it on or pay any support personnel, or for space on the floor. Surely, over the life of your product, you would be operating a negative margin without some sort of subscription service.

      They do it by selling hundreds of millions of copies worldwide and assume that not every user will log in simultaneously 24/7, and that some users will abandon the game shortly after purchase. Oversubscription leads to higher profit margins at the cost of release day meltdowns.

    2. Re:The interesting thing about this.... by DKlineburg · · Score: 1

      I had never heard of the game. I am excited to play.

      --
      Memory is deceptive because it is colored by today's events. - Albert Einstein
  19. Back in my day... by Anonymous Coward · · Score: 1

    We duped our gold the way God intended: by pulling an item out of our belt as we picked it up.

    Kids these days....

    1. Re:Back in my day... by Culture20 · · Score: 1

      Yeah, well; nothing beats "examine butterfly; sell butterfly".
      It works because the examine butterfly implicitly takes the butterfly out of the goblet for the rest of the command string (so that the examine functions), but you can sell it in the same command string. The butterfly's value doubles every time it escapes from the display case, but you have to avoid the overflow because they used a signed int for zorkmids.

  20. And nothing of value was lost by Eightbitgnosis · · Score: 4, Insightful

    Diablo 3 was a bad game that had a garbage economy before this event, and it's still a bad game that has a garbage economy after

    1. Re:And nothing of value was lost by Anonymous Coward · · Score: 1, Insightful

      You couldn't handle Inferno huh?

  21. Re:Perspective... by Moheeheeko · · Score: 1

    Too bad its always online bullshit with very poor connection speeds. Half the things I kill in that game die a full second after they are hit, and I have great internet.

  22. Re:Perspective... by GigaplexNZ · · Score: 2

    Path of Exile is the true spiritual sucessor to Diablo 2

    That title goes to the Torchlight series.

  23. Another precedent by slashmydots · · Score: 1

    In the very old game, Mordor, you could create a dummy character and trade negative 1 million gold to the. They get negative, you get positive. Then you delete them. This is just barely one step past that (and at least 15 years past that, lol)

  24. Re:Hyperinflation by GigaplexNZ · · Score: 1

    Farming Hell 3-4 was easy. Perhaps you mean Inferno?

  25. Diablo 3 hack? by argStyopa · · Score: 1

    I'm not sure how this is a big deal?

    After all, pretty soon the only other person still playing is going to know what's going on.

    --
    -Styopa
  26. Wish my bank would use integers for math by mendax · · Score: 1

    It would be nice if my bank's software had this kind of bug. It would be like winning the lottery... until they learned what happened and wanted their money back! But on a more serious note banks aren't supposed to have these problems because they don't use integers for storing monetary amounts, they use BCD or something along those lines. One of the few nice things that can be said about COBOL is that it natively permits this. No need for a Java BigInteger or BigDecimal class. Furthermore, the IBM mainframes that most COBOL programs run on can do these calculations in hardware (or so I understand).

    --
    It's really quite a simple choice: Life, Death, or Los Angeles.
    1. Re:Wish my bank would use integers for math by Daniel+Klugh · · Score: 1

      BCD ("Binary Coded Decimal") is just storing a decimal digit in each nybble. So instead of 0-255 you get 0-99 values in each byte. So it's just as "integer" as regular binary. And even the lowly 6502 can do BCD math "in hardware".

      --
      Daniel Klugh
  27. Re:Obligatory Big Bang Theory reference by Entropius · · Score: 1

    So is it a sitcom that is gay and about asses, or an ass sitcom that is gay, or a sitcom about gay asses?

  28. Ben Bernanke is behind this! by pecosdave · · Score: 1

    There's only one answer to every problem, that's create more money! There wasn't a bug in the servers, Blizzard just consulted with the FED.

    --
    The preceding post was not a Slashvertisement.
  29. Diablo 3 is not a game by SD-Arcadia · · Score: 3, Interesting

    The "game" part is just packaging around the pointless grind and universal trade at the auction house. No one does anything for fun after the first time they get through the quests. The game mechanics and itemization are utterly boring and without character. There is not a single aspect of skill involved either. You spend most of your time staring at your skill cooldowns and life-mana pool because the terrain and monsters don't really matter. It's rote repetition and an utter waste of time. Worst purchase I ever made. I'd much MUCH rather have a Diablo 2 expansion with new content and a higher resolution support than this PoS.

    --
    https://dalgamotor.wordpress.com/ - Elektronik beyinlere ozgurluk asisi (Turkish)
  30. and then when the IRS drops in and says it's incom by Joe_Dragon · · Score: 3, Insightful

    and then when the IRS drops in and says it's income then all kinds of other laws drop in.

  31. Re:and then when the IRS drops in and says it's in by fuzzyfuzzyfungus · · Score: 4, Funny

    and then when the IRS drops in and says it's income then all kinds of other laws drop in.

    The epic hilarity starts if they decide that you'll probably have to account for different sorts of loot in different ways... Did you get the Helm of Epic Bashing while you were wandering around and slaying monsters(self employed), while doing a quest for the Mysterious Feckless Questgiver NPC(Independent Contractor), or should it be reflected in the W-2 that the Ratslayer's Guild submitted to cover your work as an employee with them?

    You should probably also get an opinion from your tax lawyer on whether the depletion of the charges stored in your Staff of Fireball is simply part of the depreciation of that capital good, or whether charges are just a business expense like copier paper or potions of stamina...

  32. IMHO, this is why bitcoin has a max limit of 21mil by argoff · · Score: 1

    2^31 = 2,147,483,648 = $21,474,836.48 when counted in pennies. I once worked for a software company where a call came into the support desk from one of our customers accounting departments. Once their sales reached a certain point, their books were suddenly off by exactly that amount (minus 1 cent). While everybody else was scratching their heads about the missing 21 million dollars, I recognized the number, and knew exactly what the problem was. They were storing the number as a 32 bit signed int which had overflowed. That's also how I got promoted from the support desk to a software developer.

    IMHO, this is possibly why the max number of bitcoins was designed to be 21 million. Even though the number is not stored as an int in the bitcoin clients, it still avoids a lot of potential problems across platforms, and in scripts, and in data transfer to other systems in other formats. Just a thought.

  33. Re:Really Blizzard? by Muse011 · · Score: 1

    The amusing thing is, this isn't the first time it happened to one of their games. http://www.sk-gaming.com/content/15527-WoW_Gold_Limit_Reached_by_a_Player

  34. Trolls can't read or write by c++0xFF · · Score: 1

    Calm down! You missed the point entirely!

    My argument is not that signed values should be used instead of unsigned. My argument is that unsigned values don't help, and you need to look elsewhere for a solution.

    I find it fascinating that the financial industry can solve this, while the gaming industry seems to have so many issues. Part of it, I think, is that games allow much more flexibility in how money is used than you see in real life. Also, the fact that game money isn't real money means that mistakes aren't as important ... but now that line is blurred a bit. Don't trust a gaming company with real money (shocker, I know) .... these sorts of bugs are insanely common.

    Your an idiot and shouldn't be let near anything more complicated then a stick. A small one.

    Pardon me while I cry in the corner. "Your an idiot" ... priceless.

  35. The NEWS is by someones · · Score: 1

    that there are actually people who STILL play D3.
    I expected that noone was p(l)aying that game anymore.

  36. Re:Perspective... by UnknownSoldier · · Score: 1

    Technically the Blizzard North developers went to Flagship Studios and then to Runic Games (makers of Torchlight) and while Torchlight 1 & 2 copies some of the D2 mechanics IMHO PoE embodies the spirit of Diablo 2 far, far, more then any other ARPG.

    i.e. There is NO gold in PoE. It uses a 100% barter multi-tiered currency system. It really is the next gen of in-game economies.

    Now if we could only get the Guild Wars 2 Dynamic Events into PoE ...

    * http://en.wikipedia.org/wiki/Flagship_Studios
    * http://en.wikipedia.org/wiki/Runic_Games
    * http://wiki.guildwars2.com/wiki/Dynamic_event

  37. cheap jordan shoes handbag store by koanoiuv · · Score: 1

    YOU MUST NOT MISS IT! The website cheap wholesale and retail for many kinds of fashion shoes, like the nike,jordan, also including the handbags,sunglasses,jeans,shirts,hat,belt and the watch, All the products are free shipping, and the price is competitive, after the payment, can ship within short time. the goods are shipping by air express, such as EMS,DHL,the shipping time is in 5-7 business days! http://www.sport3trade.net/ cheap jordan for $40, Air Max 90 for $41, air shox for $40, best handbags for $39, Sunglasses for $18, wallet for $19, belt for $18, T-shirts for $20, Jeans for $39, NFL/MLB/NBA jersey for $25, Top Rolex watch,jordan for cheap, http://www.sport3trade.net/

  38. cheapt jordan shoes,Air max shoes,wallet sale by poiuweng · · Score: 1

    YOU MUST NOT MISS IT! The website cheap wholesale and retail for many kinds of fashion shoes, like the nike,jordan, also including the handbags,sunglasses,jeans,shirts,hat,belt and the watch, All the products are free shipping, and the price is competitive, after the payment, can ship within short time. the goods are shipping by air express, such as EMS,DHL,the shipping time is in 5-7 business days! http://www.sport3trade.net/ cheap jordan for $40, Air Max 90 for $41, air shox for $40, best handbags for $39, Sunglasses for $18, wallet for $19, belt for $18, T-shirts for $20, Jeans for $39, NFL/MLB/NBA jersey for $25, Top Rolex watch,jordan for cheap, http://www.sport3trade.net/