Brett, if you were paying attention to our bug tracker, mentioned in our bug thread
here, mentioned in the FacePunch release
here , and our News release for for ULX 3
here at our forums, you might have pulled the proverbial thumb away from the anal cavity and discovered that, as expected, discussed, and 95% confirmed, it's NOT ULX/Ulysses Team's fault.
And in case you're still sitting on that thumb, Megiddo's direct quote, which you may or may not find useful is as follows.
0000077)
Megiddo
01-16-07 21:37
Okay, as far as this error:
LS: Error: ULib/shared/messages.lua:26: attempt to index local 'ply' (a boolean value)
It's from some mod (still haven't found which) assigning a value to the variable _, which I *thought* was supposed to always stay nil. To fix in the mean time, you can just use "lua_run _ = nil".