[SOLVED] Auto-login problems - GMCP issue?

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

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by Vadi »

Then that's certainly not the issue you're experiencing.

Golem
Posts: 30
Joined: Thu Feb 07, 2013 6:46 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by Golem »

It does seem that the MAC version of mudlet-lua is a bit behind the curve ;)
Just replace the entire folder with the one found here https://github.com/Beliaar/mudlet-lua/a ... master.zip

bluebaleen
Posts: 48
Joined: Sun Feb 06, 2011 2:00 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by bluebaleen »

Golem wrote:It does seem that the MAC version of mudlet-lua is a bit behind the curve ;)
Just replace the entire folder with the one found here https://github.com/Beliaar/mudlet-lua/a ... master.zip
Thanks!

neutrino
Posts: 4
Joined: Sun Oct 27, 2013 3:54 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by neutrino »

I've replaced my entire mudlet-lua folder with the one in this git archive but I am still unable to auto-login to my mud... it tries to log in with username "[]myusername" as opposed to the expected "myusername"

Was there ever a definite solution to this? I'm on Mudlet 2.1 on macOSX

Thanks!

InsanityMG
Posts: 7
Joined: Tue Oct 29, 2013 1:11 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by InsanityMG »

I also have this problem on Linux Mint 15, when I type my name username it comes up []username. So I have to type my username twice. Thanks

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

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by Vadi »

neutrino wrote:I've replaced my entire mudlet-lua folder with the one in this git archive but I am still unable to auto-login to my mud... it tries to log in with username "[]myusername" as opposed to the expected "myusername"

Was there ever a definite solution to this? I'm on Mudlet 2.1 on macOSX

Thanks!
Are you certain you've replaced it? I'm not sure if that zip contains the fix, but the fix is definitely in the latest mudlet-lua already.

neutrino
Posts: 4
Joined: Sun Oct 27, 2013 3:54 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by neutrino »

Vadi --

Maybe I'm not understanding exactly what I need to do. Here's what I did.

git clone https://github.com/vadi2/mudlet-lua.git mudlet-lua

then, I replaced the folder Contents/Resources/mudlet-lua with the mudlet-lua that I just cloned from git.

Do I have to compile something? Or, re-opening mudlet should automatically source from the replaced folder?

Thanks!

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

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by Vadi »

Don't need to recompile anything, re-opening Mudlet will re-read the files. I don't quite remember where mudlet-lua is stored within the app package - if that is the single location, then that'd be it.

neutrino
Posts: 4
Joined: Sun Oct 27, 2013 3:54 pm

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by neutrino »

Re-opening mudlet doesn't seem to re-read the files. I've only got one mudlet install. Any tips on how to troubleshoot this? Is there somewhere I could put a print statement or something to test if the files are being read correctly?

Thx

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

Re: [SOLVED] Auto-login problems - GMCP issue?

Post by Heiko »

Mudlet-lua is located inside the app bundle. Just edit a file (note that not all files in mudlet-lua are actually being loaded!) and add some function definition of your own. Then call this function to see if it's defined or not.

Post Reply