Page 1 of 1

SVN 401: Error on database.lua

Posted: Thu Nov 12, 2009 7:35 am
by sphere83
Dear admins,

I've updated to the latest version of RomBot and have the following issue:

/rom/database.lua attempt to call global 'cprintf_ex' (a nil value).

coding problem or my old profile is not working anymore?

Cheers.

Re: SVN 401: Error on database.lua

Posted: Thu Nov 12, 2009 1:56 pm
by droppen
please post the line number.

Re: SVN 401: Error on database.lua

Posted: Thu Nov 12, 2009 5:34 pm
by sphere83
droppen wrote:please post the line number.
ah sorry it was line 121 :D

Re: SVN 401: Error on database.lua

Posted: Thu Nov 12, 2009 5:46 pm
by Administrator
Are you sure you've got the latest version? I just checked database.lua:121 and it uses cprintf(), not cprintf_ex(). You could either delete the file and try updating again, or edit the file to use cprintf() instead of cprintf_ex(), or download MicroMacro 1.0 beta 7.

Re: SVN 401: Error on database.lua

Posted: Thu Nov 12, 2009 6:44 pm
by sphere83
Administrator wrote:Are you sure you've got the latest version? I just checked database.lua:121 and it uses cprintf(), not cprintf_ex(). You could either delete the file and try updating again, or edit the file to use cprintf() instead of cprintf_ex(), or download MicroMacro 1.0 beta 7.
It's working perfectly noW! Thanks Admins :)

Cheers.