Page 1 of 1

Lua Error

Posted: 11 Apr 2007, 14:14
by DZHIBRISH
runnig lobby and spring in wine under the ubuntu linux.
when i try to lay a game online it gives me the following messgae:
startscripts\aistartscripts.lua:19:function arguments expected ner`.'

hmm

Posted: 11 Apr 2007, 14:15
by DZHIBRISH
near*

Posted: 11 Apr 2007, 14:23
by Tobi
Go to the folder which contains the startscripts folder, and type:

Code: Select all

dos2unix startscripts/*
If you do not have dos2unix program, install it by installing the "tofrodos" package (on debian / ubuntu) from synaptic / aptitude / adept / apt-get.

EDIT: btw you can edit your own posts on this forum :-)

Problem solved

Posted: 11 Apr 2007, 14:46
by DZHIBRISH
Thx