Difference between revisions of "Bugs"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(Created page with "==Cache-related Soft Lock== During a charge animation, if the game doesn't have the images for characters cached, the game soft locks. This is (probably) due to the game proc...")
 
m (a)
Line 1: Line 1:
==Cache-related Soft Lock==
=Cache-related Soft Lock=
 
During a charge animation, if the game doesn't have the images for characters cached, the game soft locks. This is (probably) due to the game process the animation faster than it could cache the textures (due to a slow internet connection or server stress), causing it to try to shrink empty textures. The devs could avoid this by implementing a universal missing texture (such as the pink checkerboard Source uses) as a placeholder for missing assets. As for a temporary hot fix right now, the end user could slow down the game speed (either by the in-battle option, or for cease usage of game tuning apps that reduce the internal rendering resolution to reduce frame time).
During a charge animation, if the game doesn't have the images for characters cached, the game soft locks. This is (probably) due to the game process the animation faster than it could cache the textures (due to a slow internet connection or server stress), causing it to try to shrink empty textures. The devs could avoid this by implementing a universal missing texture (such as the pink checkerboard Source uses) as a placeholder for missing assets. As for a temporary hot fix right now, the end user could slow down the game speed (either by the in-battle option, or for cease usage of game tuning apps that reduce the internal rendering resolution to reduce frame time).
=Web Page Soft Lock=

Revision as of 11:38, 2 March 2017

Cache-related Soft Lock

During a charge animation, if the game doesn't have the images for characters cached, the game soft locks. This is (probably) due to the game process the animation faster than it could cache the textures (due to a slow internet connection or server stress), causing it to try to shrink empty textures. The devs could avoid this by implementing a universal missing texture (such as the pink checkerboard Source uses) as a placeholder for missing assets. As for a temporary hot fix right now, the end user could slow down the game speed (either by the in-battle option, or for cease usage of game tuning apps that reduce the internal rendering resolution to reduce frame time).

Web Page Soft Lock