Error Messages When Fritzbot ET Actions Trigger

From Bots-United Wiki

Jump to: navigation, search

Error Messages Related To Actions

Some errors messages that may be printed to the console after the map is running like...

Console Message:

Possible Reason:

ERROR: ACTION_AIM IS SCREWED UP!!
ERROR: ACTION_AIM IS SCREWED UP!!
ERROR: ACTION_AIM IS SCREWED UP!!
ERROR: ACTION_AIM IS SCREWED UP!!
ACTION: N

- a bot went to use a camp type action but the action_links for that action referred to an action that was either;
...(a) Not an aim action ( 3 )
...(b) Was an aim action but only for the other team.
...(c) Was an action that was not active. (/action_active...1 )
...(d) All 4 link values of action number N are -1. (disabled)

I've got no goal! I'm stuck here!

- Bot is timing out, can't find an action goal.
- A bot (possibly a different bot) was kicked to the spectators (make spec).

ERROR: Route N doesn't have any linked action paths!!!

- The route number N lacks any pathActions. (altroam actions)
- The pathActions for route N are disabled.

ERROR: Bots have no valid goals in this map!!

ERROR: Bots have no valid goals in this map!!
ERROR: "bot_funname" can't find a valid goal

- The bot by the name of "bot_funname" has no currently active actions to perform.
- This may happen due to the goal tracker turning off actions not set /action_active...1
- Or the .aiscript logic for action activation/deactivation is wrong or incomplete.
...Check action status with g_action_info. See Debugging_Aiscripts#G_action_info .
- A bot (possibly a different bot) was kicked to the spectators (make spec).


And some error messages we don't know much about...

ERROR: Too many deliver actions in the map!

- Nav file exceeds limit of ???
- Nav file is corrupted.

ERROR: Too many flag capture actions in the map!

- Nav file exceeds limit of ???
- Nav file is corrupted.

ERROR: Too many camp actions in the map!

- Nav file exceeds limit of ???
- Nav file is corrupted.

ERROR: Too many roam actions in the map!

- Nav file exceeds limit of ???
- Nav file is corrupted.

ERROR: Too many panzer actions in the map!

- Nav file exceeds limit of ???
- Nav file is corrupted.

An undefined error occurred!

Well if we knew, it would not be UNDEFINED! I mean Geeezsus!;)

Easter egg message?=> I see you asshole %i %i!!
Generic Error format:
ERROR: %s, line %d: %s

Other Errors Messages

Permanent link to this page