Nostrademous / Dota2-FullOverwrite

Work in progress for a full-overwrite Dota 2 bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash

Nostrademous opened this issue · comments

We crash the game at times.... I have no idea where or why.... it sucks hunting these bugs.

No errors are emitted.

Looks like it is in the jungling mode code

can you provide a crash dump?

when did you notice this crash for the first time?

hm... won't let me insert a .zip here (even though it claims that's allowed)

hm... hadn't had a crash in the last 4 play-throughs

can't get the debugger to work on my laptop right now. I'll try againg on the weekend (tell me if it crashes again)

i only saw somethin in the file
Unknown Ability Target Flag Value: DOTA_UNIT_TARGET_FLAG_NOT_ATTACK_IMMUNE!
not sure if related

It crashed again twice since

I believe the bug is tied to using items that are in backpack rather than main inventory.

okay, I reverted back my repo to an old revision and bringing in back the changes to see what broke it...

so far it looks like a change in one of the modes (fight, defendlane, roam, evasion or pushlane)

is there anything i can do to make a crash more likely?

it's in fight or pushlane, most likely fight.

I mean, it happens for me almost every match. I just run a match with debugger attached (to capture the crash) at host_timescale 10.0

ok, crash happened (freeze rather)

so the freeze is b/c of pushlane I believe
the crash is b/c of fight/jungle - just found a bug in jungle mode

just pushed a fix for the jungling crash

  • running game #3 right now without any freeze/crash

sigh, another crash still.....

Ugh... still have a crash at times. Not sure what is causing it.

okay, i think I figured it out

Pushed a change that hopefully fixes all the crashes and freezes. Wasn't even our fault.

Omg.... shoot me, it is still happening