Page 2 of 2

Re: Linux generic installers test

Posted: Sat Mar 06, 2010 7:30 pm
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"?

Re: Linux generic installers test

Posted: Tue Mar 09, 2010 10:48 pm
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.

Re: Linux generic installers test

Posted: Tue Mar 09, 2010 11:59 pm
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.

Re: Linux generic installers test

Posted: Wed Mar 10, 2010 12:11 am
by Heiko
Mudlet-1.1.0 will be released tomorrow. I'd wait for that instead of using the test release.

Re: Linux generic installers test

Posted: Wed Mar 10, 2010 4:13 am
by Jeisis
Ah, thank you very much.