Page 2 of 2

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

Posted: Wed Feb 13, 2013 8:44 pm
by Vadi
Then that's certainly not the issue you're experiencing.

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

Posted: Wed Feb 13, 2013 8:58 pm
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

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

Posted: Wed Feb 13, 2013 9:17 pm
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!

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

Posted: Tue Oct 29, 2013 4:10 pm
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!

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

Posted: Wed Oct 30, 2013 12:20 am
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

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

Posted: Wed Oct 30, 2013 8:27 am
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.

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

Posted: Wed Oct 30, 2013 4:30 pm
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!

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

Posted: Wed Oct 30, 2013 7:46 pm
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.

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

Posted: Thu Oct 31, 2013 12:37 am
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

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

Posted: Thu Oct 31, 2013 10:26 am
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.