Page 1 of 1
trying to load an AI for Human
Posted: 13 Oct 2007, 05:25
by Smiff
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?)
Posted: 16 Oct 2007, 01:20
by Smiff
i think this may be when the human player isn't the first in the list.
anyone?
Posted: 16 Oct 2007, 02:14
by rattle
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...
Code: Select all
[PLAYER0]
{
name=YourNickHere;
Spectator=0;
team=1;
}
....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".
Posted: 16 Oct 2007, 10:29
by Smiff
thanks but this is a bug in SpringSP skirmish launcher then yes? I am more concerned with getting it fixed for other users than playing myself. who should I pass this on to please?
Posted: 16 Oct 2007, 12:59
by rattle
Posted: 17 Oct 2007, 00:41
by Smiff
thanks, have posted there
Posted: 18 Oct 2007, 04:27
by Android_X
Are you using version 0.9?
If you are, could you post the contents of your script.txt after the bug occurs(if you can still get it to happen)?
That would help me reproduce and fix the bug.