As long as you build with RELEASE=0 on Windows, it should enable the code that dumps the crashlog. You're using MinGW/GCC, right?
Plagman, on Jan 11 2011, 09:04 PM, said:
Plagman, on Jan 11 2011, 09:04 PM, said:
Scrooge, on Jan 7 2011, 09:25 PM, said:
EDuke32 2.0.0devel 20100727 ... Uninitializing DirectInput... Executing "settings.cfg" Disabling desktop composition... Setting video mode 1280x800 (32-bit fullscreen) Enabling ATI FBO color attachment workaround. OpenGL Information: Version: 2.1.8545 Release Vendor: ATI Technologies Inc. Renderer: ATI MOBILITY RADEON X1900 ...... Version: 2.1.8545 Release Vendor: ATI Technologies Inc. Renderer: ATI MOBILITY RADEON X1900 Maximum anisotropy: 16.0 BGRA textures: supported Non-power-of-2 textures: supported Texure compression: supported Clamp-to-edge: supported Multisampling: not supported Nvidia multisample hint: not supported ARBfp fragment programs: supported Depth textures: supported Shadow textures: supported Frame Buffer Objects: supported Rectangle textures: supported Multitexturing: supported env_combine: supported Vertex Buffer Objects: supported Shader Model 4: not supported Occlusion queries: supported GLSL: supported
if (!Bstrncmp(glinfo.renderer,"Radeon X1", 9))
{
r_vbos = 0;
#ifdef POLYMER
pr_ati_nodepthoffset = 1;
initprintf("Enabling ATI R520 polygon offset workaround.\n");
#endif
}Enabling ATI FBO color attachment workaround. Enabling ATI R520 polygon offset workaround. OpenGL Information: Version: 2.1.8545 Release Vendor: ATI Technologies Inc. Renderer: Radeon X1900 MOBILITY
TX, on Jan 15 2011, 06:43 PM, said:
TX, on Jan 16 2011, 07:11 PM, said:
DanM, on Jan 16 2011, 06:09 PM, said:
This post has been edited by DeeperThought: 16 January 2011 - 06:25 PM
DeeperThought, on Jan 16 2011, 06:17 PM, said:
src/defs.c: In function ‘defsparser’: src/defs.c:1492: error: ‘PR_HIGHPALOOKUP_DATA_SIZE’ undeclared (first use in this function) src/defs.c:1492: error: (Each undeclared identifier is reported only once src/defs.c:1492: error: for each function it appears in.) src/defs.c:1510: error: ‘PR_HIGHPALOOKUP_DIM’ undeclared (first use in this function) src/defs.c:1524: error: implicit declaration of function ‘polymer_definehighpalookup’ Failed building ../eobj/defs.o from src/defs.c!
This post has been edited by DeeperThought: 20 January 2011 - 03:27 PM