Search found 7 matches

by beren
Thu Jan 16, 2014 7:51 pm
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 459622

Re: Whats Your Gui Look like?

This is the first version of the GUI for Midnight Sun 2

Image

Still working on including a bit more info like guild effects, guild specific bars as well as a map.
Will update when more features are included and I do more work with the graphics.
by beren
Sat Dec 28, 2013 12:30 pm
Forum: Help Forum
Topic: Fedora 20 problems
Replies: 10
Views: 7795

Re: Fedora 20 problems

It seems that the Segmentation Fault was caused by the libpthread.so.0 lib that was included in the mudlet bin directory. remove that and Mudlet runs without problems. That said it is a pity that there is not a proper Fedora RPM for such a great client. Just to get things clear to get mudlet to comp...
by beren
Sat Dec 28, 2013 10:58 am
Forum: Help Forum
Topic: Fedora 20 problems
Replies: 10
Views: 7795

Re: Fedora 20 problems

The installer does NOT crash. The installation completes without a problem. The crashes started when I updated from FC19 to FC20. Mudlet was already installed on FC19 and was working without any problems. I just tried doing a clean install as a 'Hail Mary' Btw if you can provide with your src.pro fi...
by beren
Sat Dec 28, 2013 10:41 am
Forum: Help Forum
Topic: Fedora 20 problems
Replies: 10
Views: 7795

Re: Fedora 20 problems

The installer does not crash and everything is installed fine. I did remove libc for the mudlet directory (had to do that in FC19 as well) but as soon as I run mudlet I get a segmentation fault. I can send you the core dump if you so want. As for lua5.2 and compiling from source The problem seems to...
by beren
Fri Dec 27, 2013 5:56 pm
Forum: Help Forum
Topic: Fedora 20 problems
Replies: 10
Views: 7795

Re: Fedora 20 problems

Well to be frank I am hoping for devs to take a look into it for 2 reasons. 1. Fedora is usually on the cutting edge of nightly builds but sooner rather than later most systems will move to lua5.2. Installing lua5.1 is not really an option since it will most likely mess too many things with the rest...
by beren
Fri Dec 27, 2013 7:42 am
Forum: Help Forum
Topic: Fedora 20 problems
Replies: 10
Views: 7795

Fedora 20 problems

Mudlet (installed using the default linux installer) crashes immediately with a segmentation fault in Fedora 20. I attempted to compile it from source (using Qt-Creator) but FC20 uses lua5.2 and it has certain incompatibilities with lua5.1 which mudlet is using atm so it was not possible. The code w...
by beren
Thu Dec 12, 2013 7:00 pm
Forum: Help Forum
Topic: Label scroll bars
Replies: 1
Views: 2166

Label scroll bars

Is it possible for a label to have scroll bars ?

I am building a GUI for our MUd and I want to display the player inventory that can become rather large.
I could have used a miniConsole but unfortunately the text formatting options are extremely limited so I would
rather use a label.