Page 1 of 1

Fatal error (boost::filesystem::path:) this is over my head

Posted: 12 Apr 2006, 08:06
by duffus
I have posted this question in the mods section but i thought that maybe i should post here too. what i have done is created a mod that uses command centers as commanders and they can both create different races. it was the only way i could get it to work. i have been having trouble with units leaving the factories in that they get stuck. updated to the new version and now i get ..... ..... fatal error..... boost::filesystem::path:invalid name"command centers" in path. if i remove the command centers then it goes to my next ufo. which is the tll race and gives a simular error.

1 does anyone know how i can fix this in the new version which is my first choice.
2 or does anyone know how to fix the units stuck in factories if i go back to .067c

please no slaps asfar as balancing races, im tring to get one thing at a time.

Posted: 12 Apr 2006, 08:20
by Maelstrom
Post the mod file, people might be able to work it out from that.

Posted: 12 Apr 2006, 12:42
by Tobi
boost::path only allows POSIX-compliant paths. Space characters in paths aren't allowed by POSIX, so it's refused by boost. Change it to command_centers and it will probably work .

Posted: 13 Apr 2006, 00:49
by duffus
cool now thats what im talking about.. do you think ill have to cange it in all the ufos. heck ill do it anyway just to see if it will work. thanks bud ill give it a shot when i get home tonight.