Linux generic installers test

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Linux generic installers test

Post by tsuujin »

Ok, I've confirmed that my main toolbar disappearing issue was caused by failing to set the option to show it.

Perhaps defaulting it to "yes"?

Jeisis
Posts: 11
Joined: Tue Mar 09, 2010 10:43 pm

Re: Linux generic installers test

Post by Jeisis »

I downloaded the mudlet-1.0.6-linux-x64-installer.bin file, and did

Code: Select all

chmod 755 mudlet-1.0.6-linux-x64-installer.bin
on the Desktop, where I downloaded it to, and got no notification.

When I went to run it, I got
[INFO] LuaGlobal.lua restored successfully
Lua error:[string "require "rex_pcre""]:1: module 'rex_pcre' not found:
no field package.preload['rex_pcre']
no file './rex_pcre.lua'
no file '/usr/local/share/lua/5.1/rex_pcre.lua'
no file '/usr/local/share/lua/5.1/rex_pcre/init.lua'
no file '/usr/local/lib/lua/5.1/rex_pcre.lua'
no file '/usr/local/lib/lua/5.1/rex_pcre/init.lua'
no file '/usr/share/lua/5.1/rex_pcre.lua'
no file '/usr/share/lua/5.1/rex_pcre/init.lua'
no file './rex_pcre.so'
no file '/usr/local/lib/lua/5.1/rex_pcre.so'
no file '/usr/lib/lua/5.1/rex_pcre.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
[INFO] LuaGlobal.lua loaded successfully.
[INFO] looking up the IP address of server:achaea.com:23 ...
[INFO] The IP address of achaea.com has been found. It is: 64.127.116.163
[INFO] trying to connect to 64.127.116.163:23 ...
[INFO] A connection has been established successfully.
I had Mudlet on before, and when I went to auto-update it, it did something and started giving me the above. I figured reinstalling it through chmod would work, but for some reason it didn't.
Also, Mudlet still says it is Mudlet 1.0.5.

hempa
Posts: 48
Joined: Sat Jan 02, 2010 1:07 pm

Re: Linux generic installers test

Post by hempa »

Doing chmod on the file will only change it so that it is an executable file. Using a console, go to the directory where you have the file and do: ./mudlet-1.0.6-linux-x64-installer.bin

This will start the installer. It is highly advisable that you remove your previous installation first, so you don't run into conflicts. Once the installer is completed, make sure you remove any old links from your desktop and start via the new desktop shortcut from the updated version.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Linux generic installers test

Post by Heiko »

Mudlet-1.1.0 will be released tomorrow. I'd wait for that instead of using the test release.

Jeisis
Posts: 11
Joined: Tue Mar 09, 2010 10:43 pm

Re: Linux generic installers test

Post by Jeisis »

Ah, thank you very much.

Post Reply