Welcome to the Builder Academy

Question Circle mud in windows

More
20 Jul 2012 00:43 #405 by bakarus
I have circle mud compiling, when I start the mud I get this error:

SYSERR: Fatal error changing to data directory: No such file or directory

When I debug and step through it, it reaches comm.c and this section
Code:
if (chdir(dir) < 0) { perror("SYSERR: Fatal error changing to data directory"); exit(1); }

it exits there, I'm unsure which directory it wants.

Please Log in or Create an account to join the conversation.

More
20 Jul 2012 17:31 #409 by Rumble
Replied by Rumble on topic Re: Circle mud in windows
What are you compiling with? I only have experience with Cygwin on Windows.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

More
20 Jul 2012 21:25 #411 by bakarus
Replied by bakarus on topic Re: Circle mud in windows
Compiling with visual studio 2010, I tried before with cywin, but couldn't get the right download I guess, it had a lot of problems.

Please Log in or Create an account to join the conversation.

Time to create page: 0.201 seconds