Search found 45 matches

by xabre
Mon Sep 15, 2014 10:45 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 138252

Re: Mudlet 3.0.0-alpha

Thank you, most appreciated. Will look into it.
by xabre
Mon Sep 15, 2014 1:16 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 138252

Re: Mudlet 3.0.0-alpha

Which would be the current source code repository? Last commit on Sourceforge (which is linked on the downloads page) was over a year ago. Launchpad doesn't have anything recent either. Generic installer for 3.0-alpha complains about missing libraries because not everything needed is packed, and if ...
by xabre
Mon Aug 25, 2014 6:11 pm
Forum: General Forum
Topic: Reformatting
Replies: 8
Views: 7528

Re: Reformatting

Word, as all text processors do, uses advanced text formatting by default. Instead you should use a good plain text editor. Simple Notepad can work for most needs, but I usually recommend Notepad++, it's free and has a lot more useful features.
by xabre
Tue Aug 19, 2014 12:14 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: creating an entirely new window?
Replies: 5
Views: 11613

Re: creating an entirely new window?

Am not sure if I understood what you mean, but might wanna take a look at openUserWindow(name) function. However, Geyser manual has a nice walkthrough on how to make a tabbed window, which I find a lot more useful.
by xabre
Tue Aug 05, 2014 2:36 am
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8844

Re: Generic Linux Installer not seeing file within its own f

No need to symlink libpcre, just install luazip5.1, lrexlib-pcre, lua51, lua51-filesystem, lua51-sql-sqlite, quazip, all are in official repoes or AUR. You can't use all libraries provided with generic installer (libyajl being the only exception) as they are compiled with older version of glibc than...
by xabre
Tue Aug 05, 2014 1:23 am
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8844

Re: Generic Linux Installer not seeing file within its own f

Well, give us some output for debbuging. As I told you, I'm running Arch and using generic installer. So, it does work.

Run it from terminal and let's see what it says.
by xabre
Fri Aug 01, 2014 11:48 pm
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8844

Re: Generic Linux Installer not seeing file within its own f

Since you wrote that you use Arch in other thread, here's what's causing the issue: generic installer is complied against yajl 1, while Arch uses yajl 2 for quite some time now. I solved it by symlinking libyajl.so.1 from mudlet's bin dir to /usr/lib. after that it works like a charm (just run ./mud...
by xabre
Fri Aug 01, 2014 11:42 pm
Forum: Help Forum
Topic: Lua, Mudlet and Arch Linux
Replies: 6
Views: 4876

Re: Lua, Mudlet and Arch Linux

There was as PKGBUILD in AUR comments for mudlet-git which uses the latest git sources. Have to note that for me it acted really strange (had missing half of the line when copying to minconsole and such). Also now that I know which distro are you using, I know why generic instaler won't work for you...
by xabre
Fri Aug 01, 2014 7:12 pm
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8844

Re: Generic Linux Installer not seeing file within its own f

What error does it give you when you try to start it from terminal?
by xabre
Thu Jul 31, 2014 8:19 pm
Forum: Help Forum
Topic: Generic Linux Installer not seeing file within its own folde
Replies: 12
Views: 8844

Re: Generic Linux Installer not seeing file within its own f

You should run ./run-mudlet.sh, not ./mudlet directly. First one adds libraries within Mudlet's folder to $PATH, second one tries to find those libraries within existing $PATH (which is usually looking for system libs which may or may not be there).