Hi there, hopefully it is okay to be asking about BWTA on here since it is commonly used in conjunction with BWAPI.
I am having a lot of issues getting BWTA setup. Particularly when I try to create a new thread to analyze the map. I have found that with some smaller maps, when I put analyze() in my onStart() function, it pauses for a few seconds but finishes the analysis and continues to run and creates the data file in the data folder of my project. However, when I try to use this data to determine base locations, it returns none. And even worse, when I try to draw the map data, my program crashes.
I've been looking at so many examples of other people using the same exact code and I cannot find my issue.