It's a random occurrence, one in ten is an estimation of how often I see it. Sometimes it'll pop up two or three times in a row, sometimes it won't pop up at all, for multiple attempts.
Currently, I've disabled the $RESIZE option, and it's disappeared, but the _SCREENMOVE is still failing to operate properly, as it's moving the screen BEFORE it changes graphic modes. IF my screen was SCREEN 0, the position would be perfectly centered on my monitor; however, as it is, the screen is popping up off-center, requiring me to move it to see the bottom segment of the program.
(Top Left is positioned for centering SCREEN 0 placement; the issue with screen positioning is when it changes from SCREEN 0 to SCREEN _NEWIMAGE(1024,800,32), which places the Bottom Right off the visible display.)
Both the $RESIZE glitch, and the _SCREENMOVE glitch, are something new, which I haven't experienced before.