Numbered Steps to Reproduce Problem: Animate some images displayed to a client, at some random cases the dream seeker crashes
Code Snippet (if applicable) to Reproduce Problem:
var/image/BaseDisplay/T = new/image/BaseDisplay
T.pixel_y = 248
T.loc = locate(src.x,src.y,src.z)
src.CharacterDisplay = T
src<<T
animate(T, pixel_y = 0, time = 20)
Expected Results: To continue playing the game
Actual Results: Crash
Does the problem occur:
Every time? Or how often? Not everytime, randomly at animated situations
In other games?
In other user accounts? Yes
On other computers?
When does the problem NOT occur?
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Didn't test enough to say
Workarounds: Don't use alot of animated images