Home
last modified time | relevance | path

Searched refs:Host_Error (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcl_parse.c152 Host_Error ("CL_ParseStartSoundPacket: entity %i >= MAX_EDICTS (%d)", ent, MAX_EDICTS); in CL_ParseStartSoundPacket()
191 Host_Error ("CL_KeepaliveMessage: CL_GetMessage failed (%d)", ret); in CL_KeepaliveMessage()
195 Host_Error ("CL_KeepaliveMessage: received a message"); in CL_KeepaliveMessage()
201 Host_Error ("CL_KeepaliveMessage: datagram %d wasn't a nop", data); in CL_KeepaliveMessage()
285 Host_Error ("Server sent too many model precaches (max = %d)", MAX_MODELS); in CL_ParseServerInfo()
298 Host_Error ("Server sent too many sound precaches (max = %d)", MAX_SOUNDS); in CL_ParseServerInfo()
315 Host_Error (Str2); // World not found in CL_ParseServerInfo()
401 Host_Error ("CL_ParseUpdate: model %d >= MAX_MODELS (%d)", modnum, MAX_MODELS); in CL_ParseUpdate()
791 Host_Error ("CL_ParseServerMessage: Bad server message"); in CL_ParseServerMessage()
815 Host_Error ("CL_ParseServerMessage: Illegible server message (service %d)", cmd); in CL_ParseServerMessage()
[all …]
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcl_parse.c190 Host_Error ("CL_EntityNum: %i is an invalid number",num); in CL_EntityNum()
196 Host_Error ("CL_EntityNum: %i is an invalid number",num); in CL_EntityNum()
828 Host_Error ("CL_ParseStartSoundPacket: ent = %i", ent); in CL_ParseStartSoundPacket()
870 Host_Error ("CL_KeepaliveMessage: CL_GetMessage failed");
874 Host_Error ("CL_KeepaliveMessage: received a message");
1023 Host_Error ("Server sent too many model precaches"); in CL_ParseServerInfo()
1043 Host_Error ("Server sent too many sound precaches"); in CL_ParseServerInfo()
1066 Host_Error ("Model %s not found", model_precache[i]); in CL_ParseServerInfo()
1177 Host_Error ("CL_ParseModel: bad modnum"); in CL_ParseUpdate()
1260 Host_Error ("CL_ParseModel: bad modnum"); in CL_ParseUpdate()
[all …]
H A Dpr_edict.c682 Host_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseGlobals()
689 Host_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseGlobals()
692 Host_Error ("ED_ParseEntity: closing brace without data"); in ED_ParseGlobals()
702 Host_Error ("ED_ParseGlobals: parse error"); in ED_ParseGlobals()
898 Host_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseEdict()
927 Host_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseEdict()
930 Host_Error ("ED_ParseEntity: closing brace without data"); in ED_ParseEdict()
975 Host_Error ("ED_ParseEdict: parse error"); in ED_ParseEdict()
1300 Host_Error ("%s strings go past end of file\n", filename); in PR_LoadProgs()
1406 Host_Error ("EDICT_NUM: bad number %i", n); in EDICT_NUM()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcl_parse.c114 Host_Error("CL_EntityNum: %i is an invalid number", num); in CL_EntityNum()
188 Host_Error("CL_ParseStartSoundPacket: ent = %i", ent); in CL_ParseStartSoundPacket()
229 Host_Error("%s: received a message", __func__); in CL_KeepaliveMessage()
232 Host_Error("%s: datagram wasn't a nop", __func__); in CL_KeepaliveMessage()
235 Host_Error("%s: CL_GetMessage failed", __func__); in CL_KeepaliveMessage()
416 Host_Error("%s: Unknown protocol version (%d)\n", __func__, in CL_ReadModelIndex()
438 Host_Error("%s: Unknown protocol version (%d)\n", __func__, in CL_ReadModelFrame()
498 Host_Error("CL_ParseModel: bad modnum"); in CL_ParseUpdate()
842 Host_Error("Too many static entities"); in CL_ParseStatic()
889 Host_Error("%s: Unknown protocol version (%d)\n", __func__, in CL_ReadSoundNum_Static()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/server/
H A Dsv_model.c162 Host_Error ("%s: NULL name", __thisfunc__); in Mod_FindName()
176 Host_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
206 Host_Error ("%s: %s not found", __thisfunc__, mod->name); in Mod_LoadModel()
353 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadVertexes()
381 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadSubmodels()
417 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadEdges()
445 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadTexinfo()
516 Host_Error ("Bad surface extents"); in CalcSurfaceExtents()
536 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadFaces()
604 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadNodes()
[all …]
H A Dhost_cmd.c273 Host_Error ("%s: cannot find map %s", __thisfunc__, level); in Host_Changelevel_f()
287 Host_Error ("%s: cannot run map %s", __thisfunc__, level); in Host_Changelevel_f()
316 Host_Error ("%s: cannot find map %s", __thisfunc__, level); in Host_Changelevel2_f()
339 Host_Error ("%s: cannot run map %s", __thisfunc__, level); in Host_Changelevel2_f()
374 Host_Error ("%s: cannot restart map %s", __thisfunc__, mapname); in Host_Restart_f()
382 Host_Error ("%s: cannot restart map %s", __thisfunc__, mapname); in Host_Restart_f()
519 Host_Error("%s: %d: string buffer overflow!", __thisfunc__, __LINE__); in Host_Savegame_f()
553 Host_Error ("%s: The game could not be saved properly!", __thisfunc__); in Host_Savegame_f()
628 Host_Error("%s: %d: string buffer overflow!", __thisfunc__, __LINE__); in Host_Loadgame_f()
975 Host_Error ("%s: Loadgame buffer overflow", __thisfunc__); in LoadGamestate()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsv_model.c162 Host_Error ("%s: NULL name", __thisfunc__); in Mod_FindName()
176 Host_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
206 Host_Error ("%s: %s not found", __thisfunc__, mod->name); in Mod_LoadModel()
353 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadVertexes()
381 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadSubmodels()
417 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadEdges()
445 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadTexinfo()
516 Host_Error ("Bad surface extents"); in CalcSurfaceExtents()
536 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadFaces()
604 Host_Error ("%s: funny lump size in %s", __thisfunc__, loadmodel->name); in Mod_LoadNodes()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dcl_parse.c84 Host_Error ("CL_EntityNum: %i is an invalid number",num); in CL_EntityNum()
131 Host_Error ("CL_ParseStartSoundPacket: ent = %i", ent); in CL_ParseStartSoundPacket()
170 Host_Error ("CL_KeepaliveMessage: CL_GetMessage failed"); in CL_KeepaliveMessage()
174 Host_Error ("CL_KeepaliveMessage: received a message"); in CL_KeepaliveMessage()
178 Host_Error ("CL_KeepaliveMessage: datagram wasn't a nop"); in CL_KeepaliveMessage()
390 Host_Error ("CL_ParseModel: bad modnum"); in CL_ParseUpdate()
752 Host_Error ("Too many static entities"); in CL_ParseStatic()
835 Host_Error ("CL_ParseServerMessage: Bad server message"); in CL_ParseServerMessage()
861 Host_Error ("CL_ParseServerMessage: Illegible server message %i\n",cmd); in CL_ParseServerMessage()
942 Host_Error ("CL_ParseServerMessage: svc_updatename > MAX_SCOREBOARD"); in CL_ParseServerMessage()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/nq/source/
H A Dcl_parse.c151 Host_Error ("CL_EntityNum: %i is an invalid number", num); in CL_EntityNum()
194 Host_Error ("CL_ParseStartSoundPacket: ent = %i", ent); in CL_ParseStartSoundPacket()
231 Host_Error ("CL_KeepaliveMessage: CL_GetMessage failed"); in CL_KeepaliveMessage()
235 Host_Error ("CL_KeepaliveMessage: received a message"); in CL_KeepaliveMessage()
239 Host_Error ("CL_KeepaliveMessage: datagram wasn't a nop"); in CL_KeepaliveMessage()
505 Host_Error ("CL_ParseModel: bad modnum"); in CL_ParseUpdate()
819 Host_Error ("CL_SetStat: %i is invalid", stat); in CL_SetStat()
871 Host_Error ("CL_ParseServerMessage: Illegible server " in CL_ParseServerMessage()
960 Host_Error ("svc_lightstyle > MAX_LIGHTSTYLES"); in CL_ParseServerMessage()
984 Host_Error ("CL_ParseServerMessage: svc_updatename > " in CL_ParseServerMessage()
[all …]
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcmodel.c627 Host_Error ("CM_LoadMap: funny lump size"); in CM_LoadSubmodels()
632 Host_Error ("Map with no models"); in CM_LoadSubmodels()
709 Host_Error ("CM_LoadMap: funny lump size"); in CM_LoadNodes()
740 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadNodes29a()
769 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadNodesBSP2()
826 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadLeafs29a()
854 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadLeafsBSP2()
884 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadClipnodes()
906 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadClipnodesBSP2()
1055 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadPlanes()
[all …]
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcmodel.c627 Host_Error ("CM_LoadMap: funny lump size"); in CM_LoadSubmodels()
632 Host_Error ("Map with no models"); in CM_LoadSubmodels()
709 Host_Error ("CM_LoadMap: funny lump size"); in CM_LoadNodes()
740 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadNodes29a()
769 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadNodesBSP2()
826 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadLeafs29a()
854 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadLeafsBSP2()
884 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadClipnodes()
906 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadClipnodesBSP2()
1055 Host_Error("CM_LoadMap: funny lump size"); in CM_LoadPlanes()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dinfostr.cpp74 Host_Error("Info_ValueForKey: oversize infostring"); in Info_ValueForKey()
123 Host_Error("Info_RemoveKey: oversize infostring"); in Info_RemoveKey()
180 Host_Error("Info_SetValueForKey: oversize infostring"); in Info_SetValueForKey()
H A Dp_setup.cpp139 Host_Error("Map %s not found\n", *MapName); in LoadMap()
855 Host_Error("Bad sector index %d", sector); in LoadSideDefs()
956 Host_Error("Bad vertex index %d", v1); in LoadLineDefs1()
960 Host_Error("Bad vertex index %d", v2); in LoadLineDefs1()
1015 Host_Error("Bad vertex index %d", v1); in LoadLineDefs2()
1019 Host_Error("Bad vertex index %d", v2); in LoadLineDefs2()
1172 Host_Error("Bad GL vertex index %d", v1num); in LoadGLSegs()
1178 Host_Error("Bad vertex index %d", v1num); in LoadGLSegs()
1191 Host_Error("Bad vertex index %d", v2num); in LoadGLSegs()
1497 Host_Error("Bad vertex index %d", v1); in LoadCompressedGLNodes()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dcl_parse.c121 Host_Error ("%s: %i is an invalid number", __thisfunc__, num); in CL_EntityNum()
176 Host_Error ("%s: ent = %i", __thisfunc__, ent); in CL_ParseStartSoundPacket()
215 Host_Error ("%s: CL_GetMessage failed", __thisfunc__); in CL_KeepaliveMessage()
219 Host_Error ("%s: received a message", __thisfunc__); in CL_KeepaliveMessage()
223 Host_Error ("%s: datagram wasn't a nop", __thisfunc__); in CL_KeepaliveMessage()
376 Host_Error("Model %s not found", model_precache[i]); in CL_ParseServerInfo()
526 Host_Error ("%s: bad modnum", __thisfunc__); in CL_ParseUpdate()
982 Host_Error ("Too many static entities"); in CL_ParseStatic()
1156 Host_Error ("%s: Bad server message", __thisfunc__); in CL_ParseServerMessage()
1217 Host_Error ("%s: Server is protocol %i instead of %i or %i", in CL_ParseServerMessage()
[all …]
H A Dpr_edict.c324 Host_Error ("%s: no free edicts", __thisfunc__); in ED_Alloc()
953 Host_Error ("%s: EOF without closing brace", __thisfunc__); in ED_ParseGlobals()
960 Host_Error ("%s: EOF without closing brace", __thisfunc__); in ED_ParseGlobals()
973 Host_Error ("%s: parse error", __thisfunc__); in ED_ParseGlobals()
1128 Host_Error ("%s: EOF without closing brace", __thisfunc__); in ED_ParseEdict()
1157 Host_Error ("%s: EOF without closing brace", __thisfunc__); in ED_ParseEdict()
1195 Host_Error ("%s: parse error", __thisfunc__); in ED_ParseEdict()
1264 Host_Error ("invalid SpawnFlags on World!!!\n"); in ED_LoadFromFile()
1550 Host_Error ("%s: couldn't load %s", __thisfunc__, progname); in PR_LoadProgs()
1594 Host_Error ("%s: strings go past end of file\n", progname); in PR_LoadProgs()
[all …]
H A Dhost.h70 FUNC_NORETURN void Host_Error (const char *error, ...) FUNC_PRINTF(1,2);
73 #pragma aux Host_Error aborts;
H A Dhost_cmd.c327 Host_Error ("%s: cannot find map %s", __thisfunc__, level); in Host_Changelevel_f()
341 Host_Error ("%s: cannot run map %s", __thisfunc__, level); in Host_Changelevel_f()
370 Host_Error ("%s: cannot find map %s", __thisfunc__, level); in Host_Changelevel2_f()
393 Host_Error ("%s: cannot run map %s", __thisfunc__, level); in Host_Changelevel2_f()
425 Host_Error ("%s: cannot restart map %s", __thisfunc__, mapname); in Host_Restart_f()
433 Host_Error ("%s: cannot restart map %s", __thisfunc__, mapname); in Host_Restart_f()
625 Host_Error("%s: %d: string buffer overflow!", __thisfunc__, __LINE__); in Host_Savegame_f()
659 Host_Error ("%s: The game could not be saved properly!", __thisfunc__); in Host_Savegame_f()
737 Host_Error("%s: %d: string buffer overflow!", __thisfunc__, __LINE__); in Host_Loadgame_f()
1093 Host_Error ("%s: Loadgame buffer overflow", __thisfunc__); in LoadGamestate()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dhost.h73 FUNC_NORETURN void Host_Error (const char *error, ...) FUNC_PRINTF(1,2);
76 #pragma aux Host_Error aborts;
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dhost_string.c38 Host_Error ("%s: couldn't load strings.txt", __thisfunc__); in Host_LoadStrings()
56 Host_Error ("%s: no string lines found", __thisfunc__); in Host_LoadStrings()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_textures.c173 Host_Error("R_GetTexTypeInfo: unknown texture format"); in R_GetTexTypeInfo()
188 Host_Error("R_GetTexTypeInfo: unknown texture format"); in R_GetTexTypeInfo()
206 Host_Error("R_GetTexTypeInfo: unknown texture format"); in R_GetTexTypeInfo()
225 Host_Error("R_GetTexTypeInfo: unknown texture format"); in R_GetTexTypeInfo()
318 Host_Error("R_FreeTexture: texture == NULL"); in R_FreeTexture()
361 Host_Error("R_FreeTexturePool: pool already freed"); in R_FreeTexturePool()
366 Host_Error("R_FreeTexturePool: pool not linked"); in R_FreeTexturePool()
716 Host_Error("R_Upload: out of memory"); in R_MakeResizeBufferBigger()
1072 Host_Error("R_LoadTexture: unknown texture type"); in R_SetupTexture()
1205 Host_Error("R_UpdateTexture: no texture supplied"); in R_UpdateTexture()
[all …]
H A Dcl_parse.c690 Host_Error("corrupt download message\n"); in QW_CL_ParseDownload()
748 Host_Error("Server sent too many model precaches"); in QW_CL_ParseModelList()
782 Host_Error("Server sent too many sound precaches"); in QW_CL_ParseSoundList()
1401 Host_Error("corrupt download message\n"); in CL_ParseDownload()
1722 Host_Error ("Server sent too many model precaches"); in CL_ParseServerInfo()
1734 Host_Error("Server sent too many sound precaches"); in CL_ParseServerInfo()
2114 Host_Error ("Too many static entities"); in CL_ParseStatic()
3441 Host_Error ("svc_updatestat: %i is invalid", i); in CL_ParseServerMessage()
3739 Host_Error("svc_setview >= MAX_EDICTS"); in CL_ParseServerMessage()
3899 Host_Error ("svc_updatestat: %i is invalid", i); in CL_ParseServerMessage()
[all …]
H A Dmodel_sprite.c78 Host_Error ("Mod_Sprite_SharedSetup: Invalid # of frames: %d", loadmodel->numframes); in Mod_Sprite_SharedSetup()
149 Host_Error("Mod_Sprite_SharedSetup: invalid interval"); in Mod_Sprite_SharedSetup()
289 Host_Error ("Mod_IDSP_Load: unexpected number of palette colors %i (should be 256)", i); in Mod_IDSP_Load()
335 Host_Error("Mod_IDSP_Load: unknown texFormat (%i, should be 0, 1, 2, or 3)", i); in Mod_IDSP_Load()
342Host_Error("Mod_IDSP_Load: %s has wrong version number (%i). Only %i (quake), %i (HalfLife), and %… in Mod_IDSP_Load()
374Host_Error("Mod_IDS2_Load: %s has wrong version number (%i should be 2 (quake 2)", loadmodel->name… in Mod_IDS2_Load()
378 Host_Error ("Mod_IDS2_Load: Invalid # of frames: %d", loadmodel->numframes); in Mod_IDS2_Load()
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_parse.c867 Host_Error ("Server sent too many sound_precache"); in CL_ParseSoundlist()
901 Host_Error ("Server sent too many model_precache"); in CL_ParseModellist()
1030 Host_Error ("CL_ParseStartSoundPacket: ent = %i", ent); in CL_ParseStartSoundPacket()
1132 Host_Error in CL_UpdateUserinfo()
1231 Host_Error ("CL_SetStat: %i is invalid", stat); in CL_SetStat()
1335 Host_Error ("CL_ParseServerMessage: Illegible server " in CL_ParseServerMessage()
1446 Host_Error ("svc_lightstyle > MAX_LIGHTSTYLES"); in CL_ParseServerMessage()
1472 Host_Error ("CL_ParseServerMessage: svc_updatefrags > " in CL_ParseServerMessage()
1597 Host_Error ("CL_ParseServerMessage: svc_updateping > " in CL_ParseServerMessage()
1606 Host_Error ("CL_ParseServerMessage: svc_updateentertime " in CL_ParseServerMessage()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmodel_sprite.c107 Host_Error ("Mod_Sprite_SharedSetup: Invalid # of frames: %d", loadmodel->numframes); in Mod_Sprite_SharedSetup()
178 Host_Error("Mod_Sprite_SharedSetup: invalid interval"); in Mod_Sprite_SharedSetup()
318 Host_Error ("Mod_IDSP_Load: unexpected number of palette colors %i (should be 256)", i); in Mod_IDSP_Load()
364 Host_Error("Mod_IDSP_Load: unknown texFormat (%i, should be 0, 1, 2, or 3)", i); in Mod_IDSP_Load()
371Host_Error("Mod_IDSP_Load: %s has wrong version number (%i). Only %i (quake), %i (HalfLife), and %… in Mod_IDSP_Load()
406Host_Error("Mod_IDS2_Load: %s has wrong version number (%i should be 2 (quake 2)", loadmodel->name… in Mod_IDS2_Load()
410 Host_Error ("Mod_IDS2_Load: Invalid # of frames: %d", loadmodel->numframes); in Mod_IDS2_Load()
/dports/games/darkplaces/darkplaces/
H A Dmodel_sprite.c107 Host_Error ("Mod_Sprite_SharedSetup: Invalid # of frames: %d", loadmodel->numframes); in Mod_Sprite_SharedSetup()
178 Host_Error("Mod_Sprite_SharedSetup: invalid interval"); in Mod_Sprite_SharedSetup()
318 Host_Error ("Mod_IDSP_Load: unexpected number of palette colors %i (should be 256)", i); in Mod_IDSP_Load()
364 Host_Error("Mod_IDSP_Load: unknown texFormat (%i, should be 0, 1, 2, or 3)", i); in Mod_IDSP_Load()
371Host_Error("Mod_IDSP_Load: %s has wrong version number (%i). Only %i (quake), %i (HalfLife), and %… in Mod_IDSP_Load()
406Host_Error("Mod_IDS2_Load: %s has wrong version number (%i should be 2 (quake 2)", loadmodel->name… in Mod_IDS2_Load()
410 Host_Error ("Mod_IDS2_Load: Invalid # of frames: %d", loadmodel->numframes); in Mod_IDS2_Load()

12345678910