.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Server crash on map change (I've search about this) Need help.
Old
  (#1)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Server crash on map change (I've search about this) Need help. - 14-05-2009

Hi!
I'm running PodBots on Linux server with AMXX 1.8.1 the latest and podbots the latest version.
All running good without any errors, but why server crashed on map change?
Crash when I'm using podbots.
And I'm new here, I've searched about this ,but found nothing that would help to me

Last edited by xbatista; 14-05-2009 at 22:09..
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#2)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Re: Server crash on map change (I've search about this) - 15-05-2009

Here some screenies on Windows.
BTW thats not problem in fakemeta.
Attached Thumbnails
Click image for larger version

Name:	error.jpg
Views:	364
Size:	88.0 KB
ID:	1249  
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#3)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Server crash on map change (I've search about this) - 19-05-2009

Even if it crashes only with bots, it clearly says it crashes in fakemeta module. Try to use other bots to see if the crash happens, too. I mean You should use other metamod bots for tests - like yapb or epodbot. CZERO bots aren't metamod bots, so if the test with them passes OK, it really says nothing, because they are working different way. In my opinion some specific function in fakemeta (I cannot say which one) probably doesn't support bots, so that's why it crashes. You will see that after making more tests with other bots.
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#4)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Re: Server crash on map change (I've search about this) - 21-05-2009

Okey thanks, but those bots what you are suggested to use it's just an additional plug-in for PODBOTSMM Or it's a new bots?
P.S. Not CZERO,cstrike I'm using

And where find YAPB linux file dll?
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Server crash on map change (I've search about this) - 22-05-2009

Quote:
Originally Posted by xbatista View Post
Okey thanks, but those bots what you are suggested to use it's just an additional plug-in for PODBOTSMM Or it's a new bots?
P.S. Not CZERO,cstrike I'm using

And where find YAPB linux file dll?
They are different bots. Try to look somewhere here.
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#6)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Re: Server crash on map change (I've search about this) - 22-05-2009

Yea I look,but LINKS are dead.
And KWo can you make maybe in new version,more support for AMXX? for all modules
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#7)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Re: Server crash on map change (I've search about this) - 23-05-2009

Okey can this crash server?
PHP Code:
public respawn_player(id)
{
    
// Disconnected, already spawned, or switched to Spectator
    
if (!is_user_connected(id) || is_user_alive(id) )
        return;
    

    
// Try to spawn the player setting the appropiate dead flag and forcing a think
    
set_pev(idpev_deadflagDEAD_RESPAWNABLE)
    
dllfunc(DLLFunc_Thinkid)

    
// Fix for CZ Bots: DLLFunc_Think won't work on them,
    // but DLLFunc_Spawn does the job without any bugs.
    // (for some reason I'm not suprised...)
    
if (is_user_bot(id) && pev(idpev_deadflag) == DEAD_RESPAWNABLE)
    {
        
dllfunc(DLLFunc_Spawnid)
    }

  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#8)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Server crash on map change (I've search about this) - 23-05-2009

I can't answer that until I'll check it my-self. But since I don't have time to test it, I would suggest to ask that question on AMX X forum.
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#9)
xbatista
Member
 
Status: Offline
Posts: 11
Join Date: May 2009
Default Re: Server crash on map change (I've search about this) - 24-05-2009

KWo YPB bots have linux file? .so? I seen in package only .dll :/
  
Reply With Quote
Re: Server crash on map change (I've search about this)
Old
  (#10)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Server crash on map change (I've search about this) - 25-05-2009

It should have also a i386.so binary...
Did You try this location?
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com