Skip to content

Troubleshooting

Adam Heinermann edited this page Sep 17, 2022 · 6 revisions

Fatal Error: C1047

This is caused when compiling with an incompatible version of Visual C++. Using Microsoft Visual Studio Express 2013 for Windows Desktop will solve the issue. See this article for details.

If you wish to use a different compiler, then due to compatibility issues involved with public tournament submissions, it is strongly recommended that you refer to the tutorial on using other compilers for an AI module (NOT YET WRITTEN).

Error: This application has failed to start ... problem. (14001)

If you only wish to run BWAPI in RELEASE mode, then simply ignore this error. All required RELEASE runtime files are included with the BWAPI installer.

If you wish to run the DEBUG version, then you must install Microsoft Visual Studio Express 2013 for Windows Desktop.