.:: 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 > Bug Reports
Bug Reports Post any bug you experience with the latest release of this bot here

Closed Thread
 
Thread Tools
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#11)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 05-05-2004

no no hostages coz it happens on de_ maps too..it's the bots...

maybe the easiest way is to play 1v1 bots...and wait n watch the bots for the crash..

it may take a while but if it happens and u see the bot tha did it then maybe..we could home in on the prob...

or u could just demo the enitire games which would be easier i guess...


●_•
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#12)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 06-05-2004

you can't get a demo..
cuz when it crashes the demo file will be corrupt...
  
Update-Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#13)
Asurmen
Member
 
Asurmen's Avatar
 
Status: Offline
Posts: 37
Join Date: Mar 2004
Location: CraftWorld
Default Update-Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

Sup all. Back again with an Update.


I have done some testing and found out the problem at least on my machine.

THe latest PODBot MM works just fine if I don't load AMX or AMXX mod. This is as of the most recent Steam update. I'm loadig metamod from the lblist.gam file and I'm loading AMXX from the plugins.ini along with the podbot_mm.dll. This error seems to not be with metamod or podbot, but with AMXX mod and or AMX because as soon as I put back in the amxx_mm.dll in the plugins.ini I start getting the NUM_FOR_EDICT Error: Bad Pointer error. Also. that is does not happen at map change it will happen right in the middle of action and or game play. That's what I have say so far.

Until next time...Cheers!


-The needs of the many outweigh the needs of the few. -Spok Star Trek

-Go forth and kick ass soldiers! -Quake2
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#14)
>BKA< T Wrecks
Moderator [PBmm/Waypointing]& PODBot mm waypointer
 
>BKA< T Wrecks's Avatar
 
Status: Offline
Posts: 1,492
Join Date: Feb 2004
Location: C.C.A.A., Germania
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

Well, lucky guy if leaving out AMX fixed the problem for you. On my PC, I recently got one bad pointer error (the first one I had seen, but I don't run mapcyles, only occasional mapchanges when I'm testing waypoints, that's why), and I don't even have AMX.
My friend Robert also reported this error, and he doesn't have AMX or any other mods except for MM and the bot itself installed, either.



Roses are #FF0000, violets are #0000FF // all my base, are belong to you.

  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#15)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

Well I have done some things to try and fix this so lets hope it is fixed...
I can't test if it is fixed or not since I've only gotten this error once and have not been able to get it again...
I've made a lot of changes to the bot too..
Just waiting for some people to respond and hopefully it'll be out today.
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#16)
>BKA< T Wrecks
Moderator [PBmm/Waypointing]& PODBot mm waypointer
 
>BKA< T Wrecks's Avatar
 
Status: Offline
Posts: 1,492
Join Date: Feb 2004
Location: C.C.A.A., Germania
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

That's good news. As soon as it's out, I'll send it over to Robert so he can test it on his Linux DS - he had this error pretty often, so if he says he doesn't see it anymore I guess we can pretend it's fixed for good.



Roses are #FF0000, violets are #0000FF // all my base, are belong to you.

  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#17)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

as far as i know itz a problem with the bot...as one said mostly happens in intensene action ... so it's a problem with bot combat or movement.....i'm thinking something with combat....


●_•
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#18)
biohazerd87
Moderator by day Waypointer by night
 
biohazerd87's Avatar
 
Status: Offline
Posts: 1,039
Join Date: Apr 2004
Location: Missouri
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

Yes i also get this error Bad Pointer
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#19)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

well I have now added...
Code:
int pfnIndexOfEdict (const edict_t *pEdict)
{
   if (FNullEnt (pEdict))
      RETURN_META_VALUE (MRES_SUPERCEDE, NULL);

   RETURN_META_VALUE (MRES_IGNORED, NULL);
}
Hopefully this will solve everything
[edit]
btw, PMB whats going on?
still checking it out?
[/edit]

Last edited by sPlOrYgOn; 09-05-2004 at 23:24..
  
Re: Bug-NUM_FOR_EDICT Error: Bad Pointer
Old
  (#20)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Bug-NUM_FOR_EDICT Error: Bad Pointer - 09-05-2004

Yes I am. Sorry, I've been away the whole weekend. But I've just got your 2 PMs and I've downloaded the bot.

Hold on 2 seconds...



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Closed Thread


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

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