My server crashes on a certain map every time. It is a map that we created with unrealEd. What could be causing it to crash. It will run for a while before it crashes. It does crash at different times. Thanks for you help.
Go and check your server.log file or ucc.log or whatever your server log file is called. It will list whatever it is that is wrong. Remember each time you retstart the server it will create a new log file. So when the server is crashed, do a stop on the server, then copy that file to your computer. That way you can re-start the server and look at the file on your own time. Go to the bottom of the log file and see what errors it finds. If it is having a problem with that map not finding things, or bad timing issues, it will be listed here. From that info you should be able to find whats wrong in your map and fix it in your map editor, once you have fixed it, don't forget to re-name the map, or all people with the older non-fixed version will get a Version Mismatch.
Hope this helps..