[bf1942] v1.3 problem

Ryan C. Gordon icculus at clutteredmind.org
Mon Feb 10 22:09:48 EST 2003


> Before I go into gathering (useless) data from my system, can you give
> me some things you really want to know?
> I never ran a battlefield server on this machine before, only the
> SpearheaD server from Ryan.

Backtraces are generally useful...run this before the game:

ulimit -c unlimited

When it crashes, it'll leave a "core" file ("core.processnumber" or just
plain "core" or something). Run that in gdb:

gdb ./bf1942_lnxded core.xxxx

When gdb gets to it's command prompt, type "bt".

That should produce a couple lines of data. Send me those lines.

Thanks,
--ryan.






More information about the Bf1942 mailing list