View Full Version : Password issues
drew555
18th December 2009, 17:51
Hi folks.
I'm having issues...
I keep getting an incorrect password error message when I start lapper... but the passwords match.
Is there something else that may cause the same error?
The password I use to set up the server (via 'start new host') is exactly the same as the one in LFSLapper.lpr and default_1.ini - and 8 characters long.
I'm not using the dedicated server and lapper version 5.8.4.1
Here's extracts from the files...
LFSLapper.lpr
#################
#General options#
#################
$Password = "password"; # Put in the admin password used on the LFS Server
$StoredValueDbs = "storedvalue"; # Name of the database in which additional values are stored
default_1.ini
$password = "password";
$configFile = "LFSLapper.lpr";
$superUsersFile = "superusers.txt";
Thank you :D
Heiko1
18th December 2009, 17:53
password = the default one set by lapper so it cant be used :P
try to use anotherone then it should work
drew555
18th December 2009, 18:05
Changed the password to poobag, and I'm still getting this in LFS:
InSim : password does not match your multiplayer admin password
And this in the Lapper command line window:
Lapper instance abort. Look at log file :./Testserver/logs/127.0.0.1-29999-ERR.log
Contents of 127.0.0.1-29999-ERR.log:
-----------------------------------------------------------------------------
12/18/2009 6:03:11 PM
Lapper Instance 127.0.0.1/29999 abort!
Object reference not set to an instance of an object.
LFSLapper
at InSim.CodePage.GetString(Byte[] pack, Int32 offset, Int32 len) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\Commun\CodePage.cs:line 176
at InSim.Decoder.pakGetString(Byte[] pak, Int32 first, Int32 len) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\InSim4.cs:line 781
at InSim.Decoder.VER..ctor(Byte[] packet) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\InSim4.cs:line 835
at InSim.Connect.insimConnectTCP(String host, Int32 port, String adminPassword, String mode, String nameApp, Boolean isLocal) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\InSim4.cs:line 310
at InSim.Connect.insimConnect(String host, Int32 port, String adminPassword, String mode, String nameApp, Boolean isLocal, Boolean TCPmode) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\InSim4.cs:line 255
at LFSLapper.LFSListen.Listen.openStbMode() in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSListen\Listen.cs:line 98
at LFSLapper.LFSListen.Listen.startStbMode() in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSListen\Listen.cs:line 197
at LFSLapper.LFSListen.Listen.start() in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSListen\Listen.cs:line 153
System.String GetString(Byte[], Int32, Int32)
Closing Instance...
-----------------------------------------------------------------------------
Mean anything to anyone?
:edit:
I've removed the passwords altogether now, and it seems to be working - but I'm obviously going to want a password :(
:edit2:
lol.... when I try to !start the Lapper.... it tells me:
Only for admin!
And I've put my username into the admin.txt file, and the superusers.txt file :(
Gai-Luron
18th December 2009, 18:27
Use stadard char in password and no quote or double quote
drew555
18th December 2009, 18:40
LFSLapper.lpr:
$Password = poobag; # Put in the admin password used on the LFS Server
default_1.ini:
$password = poobag;
Still not working - back to the InSIm telling me that the password is wrong :(
I'm sure this is something really simple :D
Gai-Luron
18th December 2009, 19:05
Yes really simple if you try to think a little. put your password into double quote
$password = "poobag";
drew555
18th December 2009, 19:21
Use stadard char in password and no quote or double quote
Yes really simple if you try to think a little. put your password into double quote
$password = "poobag";
I'm a little confused.
But I'm going to try it anyway :D
drew555
18th December 2009, 20:46
Nope, my problem persists.
It appears that:
Without a password -
LFSLapper.lpr: ""
default_1.ini: ""
server:
Lapper connects, and then aborts.
-----------------------------------------------------------------------------
12/18/2009 8:39:10 PM
Lapper Instance 127.0.0.1/29999 abort!
Object reference not set to an instance of an object.
LFSLapper
at LFSLapper.LFSClient..ctor(String pip, Int32 pport, String pWorkingDir, String pInifile, String pSuperUsers) in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSClient\lfsclient.cs:line 243
at LFSLapper.LFSListen.Listen.goWorkMode() in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSListen\Listen.cs:line 82
at LFSLapper.LFSListen.Listen.start() in D:\Dev\DevInsim\lapper\LFSLapper5.840\LFSLapper\sr c\LFSListen\Listen.cs:line 126
Void .ctor(System.String, Int32, System.String, System.String, System.String)
Closing Instance...
-----------------------------------------------------------------------------
Also that although I have tried all these password/ file combinations (and more):
LFSLapper.lpr: password
default_1.ini: password
server: password
LFSLapper.lpr: "password"
default_1.ini: "password"
server: password
LFSLapper.lpr: poobag
default_1.ini: poobag
server: poobag
LFSLapper.lpr: "poobag"
default_1.ini: "poobag"
server: poobag
LFS and Lapper can't agree on it :(
What am I missing?
Gai-Luron
19th December 2009, 09:49
your admin password in lfs is wrong
drew555
19th December 2009, 10:14
Thank you Gai :-)
Now to start a new thread with some simple, quick questions...
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.