Hi,
RenderWindow::Display() eventually leads to glClearColor() being called at line 234 in RenderWindow.cpp. the member RenderWindow::myBackgroundColor is:
50,50,50,255
This is a very weird issue and I'm not sure why it would be throwing this error. The values look valid to me.