Short lesson here: Servers should never be used as workstations. When you run a server for anything, you set up a machine to do it, start it up, then walk away and never touch it again. The reasoning behind this: When you run different applications, and start and stop them, you change the configurations of the computer, no matter how miniscule. To the smallest degree, you need to cache memory or files to the hard drive, and the hard drive's data storage changes. The more stuff you run, the more you change your computer. Web browsers are notorius fiends, especially because of their integration with the operating system in a windows environment (explorer and internet explorer are basically the same thing.) What it boils down to is this: Computers don't change themselves, they react to user input. If continuum worked 2 weeks ago, and now it doesn't, then you changed something during that time. You can swear up and down that you didn't... but that's the same thing as swearing that you will never find the solution. Find what changed, fix it, and you will be straight.