Sorry Megiddo, I posted a bug report on Mantis about this before I noticed this thread.
I'm getting this error when I start my server, I just updated to the latest SVN:
Lua Error: addons\ulib\lua\ulib\modules\datastream.lua:67: 'for' initial value must be a number
for i=i, math.huge do
if debug.getupvalue( Hook, i ) == "_hooks" then
local dummy
dummy, _hooks = debug.getupvalue( Hook, i )
break
end
end
"i=i"? Is that a mistake?