So i added 1 background, then infront of that background a image and a Label (string text) infront of these 2

The gump refresh (gets closed and resend every 1 second) and i notice the client just ''crash'' (not responding) a lot

I tested it for few hours and i saw the image appearing above the Label string, this could be the issue?

Anyone eve experienced client issues with certain gumps?

errora.png
 
Last edited:
Did you minimize the game window and it crashed?
I remember when i tried making a global weather script to simulate rain, the effects were fine and all, but if it froze or the character switched to another window, the client crashed.
Might be an overflow.

What do you update the gump for?
 
Clients crash with gumps if an element has a less-than-zero absolute position.

Gump[X,Y] + Element[X,Y] < 0 == Crash

Any sprites you want to track with offsets lower than 0 must never be drawn.
 
Back