It goes a bit beyond the scope of what we can offer here, to tease out of you every last bit of information, to assist in such crashes.
Quote:
... i was in the academy trying to get the doll ...
What doll? I haven't played SWRIP myself, so I have no idea what this refers to.
Quote:
... i had a crash ...
What sort of crash? What was the error message?
Quote:
... im not getting anything in gdb ...
Not getting anything? Did you run it under gdb? Did you reproduce the crash? If so, did you see any useful error messages? When I ran under gdb I saw something along these lines:
$ gdb ../bin/swrip.exe
GNU gdb 6.5.50.20060706-cvs (cygwin-special)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run
Starting program: /home/Owner/swrip200_modified/bin/swrip.exe
Loaded symbols for /cygdrive/c/WINDOWS/system32/ntdll.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/kernel32.dll
Loaded symbols for /usr/bin/cygwin1.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/advapi32.dll
Loaded symbols for /cygdrive/c/WINDOWS/system32/rpcrt4.dll
Loaded symbols for /usr/bin/cygz.dll
Fri Nov 2 10:42:42 2007 :: PID: 2576
Fri Nov 2 10:42:42 2007 :: Booting Database
... rest of booting messages ...
You really need to try to help yourself. A message like "I got a crash, please help" is so vague we can't actually help you at all.
I want to point out that these code bases are not professionally supported. The coders of them have tailored them to suit themselves, and they have very kindly made them publicly available. The general idea is that, if you want to run one yourself, you should have some basic programming and Unix knowledge. Otherwise you are going to get very frustrated.
|