Home
last modified time | relevance | path

Searched refs:Sys_Error (Results 1 – 25 of 119) sorted by relevance

12345

/external/quake/quake/src/QW/client/
Dzone.c104 Sys_Error ("Z_Free: NULL pointer"); in Z_Free()
108 Sys_Error ("Z_Free: freed a pointer without ZONEID"); in Z_Free()
110 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
149 Sys_Error ("Z_Malloc: failed on allocation of %i bytes",size); in Z_Malloc()
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag"); in Z_TagMalloc()
256 Sys_Error ("Z_CheckHeap: block size does not touch the next block\n"); in Z_CheckHeap()
258 Sys_Error ("Z_CheckHeap: next block doesn't have proper back link\n"); in Z_CheckHeap()
260 Sys_Error ("Z_CheckHeap: two consecutive free blocks\n"); in Z_CheckHeap()
300 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Check()
302 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
[all …]
Dsys_win.c146 Sys_Error("Protection change failed\n"); in Sys_MakeCodeWriteable()
171 Sys_Error ("QWCL is already running on this system"); in Sys_Init()
186 Sys_Error ("No hardware timer available"); in Sys_Init()
214 Sys_Error ("Couldn't get OS info"); in Sys_Init()
219 Sys_Error ("QuakeWorld requires at least Win95 or NT 4.0"); in Sys_Init()
229 void Sys_Error (char *error, ...) in Sys_Error() function
410 Sys_Error ("Error getting # of console events"); in Sys_ConsoleInput()
416 Sys_Error ("Error reading console input"); in Sys_ConsoleInput()
419 Sys_Error ("Couldn't read console input"); in Sys_ConsoleInput()
573 Sys_Error ("Couldn't determine current directory"); in WinMain()
[all …]
Dmodel.c70 Sys_Error ("Mod_Extradata: caching failed"); in Mod_Extradata()
86 Sys_Error ("Mod_PointInLeaf: bad model"); in Mod_PointInLeaf()
188 Sys_Error ("Mod_ForName: NULL name"); in Mod_FindName()
200 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
268 Sys_Error ("Mod_NumForName: %s not found", mod->name); in Mod_LoadModel()
370 Sys_Error ("Texture %s is not 16 aligned", mt->name); in Mod_LoadTextures()
421 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
449 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
458 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
470 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
[all …]
Dvid_x.c185 Sys_Error("This death brought to you by the number %d\n", signal_num); in TragicDeath()
242 Sys_Error ("Not enough memory for video mode\n"); in ResetFrameBuffer()
264 Sys_Error("VID: XCreateImage failed\n"); in ResetFrameBuffer()
297 Sys_Error ("Not enough memory for video mode\n"); in ResetSharedFrameBuffers()
332 Sys_Error("VID: Window must use at least %d bytes\n", minsize); in ResetSharedFrameBuffers()
337 Sys_Error("VID: Could not get any shared memory\n"); in ResetSharedFrameBuffers()
351 Sys_Error("VID: XShmAttach() failed\n"); in ResetSharedFrameBuffers()
393 Sys_Error("VID: Could not open display [%s]\n", in VID_Init()
396 Sys_Error("VID: Could not open local display\n"); in VID_Init()
418 Sys_Error("VID: -winsize <width> <height>\n"); in VID_Init()
[all …]
Dgl_model.c72 Sys_Error ("Mod_Extradata: caching failed"); in Mod_Extradata()
88 Sys_Error ("Mod_PointInLeaf: bad model"); in Mod_PointInLeaf()
190 Sys_Error ("Mod_ForName: NULL name"); in Mod_FindName()
202 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
270 Sys_Error ("Mod_NumForName: %s not found", mod->name); in Mod_LoadModel()
372 Sys_Error ("Texture %s is not 16 aligned", mt->name); in Mod_LoadTextures()
430 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
458 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
467 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
479 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
[all …]
Dnet_wins.c147 Sys_Error ("NET_IsClientLegal: socket:", strerror(errno)); in NET_IsClientLegal()
189 Sys_Error ("NET_GetPacket: %s", strerror(errno)); in NET_GetPacket()
239 Sys_Error ("UDP_OpenSocket: socket:", strerror(errno)); in UDP_OpenSocket()
242 Sys_Error ("UDP_OpenSocket: ioctl FIONBIO:", strerror(errno)); in UDP_OpenSocket()
258 Sys_Error ("UDP_OpenSocket: bind: %s", strerror(errno)); in UDP_OpenSocket()
276 Sys_Error ("NET_Init: getsockname:", strerror(errno)); in NET_GetLocalAddress()
297 Sys_Error ("Winsock initialization failed."); in NET_Init()
Dwad.c77 Sys_Error ("W_LoadWadFile: couldn't load %s", filename); in W_LoadWadFile()
85 Sys_Error ("Wad file %s doesn't have WAD2 id\n",filename); in W_LoadWadFile()
121 Sys_Error ("W_GetLumpinfo: %s not found", name); in W_GetLumpinfo()
139 Sys_Error ("W_GetLumpNum: bad number: %i", num); in W_GetLumpNum()
Dnet_udp.c171 Sys_Error ("NET_IsClientLegal: socket:", strerror(errno)); in NET_IsClientLegal()
243 Sys_Error ("UDP_OpenSocket: socket:", strerror(errno)); in UDP_OpenSocket()
245 Sys_Error ("UDP_OpenSocket: ioctl FIONBIO:", strerror(errno)); in UDP_OpenSocket()
259 Sys_Error ("UDP_OpenSocket: bind: %s", strerror(errno)); in UDP_OpenSocket()
277 Sys_Error ("NET_Init: getsockname:", strerror(errno)); in NET_GetLocalAddress()
Dsys_linux.c115 Sys_Error("memory overwrite in Sys_Printf"); in Sys_Printf()
141 void Sys_Error (char *error, ...) in Sys_Error() function
205 Sys_Error ("Error fstating %s", path); in Sys_FileOpenRead()
220 Sys_Error ("Error opening %s: %s", path,strerror(errno)); in Sys_FileOpenWrite()
425 Sys_Error("Protection change failed\n"); in Sys_MakeCodeWriteable()
Dgl_vidnt.c247 Sys_Error ("Couldn't create DIB window"); in VID_SetWindowedMode()
300 Sys_Error ("Couldn't set fullscreen DIB mode"); in VID_SetFullDIBMode()
338 Sys_Error ("Couldn't create DIB window"); in VID_SetFullDIBMode()
384 Sys_Error ("Bad video mode\n"); in VID_SetMode()
422 Sys_Error ("VID_SetMode: Bad mode type in modelist"); in VID_SetMode()
434 Sys_Error ("Couldn't set video mode"); in VID_SetMode()
523 Sys_Error ("Couldn't load opengl32.dll\n"); in CheckTextureExtensions()
528 Sys_Error ("No texture objects!"); in CheckTextureExtensions()
536 Sys_Error ("GetProcAddress for BindTextureEXT failed"); in CheckTextureExtensions()
557 Sys_Error ("GetProcAddress for vertex extension failed"); in CheckArrayExtensions()
[all …]
/external/quake/quake/src/WinQuake/
Dzone.cpp104 Sys_Error ("Z_Free: NULL pointer"); in Z_Free()
108 Sys_Error ("Z_Free: freed a pointer without ZONEID"); in Z_Free()
110 Sys_Error ("Z_Free: freed a freed pointer"); in Z_Free()
149 Sys_Error ("Z_Malloc: failed on allocation of %i bytes",size); in Z_Malloc()
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag"); in Z_TagMalloc()
256 Sys_Error ("Z_CheckHeap: block size does not touch the next block\n"); in Z_CheckHeap()
258 Sys_Error ("Z_CheckHeap: next block doesn't have proper back link\n"); in Z_CheckHeap()
260 Sys_Error ("Z_CheckHeap: two consecutive free blocks\n"); in Z_CheckHeap()
300 Sys_Error ("Hunk_Check: trahsed sentinal"); in Hunk_Check()
302 Sys_Error ("Hunk_Check: bad size"); in Hunk_Check()
[all …]
Dnet_vcr.cpp61 Sys_Error ("=== END OF PLAYBACK===\n"); in VCR_ReadNext()
64 Sys_Error ("VCR_ReadNext: bad op"); in VCR_ReadNext()
88 Sys_Error ("VCR missmatch"); in VCR_GetMessage()
111 Sys_Error ("VCR missmatch"); in VCR_SendMessage()
126 Sys_Error ("VCR missmatch"); in VCR_CanSendMessage()
157 Sys_Error ("VCR missmatch"); in VCR_CheckNewConnections()
Dsys_win.cpp107 Sys_Error ("out of handles"); in findhandle()
175 Sys_Error ("Error opening %s: %s", path,strerror(errno)); in Sys_FileOpenWrite()
269 Sys_Error("Protection change failed\n"); in Sys_MakeCodeWriteable()
308 Sys_Error ("No hardware timer available"); in Sys_Init()
331 Sys_Error ("Couldn't get OS info"); in Sys_Init()
336 Sys_Error ("WinQuake requires at least Win95 or NT 4.0"); in Sys_Init()
346 void Sys_Error (char *error, ...) in Sys_Error() function
571 Sys_Error ("Error getting # of console events"); in Sys_ConsoleInput()
577 Sys_Error ("Error reading console input"); in Sys_ConsoleInput()
580 Sys_Error ("Couldn't read console input"); in Sys_ConsoleInput()
[all …]
Dmodel.cpp75 Sys_Error ("Mod_Extradata: caching failed"); in Mod_Extradata()
91 Sys_Error ("Mod_PointInLeaf: bad model"); in Mod_PointInLeaf()
193 Sys_Error ("Mod_ForName: NULL name"); in Mod_FindName()
219 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
286 Sys_Error ("Mod_NumForName: %s not found", mod->name); in Mod_LoadModel()
388 Sys_Error ("Texture %s is not 16 aligned", mt->name); in Mod_LoadTextures()
439 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
467 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
476 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
488 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
[all …]
Dgl_model.cpp72 Sys_Error ("Mod_Extradata: caching failed"); in Mod_Extradata()
88 Sys_Error ("Mod_PointInLeaf: bad model"); in Mod_PointInLeaf()
190 Sys_Error ("Mod_ForName: NULL name"); in Mod_FindName()
202 Sys_Error ("mod_numknown == MAX_MOD_KNOWN"); in Mod_FindName()
270 Sys_Error ("Mod_NumForName: %s not found", mod->name); in Mod_LoadModel()
372 Sys_Error ("Texture %s is not 16 aligned", mt->name); in Mod_LoadTextures()
430 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
458 Sys_Error ("Bad animating texture %s", tx->name); in Mod_LoadTextures()
467 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
479 Sys_Error ("Missing frame %i of %s",j, tx->name); in Mod_LoadTextures()
[all …]
Dvid_sunxil.cpp278 Sys_Error("This death brought to you by the number %d\n", signal_num); in TragicDeath()
399 Sys_Error("VID_Init: pipe"); in VID_Init()
425 Sys_Error("VID: Could not open display [%s]\n", in VID_Init()
428 Sys_Error("VID: Could not open local display\n"); in VID_Init()
454 Sys_Error("VID: -winsize <width> <height>\n"); in VID_Init()
458 Sys_Error("VID: Bad window width/height\n"); in VID_Init()
468 Sys_Error("VID: -visualid <id#>\n"); in VID_Init()
492 Sys_Error("VID: Bad visual id %d\n", template.visualid); in VID_Init()
494 Sys_Error("VID: No visuals at depth %d\n", template.depth); in VID_Init()
621 Sys_Error("xil_open failed\n"); in VID_Init()
[all …]
Dvid_x.cpp264 Sys_Error("This death brought to you by the number %d\n", signal_num); in TragicDeath()
321 Sys_Error ("Not enough memory for video mode\n"); in ResetFrameBuffer()
343 Sys_Error("VID: XCreateImage failed\n"); in ResetFrameBuffer()
376 Sys_Error ("Not enough memory for video mode\n"); in ResetSharedFrameBuffers()
411 Sys_Error("VID: Window must use at least %d bytes\n", minsize); in ResetSharedFrameBuffers()
416 Sys_Error("VID: Could not get any shared memory\n"); in ResetSharedFrameBuffers()
430 Sys_Error("VID: XShmAttach() failed\n"); in ResetSharedFrameBuffers()
470 Sys_Error("VID: Could not open display [%s]\n", in VID_Init()
473 Sys_Error("VID: Could not open local display\n"); in VID_Init()
495 Sys_Error("VID: -winsize <width> <height>\n"); in VID_Init()
[all …]
Dwad.cpp77 Sys_Error ("W_LoadWadFile: couldn't load %s", filename); in W_LoadWadFile()
85 Sys_Error ("Wad file %s doesn't have WAD2 id\n",filename); in W_LoadWadFile()
121 Sys_Error ("W_GetLumpinfo: %s not found", name); in W_GetLumpinfo()
139 Sys_Error ("W_GetLumpNum: bad number: %i", num); in W_GetLumpNum()
Dpr_edict.cpp105 Sys_Error ("ED_Alloc: no free edicts"); in ED_Alloc()
661 Sys_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseGlobals()
668 Sys_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseGlobals()
671 Sys_Error ("ED_ParseEntity: closing brace without data"); in ED_ParseGlobals()
824 Sys_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseEdict()
853 Sys_Error ("ED_ParseEntity: EOF without closing brace"); in ED_ParseEdict()
856 Sys_Error ("ED_ParseEntity: closing brace without data"); in ED_ParseEdict()
923 Sys_Error ("ED_LoadFromFile: found %s when expecting {",com_token); in ED_LoadFromFile()
997 Sys_Error ("PR_LoadProgs: couldn't load progs.dat"); in PR_LoadProgs()
1008 Sys_Error ("progs.dat has wrong version number (%i should be %i)", progs->version, PROG_VERSION); in PR_LoadProgs()
[all …]
Dhost.cpp104 Sys_Error ("Host_EndGame: %s\n",string); // dedicated servers exit in Host_EndGame()
128 Sys_Error ("Host_Error: recursively entered"); in Host_Error()
142 Sys_Error ("Host_Error: %s\n",string); // dedicated servers exit in Host_Error()
181 Sys_Error ("Only one of -dedicated or -listen can be specified"); in Host_FindMaxClients()
780 Sys_Error("No other parameters allowed with -playback\n"); in Host_InitVCR()
784 Sys_Error("playback file not found\n"); in Host_InitVCR()
788 Sys_Error("Invalid signature in vcr file\n"); in Host_InitVCR()
849Sys_Error ("Only %4.1f megs of memory available, can't execute game", parms->memsize / (float)0x10… in Host_Init()
880 Sys_Error ("Couldn't load gfx/palette.lmp"); in Host_Init()
883 Sys_Error ("Couldn't load gfx/colormap.lmp"); in Host_Init()
Dsys_sun.cpp65 Sys_Error ("out of handles"); in findhandle()
124 Sys_Error ("Error opening %s: %s", path,strerror(errno)); in Sys_FileOpenWrite()
170 Sys_Error( "Attempted to write to read-only file %d!\n", handle ); in Sys_FileWrite()
216 Sys_Error("Protection change failed\n"); in Sys_MakeCodeWriteable()
221 void Sys_Error (char *error, ...) in Sys_Error() function
Dd_surf.cpp63 Sys_Error ("D_CheckCacheGuard: failed"); in D_CheckCacheGuard()
136 Sys_Error ("D_SCAlloc: bad cache width %d\n", width); in D_SCAlloc()
139 Sys_Error ("D_SCAlloc: bad cache size %d\n", size); in D_SCAlloc()
144 Sys_Error ("D_SCAlloc: %i > cache size",size); in D_SCAlloc()
168 Sys_Error ("D_SCAlloc: hit the end of memory"); in D_SCAlloc()
Dsys_dos.cpp96 Sys_Error ("System stack overflow!");
228 Sys_Error ("Lock of current memory at 0x%lx for %ldKb failed!\n", in dos_getmaxlockedmem()
328 Sys_Error ("Can't lock memory; %d Mb lockable RAM required. " in dos_getmaxlockedmem()
606 void Sys_Error (char *error, ...) in Sys_Error() function
633 Sys_Error ("Error fstating %s", path); in Sys_FileOpenRead()
648 Sys_Error ("Error opening %s: %s", path,strerror(errno)); in Sys_FileOpenWrite()
825 Sys_Error ("Couldn't lock text and data"); in Sys_PageInProgram()
910 dos_error_func = Sys_Error; in main()
Dgl_vidnt.cpp247 Sys_Error ("Couldn't create DIB window"); in VID_SetWindowedMode()
300 Sys_Error ("Couldn't set fullscreen DIB mode"); in VID_SetFullDIBMode()
338 Sys_Error ("Couldn't create DIB window"); in VID_SetFullDIBMode()
384 Sys_Error ("Bad video mode\n"); in VID_SetMode()
422 Sys_Error ("VID_SetMode: Bad mode type in modelist"); in VID_SetMode()
434 Sys_Error ("Couldn't set video mode"); in VID_SetMode()
523 Sys_Error ("Couldn't load opengl32.dll\n"); in CheckTextureExtensions()
528 Sys_Error ("No texture objects!"); in CheckTextureExtensions()
536 Sys_Error ("GetProcAddress for BindTextureEXT failed"); in CheckTextureExtensions()
557 Sys_Error ("GetProcAddress for vertex extension failed"); in CheckArrayExtensions()
[all …]
/external/quake/quake/src/QW/server/
Dsys_unix.c78 Sys_Error ("mkdir %s: %s",path, strerror(errno)); in Sys_mkdir()
109 void Sys_Error (char *error, ...) in Sys_Error() function
138 Sys_Error("memory overwrite in Sys_Printf"); in Sys_Printf()
236 Sys_Error("Can't allocate %ld\n", parms.memsize); in main()

12345