lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I have tested to interpret my lua-bytecode directly with
> 
>             Lua lua = new Lua();
>             lua.DoFile("lua_Bytecode.lbc");
> 
> But it doesn't works.
> It seems the Lua interface ist searching for a file names 
> "E:/webtempfiles/ea26708a-aa85-4b45-acd7-3519bbc9c253/Der verschwundene 
> Geocacher-new.enc"

I ran your file in the standard interpreter and I got an error from require,
saying that the Wherigo module was not found. What error message do you get?