I'm so stupid ^^
The problem was the setup.cfg of the lfs-server. I didn't uncomment //insimport=29999
The problem was the setup.cfg of the lfs-server. I didn't uncomment //insimport=29999
Wine failed with return code 1
mono: command not found
./mono: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
OnIdleAction2 = /spectate {Username}
cannot open assembly LFSLapper.exe
LFSLapper/bin$ mono ./LFSLapper.exe ../cfg/LFSLapper.cfg
cannot open assembly ./LFSLapper.exe
Usage is: mono [options] program [program-options]
Development:
--aot Compiles the assembly to native code
--debug Enable debugging support
--profile[=profiler] Runs in profiling mode with the specified profiler module
--trace[=EXPR] Enable tracing, use --help-trace for details
--help-devel Shows more options available to developers
Runtime:
--config FILE Loads FILE as the Mono config
--verbose, -v Increases the verbosity level
--help, -h Show usage information
--version, -V Show version information
--optimize=OPT Turns on or off a specific optimization
Use --list-opt to get a list of optimizations
--security Turns on the security manager (unsupported, default is off)
loop to end of file
[INDENT]
read racer
read car
read totaltime
read track
read split1
read split2
read split3
...
[/INDENT]end loop
loop to end of file
[INDENT]read line
racer = find_field(line, 1 )
car = find_field( line,2 )
totaltime = find_field( line,3 )
track = find_field( line,4 )
split1 = find_field( line,5 )
split2 = find_field( line,6 )
split3 = find_field( line,7 )
....
[/INDENT] end loop