So far this has been the second time that this has happened but in not quite the same way
When I press the little green arrow inside visual studio express 2008, my project compiles into release mode.
From here I can continue to login to my program.
Select a character.
That character loads into the world and I can move around and do everything that i've programmed the program to do.
Afterwords, I manuver into my project folder then copy and paste my media folders etc into my release folder, then double click the .exe
When this happens I can continue to log into my program.
Select a character.
BUT! Then nothing, just a blue screen, my skybox has dissapeared and all I see is blue.
I can look over to the server's console screen and see that the player's position is in fact being updated and rotated when I should be moving on the client screen.
But the client's screen is just blue, not to mention a considerable amount of performance drop on the entire computer once this happens.
This has also happened another time, just not this severe. I can't remember what I did last time to fix it nor would it probably help in this situation...