Hello, first off I apologize if this is in the wrong section, I was unsure as to where to post it.
I've been attempting to compile mud source code, and after sorting through all the build errors I find myself with a strange error no matter which code I'm trying to execute.
After the build, I go to the area folder and type ../src/(executable)
It loads a list of things and then gives me this error.
copyover_recover:fopen: No such file or directory
I've compiled numerous muds by now and they all give me the same error, it seems to be searching for a copyover.data file that is just not there.
I tried creating a blank copyover.data file but that also does not seem to help, it gives me:
<*> The world spins <*>
Segmentation fault
Any help would be greatly appreciated,
Mat
I've been attempting to compile mud source code, and after sorting through all the build errors I find myself with a strange error no matter which code I'm trying to execute.
After the build, I go to the area folder and type ../src/(executable)
It loads a list of things and then gives me this error.
copyover_recover:fopen: No such file or directory
I've compiled numerous muds by now and they all give me the same error, it seems to be searching for a copyover.data file that is just not there.
I tried creating a blank copyover.data file but that also does not seem to help, it gives me:
<*> The world spins <*>
Segmentation fault
Any help would be greatly appreciated,
Mat