RaphaelRoyerRivard / MicroMachine

Starcraft 2 Bot
MIT License
15 stars 0 forks source link

Crash against worker rush #1434

Closed RaphaelRoyerRivard closed 3 years ago

RaphaelRoyerRivard commented 3 years ago

https://aiarena.net/matches/560685/ The problem happened when our Reaper was trying to kill the enemy Nexus while the enemy Probes were in our base. I don't understand why the error happened, but we should be able to avoid it by keeping our Reaper at home until we aren't worker rushed anymore.


/home/bot_player1/MicroMachine(_Z7handleri+0xbb)[0x55e096c3069b]
/lib/x86_64-linux-gnu/libc.so.6(+0x37840)[0x7f6431785840]
/home/bot_player1/MicroMachine(_ZN4Util6DistSqERKN3sc27Point2DES3_+0x9)[0x55e096c0f409]
/home/bot_player1/MicroMachine(_ZN10WorkerData24sendIdleWorkerToIdleSpotERK4Unitb+0xe4)[0x55e096c21714]
/home/bot_player1/MicroMachine(_ZN10WorkerData26sendIdleWorkerToMiningSpotERK4Unitb+0xf8)[0x55e096c21848]
/home/bot_player1/MicroMachine(_ZN13WorkerManager17handleIdleWorkersEv+0x927)[0x55e096c26ea7]
/home/bot_player1/MicroMachine(_ZN13WorkerManager7onFrameEb+0x21d)[0x55e096c2e61d]
/home/bot_player1/MicroMachine(_ZN5CCBot6OnStepEv+0x432)[0x55e096b4ff12]
/home/bot_player1/MicroMachine(_ZN3sc210ControlImp11IssueEventsERKSt6vectorImSaImEE+0x1b7)[0x55e096c97209]
/home/bot_player1/MicroMachine(+0x5ffcc4)[0x55e096ccccc4]
/home/bot_player1/MicroMachine(_ZN3sc214CoordinatorImp10StepAgentsEv+0x14b)[0x55e096ccd919]
/home/bot_player1/MicroMachine(_ZN3sc211Coordinator6UpdateEv+0x69)[0x55e096ccfae7]
/home/bot_player1/MicroMachine(main+0x1388)[0x55e096afef68]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb)[0x7f643177209b]
/home/bot_player1/MicroMachine(_start+0x2a)[0x55e096b0346a]
Segmentation fault