Open GoogleCodeExporter opened 8 years ago
Follow up: I've been testing it a bit more, and it seems that this only happens
with Melee or Free For All, while Top Vs Bottom and map settings for Allied
maps are fine.
Original comment by MechPla...@gmail.com
on 25 Feb 2014 at 12:53
That sounds like the crash is happening in the C++ code, specifically, in the
section:
while (!Broodwar->isInGame()) {
BWAPI::BWAPIClient.update();
if (Broodwar == NULL) {
return;
}
}
This may be a more general problem in BWAPI - BWAPI definitely has some issues
using multi-instance in certain configurations. Often for AI-vs AI it is
recommended to use a VM. Maybe ask about this on the BWAPI forums/facebook/IRC
and see if the problem is common to BWAPI (and please report back with
findings)?
Original comment by phogle...@gmail.com
on 25 Feb 2014 at 11:01
Original issue reported on code.google.com by
MechPla...@gmail.com
on 24 Feb 2014 at 4:04