lua-users home
lua-l archive

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


You nailed it:

h:\Program Files\Lua\5.1\lua.exe: CLRPackage.lua:15: module 'luanet' not found:
        no field package.preload['luanet']
        no file 'luanet.lua'
        no file '.\luanet.lua'
        no file 'h:\Program Files\Lua\5.1\lua\luanet.lua'
        no file 'h:\Program Files\Lua\5.1\lua\luanet\init.lua'
        no file 'h:\Program Files\Lua\5.1\luanet.lua'
        no file 'h:\Program Files\Lua\5.1\luanet\init.lua'
        no file 'luanet.lua'
        no file 'H:\Program Files\Lua\5.1\lualibs\luanet.lua'
        no file 'H:\Program Files\Lua\5.1\lualibs\luanet\init.lua'
        no file '.\luanet.dll'
        no file 'h:\Program Files\Lua\5.1\luanet.dll'
        no file 'h:\Program Files\Lua\5.1\loadall.dll'
        no file 'luanet.dll'
        no file 'H:\Program Files\Lua\5.1\clibs\luanet.dll'
        no file 'H:\Program Files\Lua\5.1\clibs\loadall.dll'
        no file 'H:\Program Files\Lua\5.1\clibs\luanet51.dll'

On Fri, Aug 1, 2008 at 2:48 AM, Steve Donovan <steve.j.donovan@gmail.com> wrote:
Any error messages, or did it fail silently?  If so, then run lconsole.wlua from a command prompt using lua.exe, then you'll see actual error messages ;)  I really should do something about the 'silent error' thing!

Things to check out for:
- is CRForm.lua, CLRPackage.lua in lualibs?
- is luanet.dll, LuaInterface.dll in clibs?

steve d.

----- Original Message ----- From: Mike Crowe
To: Lua list
Sent: Thursday, July 31, 2008 3:33 PM
Subject: Re: New version of lconsole available



Hey folks,

I gave a very cursory effort to trying to run this with the new Lua for Windows system (http://luaforwindows.luaforge.net/).  Seems like we are missing something to run this?  Or did I just botch it?

Mike


On Thu, Jul 31, 2008 at 9:08 AM, steve donovan <steve.j.donovan@gmail.com> wrote:

On Thu, Jul 31, 2008 at 2:53 PM, Andrew Wilson <agrwagrw@gmail.com> wrote:
My default browser was IE and it was real slow to startup, on the
order of tens of seconds maybe even a minute. AGRW


That is odd behaviour! IE is usually quick!  lconsole is doing a
Process.Start(), effectively a call to ShellExecute().  Is it quick if
IE is already open?

steve d.