well i just fixed mine here and it was not the files.
i think it was an IO::Scalar issue. i saved an old howto for the 6.0 server and decide to reinstall IO::Scalar the way in that tut instead of the way i initially did it from a newer tut. Well i can now start it select toon enter world and no crashes what so ever starts up alot faster also.
so if any one whats to try if they are still haveing issues can try this
Open a Command Prompt (Start menu -> run -> type cmd -> hit enter
type
Code:
perl -MCPAN -e shell
It will ask you if you want to configure Manually. Say no.
RESTART YOUR COMPUTER BEFORE PROCEEDING.
When that is done type
Code:
install IO::Scalar
|