Coucou c'est encore moi, une fois de plus j'ai besoin de votre d'aide
Ce coup ci c'est la partie FBdaemon qui me pose un probléme.
quand le serveur se lance j'ai ca :
RTS Version 2.2
Core Version 2.0
Sound: Native library (build 1.1, target - P IV) loaded.
IL2 FB dedicated server v4.08m
1>file Difficulty_normal.cmd
1>difficulty SeparateEStart 1
1>difficulty ComplexEManagement 1
1>difficulty EngineOverheat 1
1>difficulty TorqueGyroEffects 1
1>difficulty FlutterEffect 1
1>difficulty WindTurbulence 1
1>difficulty StallsSpins 1
1>difficulty Vulnerability 1
1>difficulty BlackoutsRedouts 1
1>difficulty RealisticGunnery 1
1>difficulty LimitedAmmo 1
1>difficulty LimitedFuel 1
1>difficulty CockpitAlwaysOn 1
1>difficulty NoOutsideViews 1
1>difficulty HeadShake 1
1>difficulty NoIcons 1
1>difficulty NoPadlock 1
1>difficulty Clouds 1
1>difficulty NoInstantSuccess 1
1>difficulty TakeoffLanding 1
1>difficulty RealisticLandings 1
1>difficulty NoMapIcons 1
1>difficulty NoMinimapPath 0
1>difficulty NoSpeedBar 0
1>mission LOAD net/dogfight/12F/Tobrouk.mis BEGIN
Loading mission net/dogfight/12F/Tobrouk.mis...
Load bridges
Load static objects
Mission: net/dogfight/12F/Tobrouk.mis is Playing
1>f gc.cmd
>GC
Memory: total(13959168) free(749240)
>GC
Memory: total(13893632) free(737392)
>GC
Memory: total(13893632) free(736976)
>timeout 3600000 f gc.cmd
1>file LocalIp.cmd
1>socket udp CREATE LOCALHOST 192.168.0.12 LOCALPORT 21000
Socket alredy exist
34>
Ce qui me semble correct.
quand je lance FBDaemon j'ai ca
+-----------------------------------------+
FBDaemon (ver FBDaemon_2.4)
By Sammie and Lunix
Special Thanks to BadBernie
Run this program at your own risk!!
+-----------------------------------------+
>> Server IP: 192.168.0.12 > 21000
>> Stats disabled
>> Ban Type > [1] Name and IP
>> Escape: 30% (mission parameters override)
>> Error Mission: Tobrouk.mis
>> Admin Log is enabled
--------------------------------------------------------------
Start FB server now!
--------------------------------------------------------------
>> Cannot connect to FB server at 192.168.0.12, waiting!
avec cette conf dans Fbdaemon2.cfg
######################
## FBDaemon2 Config ##
######################
#############################
# Required Configs #
# #
# Change to fit your server #
#############################
## Paths and IPs ##
# Full path to FBDaemon2 (must include trailing '/')
daemon path=C:/Fbd/
# Full path to FB Server (must include trailing '/')
path=C:/Serveur/
# IP of server and confs.ini
# IP:CONFS.INI (IP=xxxx)
# Note: you must add IP=2000 [or some number] in your confs.ini under [console]
ip=192.168.0.12:21000
## Ban Type ##
# 1 - Ban by name or IP (if either match)
# 2 - Ban by by name only
# 3 - Ban by IP only
bantype = 1
## Escape from Capture ##
# This is an approx % of escapes when bailing behind enemy lines
# EscapeProc in mission parameters will override this setting!
# ex: escape=30 means a 30% chance of escape
escape=30
## Error Mission ##
# Failsafe mission, in case loading mission fails
# Mission must be in same folder as other fbd missions
error mission=Tobrouk.mis
##############################
# Optional Configs #
# #
# Uncomment to Use! #
# Leave commented to disable #
##############################
## Password ##
# Use a password to login as admin
#password=password
## Stats ##
# IP and port for stats server
#stats ip=127.0.0.1:2001
## Ping Kick ##
# Ping:Times
# Ping is max ping
# Times is number of times player is marked before kick
# (10 second intervals. resets when ping under limit)
#ping limit=500:3
## Score Kick ##
# Bans player if defined negative score is reached (written as negative)
#scorekick=-800
## Death Kick ##
# Deaths:Time
# Kicks (Bans) a player for 'Time' minutes if 'Deaths' are reached
#deathkick=2:30
## dkimmunity ##
# Set to 1 to make admins and locked users immune to deathkick penalty
#dkimmunity=1
## Player List ##
# Set to 1 to use playerlist.txt to define players that can join game
#playerlist=1
## Player List Ban ##
# Set to 1 to ban playerlist offenders
#playerlistban = 1
## Admin Logging ##
# Set to 1 to log all admin commands
adminlog=1
## IP Logging ##
# Set to 1 to log all players names and ip's
#iplog=1
##############################
# Dynamic Campaign Generator #
# #
# Uncomment to Use! #
# Leave commented to disable #
##############################
#dcg=1
##############################
# Optional Debug Configs #
# #
# Uncomment to Use! #
# Leave commented to disable #
##############################
# If you are having problems, enable some debugging
#debug=0
#debugpingkick=1
#debugscorekick=1
#debugstats=0
J'ai testé avec mon ip "publique" et j'ai le même résultat
nb : Le repertoire Fbd est a la racine du C.
une idée sur ce qu j'ai pu louper
Merci d'avance