It happens with any game, I've seen a similar thread but there were no errors posted. Tried in FF, Chrome, and IE9. Server apps on machine have been here since before I tried the trial (few months ago) XAMPP and VNC/RDP. The old projects or any new project will do the same thing, tried with several variations. Was running free version this morning, although I don't recall the previous version. Get the grey screen inside the frame no matter what I seem to try. Any advise or thoughts would be appreciated.
I also disabled any program that may be running with any ports open although I'm 100% sure there is nothing utilizing port 50000 or conflicting with it.
Here's the output in FF
Warning: Unknown property 'border-radius'. Declaration dropped.
Source File: localhost/preview.html
Line: 25
Which refers to this:
#canvasBox
{
background: #616161;
border: 1px solid #8F8F8F;
padding: 15px;
-moz-border-radius: 10px;
--> -webkit-border-radius: 10px;
border-radius: 10px;
}
Edit: Was able to generate a couple more errors (or was more observant and discovered a couple more...
Error: console is not defined
Source File: localhost/preview_prelude.js
Line: 23