Ok I think I found my problem. I was able to die properly and actually zone after dying, then I was able to retrieve my corpse!
Seems the emulator does not like to be compiled with the following CFLAGS changes to each makefile:
-fomit-frame-pointer -fforce-addr
I was using these in my make files along with -march=athlon-xp
Once I removed the -fomit-frame-pointer and -fforce-addr and recompiled with out bots enabled all worked properlly. Gonna recompile now with bots enabled and see what happens.
Should I just be changing the march= in the make files or are there other safe optimizations I can use?
I have tried adding -O2 to each one or changing the ones that are -O to -O2 with out issues.
|