View Single Post
  #8  
Old 02-20-2009, 10:51 AM
cubber
Discordant
 
Join Date: Apr 2006
Posts: 374
Default

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.
Reply With Quote