AvSelect.cpp

06/23/2018 09:58 afmart#1
As anyone ever seen this crash code and know how to deal with it?
im messing around with a smartcast code to try improve a generic pve combat bot it looks to run fine but sometime i get this crash code, not sure if its something to do with losing a target while casting a skill

Code:
*--> Crash <--*
Assertion: 
AvSelect.cpp(419)
App: Gw.exe
ProgramId: 1
Build: 36755
When: 6/23/2018 08:42:47
Flags: 0
06/30/2018 16:21 3vangelist#2
Quote:
Originally Posted by afmart View Post
As anyone ever seen this crash code and know how to deal with it?
im messing around with a smartcast code to try improve a generic pve combat bot it looks to run fine but sometime i get this crash code, not sure if its something to do with losing a target while casting a skill

Code:
*--> Crash <--*
Assertion: 
AvSelect.cpp(419)
App: Gw.exe
ProgramId: 1
Build: 36755
When: 6/23/2018 08:42:47
Flags: 0
Havent taken a look at the smartcast code in a while, but if it uses ChangeTarget() it could be an invalid agentid being passed? you could call a quick GetAgentExists() to work around the problem if this turns out to be the issue.