Hey guys,
I had trouble with Morpheus when I upgraded to WinXP. I figured out I had to delete my Morpheus .dbb file every single time before I started up Morpheus. I found this batch file somewhere on Google & it solve all of my Morpheus boot-up problems. Note: You only need to do this if you are having probs starting up Morpheus in XP!
Type the stuff that's in between the lines below into notepad and save as morpheus.bat in the root of Morpheus.
Then, make it a shortcut on your desktop, rename the shortcut to, say, Morpheus and change the icon (choose from the original morpheus icons in the morpheus.exe directory). Always use this shortcut to run Morpheus... never having to delete the db folder again
Here's what you need to type:
__________________
cd db
del *.dbb
cd ..
start morpheus.exe
exit
__________________
Good luck!