I need:
- Lapper version
- Last errorlog entry
- An explanation on how i can reproduce the bug.
- The script if it's a personnal script who do the error
Not LFSLapper Trace, Maybe Airio. Anyway Airio can't catch /end command when other application send it.
Everytime or only one shoot? This error message happen when LFSLapper try do write on an established connection. A coonnection can be down for a little time can cause this. In this case LFSLapper Reconnect in stand bye mode. If LFSLapper managed to connect in Standby mode is that it is a temporary connection problem.
Edit : I do a modification in LFSLapper for next release. Now it try to reconnect in autowork mode in case of lost connection. In case of Instance crash, go in stand by mode.
Edit 2: you have a lot of function in Lapper
another example
split
in previous post a guy want to have multiple data in argv.
example:
!myFunction arg1 arg2 arg3
in your function $argv contain "arg1 arg2 arg3"
you can retreive arg1 with
$arg1 = split( $argv," ",0 );
$arg2 = split( $argv," ",1 );
$arg3 = split( $argv," ",2 );
Take a look at reference doc, all function are present
It's for that you have in previous version problem with $posabs, !stats, etc... In fact you can unlock your LFS with andy king or ANDY KING or AnDY KinG or another combination of upper and lowercase. But the player for LFS is the same. The username LFSLapper retreive from LFS is that you have entered to the unlock process and this can cause disfunction in Lapper because userName is case sensitive in sqlite.
it's better to lowerise all because with that you can't have this kind of issue. Now in GetCurrentPlayerVar("UserName");is in lowercase = andy king. With previous version you cvan have multiple entry in stored values for the same player due to the unlock process, not very good!
Yes it's for this thas $PosAbs don't work sometimes in previous Release.
You can update your stored value wiith this SQL STATEMENT in storedvalue.dbs
UPDATE fi_stored SET key = LOWER(key)
if fail, try to remove duplicate values and retry
it's already on todo list, but i have to do some update to specify group of server in LFSServer.cfg to avoid send command to not owned server, but only on server who have the same group.
Does your host have a firewal for external incoming packet? Try to ask to an 500Servers Admin
this is a beta version an only one Lapper can be run on one computer ( Due to the socket error ).
The reason is because the console admin use a socket and tcp to manage LFSLapper. On Beta this is harcoded to a specified port ( not yet finished ).
In fact actually, there is a server and a client in LFSLapper for the admin like insim even if you don't see it.
i hope you understand what i say!
Gai-Luron
PS: I have some problem and i don't dev this past days but i continue to read yours feed back.