Search found 14 matches

by Xypher
Fri Oct 13, 2006 9:23 pm
Forum: Bugs
Topic: Problems with Subversion?
Replies: 1
Views: 345

Problems with Subversion?

I'm trying to get the latest sources from Subversion using this command: svn co https://svn.sourceforge.net/svnroot/crossfire/server/branches/1.x crossfire The checkout process started OK, but after about 20 files it crashed, and now it crashes every time with the same error message: svn: REPORT ...
by Xypher
Fri Oct 13, 2006 9:19 pm
Forum: Bugs
Topic: Server crash when talking to NPCs
Replies: 2
Views: 431

Oh... err... oops.

Sorry about that. I'd gotten so used to using CVS for Crossfire, I just typed the commands without checking. Sorry!
by Xypher
Thu Oct 12, 2006 8:53 pm
Forum: Bugs
Topic: Server crash when talking to NPCs
Replies: 2
Views: 431

Server crash when talking to NPCs

I just built a Linux version of the server from the latest CVS sources, but when I talk to some NPCs (for example: T.K., the cleaning person in the wizard's quest in Scorn, the people in the Goth's tavern, etc.) the server segfaults. I've noticed it only happens with NPCs that say something when you ...
by Xypher
Sat Jun 24, 2006 1:49 am
Forum: Bugs
Topic: Python.dll revisited (possible resolution)
Replies: 11
Views: 1563

Mmmm... its a problem with Python 2.4 and the server. Use 2.3 and it will work fine. I'm not sure why, but that seems to be the solution...
by Xypher
Sun Feb 12, 2006 3:04 pm
Forum: Bugs
Topic: Problem with VC6-built server
Replies: 2
Views: 385

The latest versions of all of the files you talked about are in their correct places. I ran it through a debugger, and the problem occurs in arch.c, line 640, in the hasharch function.
unsigned long
hasharch(const char *str, int tablesize) {
unsigned long hash = 0;
int i = 0;
unsigned rot = 0 ...
by Xypher
Fri Feb 10, 2006 1:30 am
Forum: Bugs
Topic: Problem with VC6-built server
Replies: 2
Views: 385

Problem with VC6-built server

I built the latest CVS sources(as of 2/9/06) using VC6, and everything went fine. When I tried to start the server, though, it started printing out messages like "set_ob_value_s: 'Object' 'gravedirt' 1", and then it says "Setting up archetable". After that, a nice little error box comes up saying ...
by Xypher
Sun Feb 05, 2006 11:44 pm
Forum: Bugs
Topic: Python.dll revisited (possible resolution)
Replies: 11
Views: 1563

I have the same problem. It's caused by the running of the Crossfire Python startup script, via this line:

Code: Select all

PyRun_SimpleFile(scriptfile, cf_get_maps_directory("python/events/python_init.py"));
It's in cfpython.c, line 874. I'm trying to create a patch...
by Xypher
Tue Jul 05, 2005 6:11 pm
Forum: Bugs
Topic: Error when starting Win32 server
Replies: 15
Views: 1309

Pythons working now, apparently 2.4 doesn't like to cooperate with CF on my comp. But now it crashes occasionally while trying to load a map. I'm using the maps meant for my version of the server, too. Without the Python plugin, the same thing happens.
by Xypher
Fri Jul 01, 2005 3:47 pm
Forum: Bugs
Topic: Error when starting Win32 server
Replies: 15
Views: 1309

I think I built them with the right version headers, I only have the Python 2.4 headers on my computer.

Also, I need the Python plugin because otherwise the new event/mini-games I'm designing won't work, since they are written in Python.

EDIT: Looked through the Python plugin source, and I think I ...
by Xypher
Fri Jul 01, 2005 12:38 am
Forum: Bugs
Topic: Error when starting Win32 server
Replies: 15
Views: 1309

It doesn't crash on startup without the Python plugin. Using Python 2.4. It's the only version I have on my machine.