Il giorno gio, 12/05/2011 alle 08.52 +1000, Craig Small ha scritto: > On Wed, May 11, 2011 at 07:08:18PM +0200, Claudio Giordano wrote: > > After selecting a profile, mudlet report the following errors: > Are they the only errors you are seeing? Yes, they are the only errors.
> I would of thought patch luaglobal_path also references that directory. > I'll have a closer look but if you can let me know if you are only > getting those files with problems or there are more that would help. > > Those files are loaded by /usr/share/games/mudlet/lua/LuaGlobal.lua > which has the directory defined in that file as LUA_DIR on line 5. the include's path is correct because because changing /usr/share/games/mudlet/lua/LuaGlobal.lua from: for _, package in ipairs(packages) do local result = pcall(dofile, LUA_DIR .. package) or echo("Error attempting to load file: " .. package .. "\n") end to: for _, package in ipairs(packages) do local result = pcall(dofile, LUA_DIR .. package) or echo("Error attempting to load file: ".. LUA_DIR .. package .. "\n") end shows that: Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserSetConstraints.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserContainer.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserWindow.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserLabel.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserGauge.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserMiniConsole.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserMapper.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserHBox.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserVBox.lua Error attempting to load file: /usr/share/games/mudlet/lua/geyser/GeyserTests.lua Error attempting to load file: /usr/share/games/mudlet/lua/GUIUtils.lua [INFO] found Lua module rex_pcre [INFO] found Lua module luasql.sqlite3 [INFO] LuaGlobal.lua loaded successfully. [INFO] looking up the IP address of server:rdamud.afraid.org:4000 ... [INFO] The IP address of rdamud.afraid.org has been found. It is: 87.16.51.136 [INFO] trying to connect to 87.16.51.136:4000 ... [INFO] A connection has been established successfully. but the files are present in the folder. Thanks. -- Claudio Giordano -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org