.:: 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 > Sandbot
Sandbot A bot for Gunman Chronicles and They Hunger - by tschumann

Reply
 
Thread Tools
Re: progress
Old
  (#141)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: progress - 22-04-2018

Nothing much its just they don't seem to combat at the best it can at bot_skill 1, unlike the other HL1 bots I've used...





vBulletin Webmaster since 2001
  
Reply With Quote
Re: progress
Old
  (#142)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,618
Join Date: Jul 2004
Location: Bulgaria
Default Re: progress - 23-04-2018

E[POD]Bot is working fine with Metamod and Singleplayer. You can check there.

Last edited by The Storm; 24-04-2018 at 23:32..
  
Reply With Quote
Re: progress
Old
  (#143)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: progress - 24-04-2018

I just had this crash from your latest SB 0.4.2 build:-

Code:
../common/singleprocesspipe_any.cpp (200) : Assertion Failed: m_Peeked.second == false || m_nEventCount > 0

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0xf1a58b40 (LWP 14229)]
0xf2e87a0a in ?? () from ./steamclient.so
(gdb) bt
#0  0xf2e87a0a in ?? () from ./steamclient.so
#1  0xf256f900 in ?? () from ./steamclient.so
#2  0xf2569c78 in ?? () from ./steamclient.so
#3  0xf255ffac in ?? () from ./steamclient.so
#4  0xf25626aa in ?? () from ./steamclient.so
#5  0xf2563536 in ?? () from ./steamclient.so
#6  0xf2e8f420 in ?? () from ./steamclient.so
#7  0xf2e8e09b in ?? () from ./steamclient.so
#8  0xf2e8e25d in ?? () from ./steamclient.so
#9  0xf2e90b63 in ?? () from ./steamclient.so
#10 0xf7e9af72 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#11 0xf7dd143e in clone () from /lib/i386-linux-gnu/libc.so.6
(gdb)





vBulletin Webmaster since 2001
  
Reply With Quote
Re: progress
Old
  (#144)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 26-04-2018

Quote:
Originally Posted by RoboCop View Post
Nothing much its just they don't seem to combat at the best it can at bot_skill 1, unlike the other HL1 bots I've used...
Hm, coincidentally I just tidied up the bot_skill code and noticed that bot_skill 1 wasn't using the top level of accuracy available.

Quote:
Originally Posted by The Storm View Post
E[POD]Bot is working fine with Metamod and Singleplayer. You can check there.
Thanks I'll check it out, though I thought E[POD]Bot was for Counter-Strike and not for any single player game.

Quote:
Originally Posted by RoboCop View Post
I just had this crash from your latest SB 0.4.2 build:-

Code:
../common/singleprocesspipe_any.cpp (200) : Assertion Failed: m_Peeked.second == false || m_nEventCount > 0

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 0xf1a58b40 (LWP 14229)]
0xf2e87a0a in ?? () from ./steamclient.so
(gdb) bt
#0  0xf2e87a0a in ?? () from ./steamclient.so
#1  0xf256f900 in ?? () from ./steamclient.so
#2  0xf2569c78 in ?? () from ./steamclient.so
#3  0xf255ffac in ?? () from ./steamclient.so
#4  0xf25626aa in ?? () from ./steamclient.so
#5  0xf2563536 in ?? () from ./steamclient.so
#6  0xf2e8f420 in ?? () from ./steamclient.so
#7  0xf2e8e09b in ?? () from ./steamclient.so
#8  0xf2e8e25d in ?? () from ./steamclient.so
#9  0xf2e90b63 in ?? () from ./steamclient.so
#10 0xf7e9af72 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#11 0xf7dd143e in clone () from /lib/i386-linux-gnu/libc.so.6
(gdb)
Hm, not sure what's going on here but it looks like a crash is Steam? Do you have a debugger attached?
  
Reply With Quote
Re: progress
Old
  (#145)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: progress - 26-04-2018

Well I don't know if you can do this but is it possible for you to compile a Debug build of Sandbot in order to see the specific details and key cpp files triggering the crash?

As for EPB I did recompile that build couple years ago but didn't do any significant changes.

https://apg-clan.org/vbdownloads.php...ownloadid=1003





vBulletin Webmaster since 2001
  
Reply With Quote
Re: progress
Old
  (#146)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 28-04-2018

Quote:
Originally Posted by RoboCop View Post
Well I don't know if you can do this but is it possible for you to compile a Debug build of Sandbot in order to see the specific details and key cpp files triggering the crash?

As for EPB I did recompile that build couple years ago but didn't do any significant changes.

https://apg-clan.org/vbdownloads.php...ownloadid=1003
You can run make symbols and you'll get a debug sandbot.so (or at least it still has symbols in it).
But the stack-strace looks like a problem with Steam - when does it happen? It looks like something is spawning a process (the clone at the top) and I guess either the parent or child process is crashing for some reason.
  
Reply With Quote
Re: progress
Old
  (#147)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 17-08-2018

It's been a little while but I'm still working on it.
The other day someone reported that savegames in single player are blank and I'm working on a fix for that.
I also want to get Opposing Force Capture Point mode working but haven't had a whole lot of time to take a close look at that.
  
Reply With Quote
Re: progress
Old
  (#148)
Persephone
Member
 
Status: Offline
Posts: 74
Join Date: Mar 2014
Location: Indonesia
Default Re: progress - 18-08-2018

I'm glad if this bot is still being worked 😄

Let me know if you have any updates
  
Reply With Quote
Re: progress
Old
  (#149)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 23-09-2018

Finally sorted out my MetaMod issues - seems like using the raw cvar_t doesn't work in MetaMod for some reason, but directly querying the engine does.
  
Reply With Quote
Re: progress
Old
  (#150)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 09-12-2018

It's been quiet but mainly because I've been working hard on another project (https://www.moddb.com/mods/sandpit).
I want to get Opposing Force Capture Point working and release that soon.
  
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