OpenXcom Forum

OpenXcom => Troubleshooting => Topic started by: Acid on September 10, 2014, 02:29:05 pm

Title: yaml-cpp error
Post by: Acid on September 10, 2014, 02:29:05 pm
How should you fix the error "illegal tab when looking for indentation" ?
Title: Re: yaml-cpp error
Post by: kkmic on September 10, 2014, 02:44:06 pm
Probably you have used tabs instead of spaces in indentation, or the other way around.

Check the original file indentations and your editor settings.
Title: Re: yaml-cpp error
Post by: Acid on September 10, 2014, 03:44:30 pm
Ok, I think Iv fixed my initial problem. What does 'bad conversion' mean ?
Title: Re: yaml-cpp error
Post by: kkmic on September 10, 2014, 05:07:38 pm
Hard to say by looking at the string out of context.

Have you saved your rulesets using the UTF-8 encoding?
Title: Re: yaml-cpp error
Post by: Acid on September 10, 2014, 06:29:54 pm
I found the problem. The game doesnt always update changes correctly.

I was trying to rearrange the alien loadouts for each ship/mission. This was alot of modified content. I had to reset my options, defaulting everything back to normal, then change back to the way it was before it would accept my new changes.