g_findconfigstringindex: overflow
Just got the above error - can anyone point out what the heck it might mean?
Googling brought up nothing particularly relevent, but I’ve included this from Timbo documenting some Q3 functions:
void trap_GetConfigstring( int num, char *buffer, int bufferSize )
int num: The config string to be read
char *buffer: A pointer to a buffer to fill with the config string value.
int bufferSize: The size of the buffer.This is a server side callback used to get the value of a config string. It is only used once in the q3 source, by the G_FindConfigstringIndex function which in turn is used by the G_ModelIndex and G_SoundIndex functions.
Map stops loading after a few seconds and dumps to the main screen with the error in the thread title.
I’m just playing around with the graphics, the map itself is just a plain boxmap :???:

