I am having an error with making a lua extension. The error is reproducible with the following below. What is happening?
Log entry:
lua warning: Error loading script c:\uniquevlcpath\vlc\lua\extensions\test.lua: c:\uniquevlcpath\vlc\lua\extensions\test.lua:1: attempt to index global 'vlc' (a nil value)
test.lua contains a single line:
vlc.msg.dbg("Welcome")