Page 1 of 1

[X] Error message I may never get again.

PostPosted: Fri Feb 06, 2015 2:10 am
by Triple J
Error Message, shared for the heck of it: show
ArgumentError: Error #2004: One of the parameters is invalid.
at flash.display::Graphics/drawRect()
at com.runouw.ll.engine.backgrounds::CloseBGGeneral/draw()
at com.runouw.ll.engine.backgrounds::CloseBGGeneral/enterFrame()
at com.runouw.ll.engine.modes::LevelDesignerEngine$/enterFrame()
at com.runouw.ll.engine::GameEngine$/enterFrame()
at MethodInfo-399()
at MethodInfo-417()
at com.runouw.ll.engine::GameEngine$/setTilesColorData()
at MethodInfo-397()
at com.runouw.ll.engine.core::Course/attachingItemsFrame()


I think this error was my fault. I kept the game window minimized while my laptop already had something else not responding, which made my level take ridiculously longer to load (and fail to). However, this error message popped up while the game was still minimized, so I don't really know what happened when it appeared.

Re: [X] Error message I may never get again.

PostPosted: Sat Feb 07, 2015 1:50 am
by Runouw
That error looks like the background didn't render correctly. It can happen sometimes when the game window re-sizes.