mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01011
Re: [Bug 495741] Re: LuaGlobal.lua not found - won't start after updating
OK, the problem is related to new qt versions on both windows + linux.
So far I thought it's a windows only issue.
I'll make a new commit later that will fix the issue.
Goose wrote:
> No idea how it would be done on Windows. I'm using Archlinux - don't
> know what's relevant, but either way everything worked fine until I
> pulled some updates today.
>
> local/qt 4.5.3-3
> local/gcc 4.4.2-3
> local/glibc 2.11-1
> local/lua 5.1.4-4
>
>
--
LuaGlobal.lua not found - won't start after updating
https://bugs.launchpad.net/bugs/495741
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: New
Bug description:
After updating mudlet (a few minutes before posting this) from git and remaking, Mudlet won't start but hangs at the splash with "LUA_ERROR: Lua error:cannot open /home/username/.config/mudlet/LuaGlobal.lua: File not found". Here's a copy/paste snippet:
[rh@clodius src]$ mudlet
deleting old manual< "/home/rh/.config/mudlet/mudlet_documentation.html" >
Debug: deleting old manual< "/home/rh/.config/mudlet/mudlet_documentation.html" >
OK deleted file
Debug: OK deleted file
LUA_ERROR: Lua error:cannot open /home/rh/.config/mudlet/LuaGlobal.lua: Filen eller katalogen finns inte
Debug: LUA_ERROR: Lua error:cannot open /home/rh/.config/mudlet/LuaGlobal.lua: Filen eller katalogen finns inte
^C
[rh@clodius src]$ cp /usr/share/mudlet/LuaGlobal.lua ~/.config/mudlet/
[rh@clodius src]$ mudlet
deleting old manual< "/home/rh/.config/mudlet/mudlet_documentation.html" >
Debug: deleting old manual< "/home/rh/.config/mudlet/mudlet_documentation.html" >
OK deleted file
Debug: OK deleted file
LUA_ERROR: Lua error:cannot open /home/rh/.config/mudlet/LuaGlobal.lua: Filen eller katalogen finns inte
Debug: LUA_ERROR: Lua error:cannot open /home/rh/.config/mudlet/LuaGlobal.lua: Filen eller katalogen finns inte
^C
[rh@clodius src]$
References