If a game has the same lines of code across all players, then why do some bugs only affect certain players?

750 viewsOtherTechnology

I was playing a game earlier when a friend was experiencing a bug. Wouldn’t it make sense for me to be experiencing the same bug since were playing the same game that’s coded with the same lines of code?

In: Technology

24 Answers

Anonymous 0 Comments

Simply put, two reasons:

1. While the code is the same, outside of consoles everyone is playing on completely different hardware and software. Your version of windows is different than my version of windows because you’ve installed and done different things. Your CPU is doing different tasks in the background at different times than mine, etc.
2. Your gameplay state is not the same as mine. Maybe you played for one minute and twelve seconds before you ran into the buggy wall, but I played for one minute and thirteen seconds, and this bug only triggers if the playtime ends in a two.

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