Error Log in Mudlet

Post Reply
Mortil
Posts: 1
Joined: Fri Dec 16, 2011 1:23 am

Error Log in Mudlet

Post by Mortil »

I recieve the following errors when I boot up mudlet. I am running ubuntu 10.10 and used the package repository to install it. Using Mudlet 2.0 test4 10-25-11

[ 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/share/luajit-2.0.0-beta4/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/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/lua/5.1/zip.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/usr/lib/lua/5.1/zip.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/zip.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/share/luajit-2.0.0-beta4/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/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/lua/5.1/zip.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file '/usr/lib/lua/5.1/zip.so'
no file '/usr/lib/x86_64-linux-gnu/lua/5.1/zip.so'
[ OK ] - Lua module sqlite3 loaded
[ OK ] - mudlet-lua API & Geyser Layout manager loaded.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Error Log in Mudlet

Post by Vadi »

Install liblua5.1-zip0 and liblua5.1-filesystem0

JohnnyTheBrave
Posts: 1
Joined: Sat Feb 04, 2012 10:36 pm

Re: Error Log in Mudlet

Post by JohnnyTheBrave »

Thank you so much. This fixed my error messages. I don't know if it was hindering any functions but either way, thanks for making my life that much less annoying!

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Error Log in Mudlet

Post by azure_glass »

Hi ! I have the same problem. But i cant find those files in ubuntu app center (whatever it is called)

I'm total newbie.
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Error Log in Mudlet

Post by Vadi »

Which Ubuntu version?

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Error Log in Mudlet

Post by azure_glass »

Ubuntu 14.04 (polish remix) and Mudlet 2.1

Code: [show] | [select all] lua
[ 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'
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

User avatar
Gilmo
Posts: 25
Joined: Fri Feb 11, 2011 11:43 am

Re: Error Log in Mudlet

Post by Gilmo »

I think those package are named something like liblua5.1-<module>.
Try apt-get?

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Error Log in Mudlet

Post by azure_glass »

No idea ... Still not working.
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Error Log in Mudlet

Post by Vadi »

In 14.04, they are called lua-zip and lua-filesystem.

azure_glass
Posts: 97
Joined: Wed Jul 25, 2012 12:35 pm

Re: Error Log in Mudlet

Post by azure_glass »

Solved!!

Thanks!!
English is not my native language. If you don't understand what im writing ask. :)
Ubuntu 17.04, Mudlet 3.1

Post Reply