PDA

View Full Version : July 29 update problems



o0shadow0o
07-30-2002, 10:17 AM
I just downloaded the newest version of SEQ.
It compiles just fine. When I go to start SEQ it Seg Faults almost right away.

Is anyone else having any troubles with the new version?

I've gone back to the previous release until I can figure out what's up.

Dedpoet
07-30-2002, 11:02 AM
Works fine for me. Are you getting an error message, or just a seg fault? You can search these boards for "backtrace" and there is info on how to get a core backtrace. If you post that here, it could help.

Did you remember to do a "make install"?

o0shadow0o
07-30-2002, 11:26 AM
Yeah I did a make install. The compiling and installing when just fine but the problem came when SEQ starts. The only error it gave was that it couldn't find unknown.map so I copied a map to unknown.map and it loaded that map but still seg faulted after running for about 4 seconds. I'll look into doing a backtrace

Cleric
07-30-2002, 12:33 PM
For the latest patch you have to do a full recompile starting with the make -f Makefile.dist and so on.

o0shadow0o
07-30-2002, 09:12 PM
I allway delete everything and start from cratch when ever I upgrade 8)