control.lua attempts to Require("Names") but the actual "names.lua" file is all lower case.
A quick change to the control.lua to use Require("names") solves the issue.
Hell, how did I miss that? Are you running Linux? That might explain why it didn't happen for me. Thanks for letting me know though, I'll fix it when I get home from work.