This is the first version of the GUI for Midnight Sun 2
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.
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...
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...
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...
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...
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...
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.