Mudlet 2.1

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

Re: Mudlet 2.1

Post by Heiko »

Delrayne wrote:Crashed mudlet 2.1 last night and earlier today. Last night I was copy/pasting from the buffer and it went into not responding mode. Had to force quit. Earlier today I was going through the buffer with a via the search box on the bottom right and it stopped responding forcing another quit. I've had the same issue with copy/paste on a previous version, though I can't duplicate at will. It just seems to happen at the most inopportune times. I run ubuntu 12.something can't remember. Let me know what all specifics you need, and I'll be sure to post them up.
Crashes on Linux are almost always related to broken compilers or broken qt libs. Go and get yourself properly compiled Qt libs (Qt SDK) for Linux.

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: Mudlet 2.1

Post by chris »

Also, if you can compile it from Qt Creator, the debug mode in there is great for catching bugs that are related to mudlet code versus things outside your control. If not, try running from gdb and posting that backtrace.

Delrayne
Posts: 159
Joined: Tue Jun 07, 2011 7:07 pm
Contact:

Re: Mudlet 2.1

Post by Delrayne »

Heiko wrote: Crashes on Linux are almost always related to broken compilers or broken qt libs. Go and get yourself properly compiled Qt libs (Qt SDK) for Linux.
Got qt SDK installed. Will I have to reinstall mudlet now?

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: Mudlet 2.1

Post by chris »

If you compiled mudlet, I would say yes. If you installed from something like apt-get, I have no idea.

Delrayne
Posts: 159
Joined: Tue Jun 07, 2011 7:07 pm
Contact:

Re: Mudlet 2.1

Post by Delrayne »

Installed via package manager.

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

Re: Mudlet 2.1

Post by Heiko »

You need to uninstall Mudlet and compile your own version against the sdk and run the newly compiled binary - or use windows :)

We had lots of these random ghost crash issues on Linux before. Compiling Mudlet yourself against the sdk fixes these issues.

Delrayne
Posts: 159
Joined: Tue Jun 07, 2011 7:07 pm
Contact:

Re: Mudlet 2.1

Post by Delrayne »

ah thanks

Barnabus
Posts: 12
Joined: Tue Dec 11, 2012 12:03 am

Re: Mudlet 2.1

Post by Barnabus »

There's a slight bug with MCCP code. If MCCP is turned on, then off, then on again, binary data is output to screen. The first toggle on and off work correctly.

As this is a new MCCP implementation on the server, I've tested in CMUD and tf, both work as expected.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet 2.1

Post by Vadi »

Thanks, we'll investigate

Silvine
Posts: 142
Joined: Sat Oct 23, 2010 2:36 pm

Re: Mudlet 2.1

Post by Silvine »

When I use Geyser mapper to display the map in I get a couple of issues.
Geyser.Container:new & Geyser.Mapper:new
1. If I try to move rooms the move command either does nothing or the rooms move in some random direction
2. The cursor is an I bar not the normal arrow.
If I comment out the geyser stuff, restart and use the default mapper everything is as it should be, but returns if I use geyser again. Maybe this is a geyser issue rather than a mudlet issue.

Post Reply