Re: [r1249] Release compile of zdoom doesn't run
Posted: Sun Oct 05, 2008 1:14 pm
Those valgrind warnings are gone.
Just this one remaining that ZDoom seems to be responsible for
Gibbing still doesn't work, though (I was about to post in that topic that it affects 32-bit Gentoo, too, before I started with Valgrind here).

Code: Select all
==17488== Use of uninitialised value of size 4
==17488== at 0x826DC9E: R_InitSpriteDefs() (r_things.cpp:371)
==17488== by 0x826DF8D: R_InitSprites() (r_things.cpp:889)
==17488== by 0x82159B7: P_Init() (p_setup.cpp:3605)
==17488== by 0x815D1AB: D_DoomMain() (d_main.cpp:2587)
==17488== by 0x812C992: main (i_main.cpp:272)