sometimes starting a skirmish via SpringSP, on game start Spring crashes with:
Failed to Load AI lib
AI\Bot-libs\Human
what's weird is other times on same settings it will work, so i cant give reliable replication instructions sorry.
obviously, it should not be trying to load an Ai lib for a human player! (but in SpringSP or Spring?)
trying to load an AI for Human
Moderator: Moderators
The start script (.\Spring\script.txt) is broken. You can either delete it and have SpringSP generate a new one or simply fix it yourself with a text editor.
Look for...
....then look up your team, TEAM1 in this case, and remove the "AIDLL=AI\Bot-libs\Human" line from it. Now run spring directly with script.txt as parameter, i.e. "spring.exe script.txt".
Look for...
Code: Select all
[PLAYER0]
{
name=YourNickHere;
Spectator=0;
team=1;
}