Why glitches/bugs in games only affect some copies instead of all of them if they all contain the same code

362 viewsOtherTechnology

Why glitches/bugs in games only affect some copies instead of all of them if they all contain the same code

In: Technology

7 Answers

Anonymous 0 Comments

So bugs may only surface under very specific circumstances. There might be memory issues, timing issues, thread starvation. Any one of 1000 situations that are not necessarily guaranteed to occur. So the code can be constant but the run time environment can be different.

While, with games from certain publishers it might not seem like it, games are generally heavily tested. So, in theory anyway, the bugs and glitches that make it to the public are often transient and hard to find.

You are viewing 1 out of 7 answers, click here to view all answers.