Error - messages

Post Reply
Entchen
Posts: 5
Joined: Fri Oct 16, 2015 9:43 am

Error - messages

Post by Entchen »

Hello,

if i want to connect tu one mud there are following ERROR - nothifications. :( Why?



[ OK ] - Lua module rex_pcre loaded
[ ERROR ] cannot find Lua module zipLua error:[string "require "zip""]:1: module 'zip' not found:
no field package.preload['zip']
no file './zip.lua'
no file '/usr/local/share/lua/5.1/zip.lua'
no file '/usr/local/share/lua/5.1/zip/init.lua'
no file '/usr/local/lib/lua/5.1/zip.lua'
no file '/usr/local/lib/lua/5.1/zip/init.lua'
no file '/usr/share/lua/5.1/zip.lua'
no file '/usr/share/lua/5.1/zip/init.lua'
no file './zip.so'
no file '/usr/local/lib/lua/5.1/zip.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/zip.so'
no file '/usr/lib/lua/5.1/zip.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
[ ERROR ] cannot find Lua module lfs (Lua File System).Lua error:[string "require "zip""]:1: module
'zip' not found:
no field package.preload['zip']
no file './zip.lua'
no file '/usr/local/share/lua/5.1/zip.lua'
no file '/usr/local/share/lua/5.1/zip/init.lua'
no file '/usr/local/lib/lua/5.1/zip.lua'
no file '/usr/local/lib/lua/5.1/zip/init.lua'
no file '/usr/share/lua/5.1/zip.lua'
no file '/usr/share/lua/5.1/zip/init.lua'
no file './zip.so'
no file '/usr/local/lib/lua/5.1/zip.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/zip.so'
no file '/usr/lib/lua/5.1/zip.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
[ OK ] - Lua module sqlite3 loaded
[ OK ] - mudlet-lua API & Geyser Layout manager loaded.

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Error - messages

Post by SlySven »

This means that you do not have a couple of lua "packages" installed in your system, the one that handles "zip" files and (possibly) the one that provided "Lua Filehandling Systems" a.k.a. LFS. The "no file 'something'" lines are the paths and names of the things that Mudlet thinks the items could be called (and where it will be) for ALL operating systems (so some can't possibly be right for YOUR case, whatever YOU are using) - it just uses the same for everyone.

For a linux system you probably need to install something like "lua-zip" and "lua-filesystem" packages - if you are on some other weird OS - please tell us and we can give you more specific advice. :)

Entchen
Posts: 5
Joined: Fri Oct 16, 2015 9:43 am

Re: Error - messages

Post by Entchen »

Thank you very much!

I use Linux Mint, after i installed lua-zip and lua-filesystem the error messenges are gone! Yippie! :D

But if i push the Manual Button there ist still on Error-Message:

Error when getting information for file '/usr/games/Mudlet_API_Reference_HTML.html': No such file or directory.

:?:
:( Could you explain me how i can fix this?

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Error - messages

Post by SlySven »

Er, some 2.x versions have the help button wired up to open a locally stored HTML page on your system's web browser - unfortunately the name was a bit mangled so it was changed to open "http://wiki.mudlet.org/w/Manual:Contents" instead - that would be the best place to go. Alternatively you can find the original file here which you could download and place in your /usr/games directory so that the button does what it was supposed to... :oops:

Post Reply