Module 6: Bug Types Flashcards
What is an AI type bug? Example?
Affects artificial intelligence. (NPCs repeatedly walking into walls)
What is a Camera type bug? Example?
Affects all camera issues (Obstructing user view, etc)
What is a Collision type bug? Example?
Includes incorrect or mission collision of objects within an environment. (Characters passing through solid objects) and boundaries of the environment. (Falling through levels)
What is a Consumer/Ratings type bug? Example?
Violates ESRB ratings (M content in an E rated title)
What is a Crash/Hang type bug? Example?
Crashes the application (Requires a restart/quit) Typically Class A bug.
What is a Dialogue type bug? Example?
Affects dialogue, non-music related issues only (Character’s dialogue cuts out in the middle of a conversation)
What is a Disk/Save Content Information type bug? Example?
Affects saved game data (Cannot save, or Saved but cannot retrieve save file)
What is a Frame Rate type bug? Example?
Affects the frame rate (Lag issues)
What is a Functionality type bug? Example?
Any issue when basic actions/functions are not working as intended. (Pushing R1 was supposed to trigger a cut scene, but doing so did nothing.)
What is a Game Controls type bug? Example?
Affects any menus and functionality inside gameplay. (Character does not jump when pushing the appropriate button)
What is a Gameplay type bug? Example?
Any issue when the user manipulates the game to malfunction (An object is moved by the user and this prevents the game from continuing) or (The game is too difficult in EASY mode)
What is a Graphics type bug? Example?
Includes video/graphic corruption, sorting issues, particle effects, etc.
What is a Music type bug? Example?
Affects music issues only. (Transition, cut off, skip or drop out, volume changes/inconsistencies, looping effects, jukebox, etc.)
What is a Network type bug? Example?
Affects network aspects of the title (chat, game joins, and login errors).
What is a Peripherals type bug? Example?
Affects functionality of supported controls/peripherals (Like the MOVE controller doesn’t work in a certain mode when it is supposed to.)