Warning error (yellow) in spew
-
I’m getting the following error as soon as the first person logs into the server after a reboot.
E:\FL\Scratch\Source\Common\Systems.cpp(3214):***WARNING:get_zone(0) failed
Any suggestions as to where I should be looking? I’ve added some zones (6) which are included in our optional player mod. Could it be that this error is generated by a player not running the mod?
-
Try adding your new zones to the knowledgemap.ini like this:
Map = 460656, Zone_FS01_newfield_01, 33
Map = 460657, Zone_FS01_newfield_02, 33
Map = 460659, Zone_FS01_newfield_04, 33
Map = 460660, Zone_FS01_newfield_05, 33
Map = 460661, Zone_FS01_newfield_03, 33
Map = 461147, Zone_AC01_acroploisnebula1_01, 33
Map = 461148, Zone_AC01_acroplisnebula2_01, 33
Map = 461149, Zone_AC01_acroplisnebula3_01, 33
Map = 461150, Zone_AC01_acroplisnebula4_01, 33
Map = 461151, Zone_AC01_acroplisnebula5_01, 33 -
I found the problem…
Somehow a zone nickname was deleted while I was editing the script.
I’m having other issues now with players not being able to dock with jumpgates and holes. Specifically those going into Colorado. Could a corrupted player file cause something like this? I’ve been noticing that login attempts have been made on a corrupted account (FLAC logs). I removed the account, but the problem persists.
-
And the problem with Colorado was one of my personnel had set restrictions for that system and forgot to release them. So, all is well.
Thanks to those who helped.
R