I didn’t do anything to trigger it. I just hit an enemy with the t5 hammer. The weapon was not cursed. This is most certainly a game breaking bug.

Edit: this is Experienced Pixel Dungeon

18 points

I suspect a negative register overflow bug. 2^31=2147483648, 2^31 - 2147483392 = 256 = 2^8. Lots of round powers of two.

permalink
report
reply
1 point

Idk what your equation means, but it sounds like you know what you’re talking about.

permalink
report
parent
reply
9 points

Something caused the game to see your number of turns in paralysis to be less than 0. Computers often convert this to a large positive number, and that’s how you got the bug, maybe.

permalink
report
parent
reply
1 point

I don’t even know what triggered it. There wasn’t anything that indicated I should get the paralysis condition.

permalink
report
parent
reply
3 points
*

Computers store integers as binary, and when the code in question doesn’t need to use negative numbers, a programmer might use a so-called “unsigned” integer. That is, it has no positive or negative sign. It’s just a number, like 10 or 7777. They are stored as ones and zeros, and the largest number an integer can store is based on how many binary digits it has.

For instance, an 8-bit unsigned integer has… eight bits. So 00000000 is the number zero, and 11111111 is the number 255. So there are a total of 256 numbers you can express with an 8-bit unsigned integer: 0 through 255.

Every string of binary ones in number is one less than a power 2. So the OC was noticing that your number is very near a power of two: 231 , minus another power of of two: 28 .

Now, computers are both smart and dumb, and often don’t care what you do with numbers since it’s sometimes useful to do weird things with them. So if you take the 8-bit unsigned zero (00000000) and subtract 1 from it, you can’t get negative 1 because there is no such thing as -1 for such an unsigned binary number. Instead it “overflows” and loops around to 11111111, and now the value is 255. This is a very common bug (and exploit) in all sorts of games when yoy can trick the game into subtracting 1 from 0 and now you have 255 Diamong Rings or whatever.

Now, your number is very close to 2,147,483,647, which is the maximum value for a signed 32-bit integer. In fact, your value is that number minus 256, which is a strange coincidence, since 256 is also a power of 2.

How exactly a signed integer in the game achieved something near its maximum value is unclear. It’s not as simple as subtracting 1 from 0 because in a signed integer, that would simply be -1, but programming languages do have easy ways of accessing that number like long.MaxValue or something. (long is many programming language’s name for a 32-bit signed integer.) But why that was in the code at all or how that value got used for the effect is very odd.

permalink
report
parent
reply
2 points

Haha, thanks for talking all the time to type that out. I’m a senior software engineer, and I know what a negative overflow bug is. I just meant I hadn’t done the math on his formula to know how it’s relevant to the number of paralysis turns. I suppose I could have been much more clear and saved you some time. But, you probably enjoyed typing that out and it’ll help someone else for sure. Cheers

permalink
report
parent
reply
15 points
*

According to google 214-748 is the start of real phone numbers in Dallas TX. Unfortunately when you call 214-748-3392 is says it’s been disconnected. This is probably for the best, because I didn’t really think through explaining to a person why I called them from 1000 miles away because their phone number was the number of turns someone was stuck in paralysis in a video game I’ve never played that I saw a screenshot of on the internet.

permalink
report
reply
6 points

You should play it. It’s free, open-source, and pretty good.

permalink
report
parent
reply
3 points
*

Not really a big fan of rogue likes but I’ll give it shot, being free and all.

permalink
report
parent
reply
1 point
*

It’s the coolest mobile game I’ve played since FTL, and FTL is only available on a tablet. Try Shattered Pixel Dungeon, not Experienced Pixel Dungeon. Shattered is kind of the vanilla experience and the most polished.

permalink
report
parent
reply
2 points

LOL

permalink
report
parent
reply
10 points
*

Assuming a round to be equal to 6 seconds of real time (the Dungeons and Dragons assumption), that’s about 408 years of paralysis which will probably hinder one’s adventuring career.

permalink
report
reply
5 points

An interesting question, though I’d point out that the squares seem to be roughly character-height in size, and DnD characters walk noticeably faster than that

permalink
report
parent
reply
2 points

It ended this particular adventurer’s career, along with his life. That still took some time since his defense value was rather high and warlocks didn’t have a ranged shot on him since he was already swarmed.

permalink
report
parent
reply
2 points

You didn’t wake up due to starvating or other damage?

permalink
report
parent
reply
1 point

Nope.

permalink
report
parent
reply
9 points

How it feels when I wake up and realize I’ve slept on top of my arm

permalink
report
reply
2 points

I think you broke its neck…

permalink
report
reply

Pixel Dungeon

!pixeldungeon@lemmy.world

Create post

This community is a place to talk strategies, tell stories, or discuss anything related to Pixel Dungeon or its many versions.

Rules:

  • 1. No hate or adult themes of any kind: NSFW or illegal material, hate speech, personal attacks, harassment, doxxing, bullying, etc. are all strictly forbidden. Crude or offensive language should be kept to a minimum or avoided entirely.

  • 2. Posts must directly relate to Pixel Dungeon: All content posted must directly reference Pixel Dungeon or one of its variants in some form. Loose connections or similar nomenclature from irrelevant works do not count.

  • 3. Do not use other’s work without giving credit: You may post things that were created by other people, but you must link to the original and credit the author. AI generated content is prohibited, as crediting the original authors is impossible.

  • 4. Follow site-wide rules: https://legal.lemmy.world/fair-use/

We have a few title tags for standout posts:

  • [MOD] - Posts by moderators about the community
  • [DEV] - Announcements from a developer of a PD version
  • [OC] - Self-made original content

Sister Communities:

Community stats

  • 414

    Monthly active users

  • 626

    Posts

  • 3.2K

    Comments