I'm having the following error thrown when I try to start the game on a map:
startscripts/ordertroops.lua:20: '=' expected near 'f'
I'm new to the game, and I run linux, but I do not like the source version so I run it via wine. The error sounds like a compile error, I don't know if it's compiling or not, but it looks like one atleast. At line 20 of ordertroops.lua there is a bad assignment statement near an 'f', but I looked at the code and I didn't seen anything that looked peculiar. So that could be looking in the completely wrong direction, but either way any help would be appreciated.
startscripts/ordertroops.lua:20: '=' expected near 'f'
Moderator: Moderators
Try to convert startscripts/* to UNIX line endings.
On debian/ubuntu you can do this by installing the package "tofrodos" and running
in the correct directory.
On debian/ubuntu you can do this by installing the package "tofrodos" and running
Code: Select all
dos2unix startscripts/*
