I am running a ubuntu 10.04 server 32 bit. I download the precompiled packages from the MTA wiki, and placed the resources and configs. I run ./mta-server, and i get segmentation fault. I run through gdb, and i get
Program received signal SIGSEGV, Segmentation fault.
0x006655da in CRegistryManager::CloseRegistry(CRegistry*) () from /var/www/mtaserver/mta/mods/deathmatch/deathmatch.so
also, i do backtrace in gdb and i get
(gdb) bt
#0 0x006655da in CRegistryManager::CloseRegistry(CRegistry*) () from /var/www/mtaserver/mta/mods/deathmatch/deathmatch.so
#1 0x0061cd13 in CGame::~CGame() () from /var/www/mtaserver/mta/mods/deathmatch/deathmatch.so
#2 0x005dd25c in CServer::ServerShutdown() () from /var/www/mtaserver/mta/mods/deathmatch/deathmatch.so
#3 0x0046c5b9 in CModManagerImpl::Unload() () from ./core.so
#4 0x0046ca98 in CModManagerImpl::Load(char const*, int, char**) () from ./core.so
#5 0x0046de69 in CServerImpl::Run(int, char**) () from ./core.so
#6 0x0046e5ce in Run () from ./core.so
#7 0x08048cc7 in main ()
what is going wrong?