Hey guys,
So far so good, just started playing a few days ago. Ran into 2 issues that I was wondering if someone could help me with.
1) Every once in awhile the game seems to lock up. I don't think its the client because I can still type stuff in... only nothing happens. After a minute or so the game resumes and anything I typed in during the pause is executed. Is this a server issue? The computer that runs the server is fairly powerful and the client is running on the same computer so networking/resources shouldn't be an issue. Any thoughts?
2) In the newbie training area where you learn how to search for and disarm traps I've found a square that flashes red. If I walk on to that square the client crashes and when I restart it and log back on the square is no longer flashing. Has this happened to anyone else?
Thanks
~ Ryle
Client/Server Question
Moderator: Board moderators
I also noticed another odd problem last night. If I just close the client without properly quitting out of the game the server crashes. All that was reported in the log file was:
It looks like it stopped in the middle of a log line. Odd. I've notied the server has crashed a couple times without me actually bringing it down.
Code: Select all
Saving map /world/world_105_116
Trying to load map /usr/share/games/crossfire/maps/scorn/houses/yolandas_house.
load_original_map: /scorn/houses/yolandas_house (0)
Can't open /usr/share/games/crossfire/maps/scorn/houses/yolandas_house
Trying to load map /usr/share/games/crossfire/maps/scorn/houses/yolandas_house.
load_original_map: /scorn/houses/yolandas_house (0)
Can't open /usr/share/games/crossfire/maps/scorn/houses/yolandas_house
Trying to load map /usr/share/games/crossfire/maps/scorn/houses/rolandos_house.
load_original_map: /scorn/houses/rolandos_house (0)
Can't open /usr/share/games/c
-
- Forum Fanatic
- Posts: 852
- Joined: Sun Jun 13, 2004 2:07 am
- Location: Hemel Hempstead
The only thing that comes to mind there is to check that you have permisson to read the file it is complaining about (the yolandas house one) A cursory glance at the map code doesn't turn up much. (the trying to load map... comes from ready_map_name() and the 'Can't open' message is /probably/ load_original_map() (based on when you say it occurs and the other choices not making sense.
One more thing, it seems I don't have the file in question in my copy of the maps distribution. There is a link to scorn pointing to yolandas_house, but no map with that name, it appears to be a bad link on the map. Nonetheless, this does not cause me to crash if I exit the client standing on it, despite getting a slew of load attempts.
One more thing, it seems I don't have the file in question in my copy of the maps distribution. There is a link to scorn pointing to yolandas_house, but no map with that name, it appears to be a bad link on the map. Nonetheless, this does not cause me to crash if I exit the client standing on it, despite getting a slew of load attempts.