You were right! There is some kind of timing problem that has come up with the new software that wasn't there before, perhaps my oscillator is spontaneously acting weird. I am going to guess that the newest PBP has changed the whole LCDOUT 254,1 command a bit. I am currently running at 4Mhz which I know is not recommended for the LCDOUT commands, I have always run 12 Mhz before but wanted to try 4 anyway.

Thanks for your help, a small delay of 1ms seems to be enough for now until I change out the crystal.

LCDOut 254,1
pause 1
LCDOut 254,Row1, " Welcome to the "
LCDOut 254,Row2,0,1," All-In-One ",4,5
LCDOut 254,Row3,2,3," Light & Water ",6,7
LCDOut 254,Row4, " Controller! "

Thanks again!!!!!!!