Jump to content

BlackHawk3000

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by BlackHawk3000


  1. New server new problem.

    Arma3 is crashing.

    Problemsignatur:

    Problemereignisname: CLR20r3

    Problemsignatur 01: arma3server.exe

    Problemsignatur 02: 1.10.114.700

    Problemsignatur 03: 52e8552f

    Problemsignatur 04: Arma2Net.Unmanaged

    Problemsignatur 05: 0.0.0.0

    Problemsignatur 06: 500f045c

    Problemsignatur 07: 6

    Problemsignatur 08: 14

    Problemsignatur 09: System.IO.FileNotFoundException

    Betriebsystemversion: 6.3.9600.2.0.0.272.7

    Gebietsschema-ID: 1031

    Zusatzinformation 1: 5861

    Zusatzinformation 2: 5861822e1919d7c014bbb064c64908b2

    Zusatzinformation 3: 80a7

    Zusatzinformation 4: 80a7ccd5015bce3d41120fe057d4f98f

    Log

    https://dl.dropboxusercontent.com/u/2590101/Arma2NET.log

    Thank you


  2. Hello guys,

    i have a problem, i can´t connect with BEC, BERCon to my ArmA2 Server.

    BEC say me:

    04:18:41 : Checking for new Bec version...

    04:18:44 : Bec is running latest version!

    04:18:46 : Requesting login on xxxxxxxxx

    My Config.cfg:

    # This config file is only provided as an example file.

    # Edit it to sute your needs.

    # For more info on how to edit this file. use the Readme.txt file or visit

    #----------------------------------------------------

    [bec]

    #----------------------------------------------------

    # Set the ip to your server. normaly 127.0.0.1 will be fine.

    Ip = 127.0.0.1

    # Set the port to the server. default port is 2302

    Port = 2348

    # Set the path to the BattlEye directory that is currently in use by the server.

    BePath = C:xxxxxxx\TA2DST\Test\BattlEye

    # Set the path to your Admins.xml file containing your admins.

    Admins = Admins.xml

    # Set the path to your Commands.xml file.

    Commands = Commands.xml

    # Set a name for the directory where the logs will be located.

    # Do not set a path. only a name. since the logs will be in X:\....\Bec\Log\Name\*

    LogDir = ServerTest

    #----------------------------------------------------

    [Misc]

    #----------------------------------------------------

    # Set the color of the terminal. if not defined. 07 will be used as default

    Color = 0e

    # Only allow english chars.

    AsciiNickOnly = True

    # Kick players who has listed chars in their name

    DisallowPlayerNameChars = [](){}<>/\^|§!#%&@£¤¨

    # Max length a player name. kicks players who has to long name.

    MaxPlayerNameLength = 16

    # Set the name of your armaserver.exe if it has been renamed from armaoaserver.exe. if the exe has its originale name. comment it out.

    #ServerExeName = SomeName.exe

    # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick

    Warnings = 4

    # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.

    AsciiChatOnly = True

    # If AsciiChatOnly is set True. you can define none english chars that will be accepted.

    IgnoreChatChars = æøå

    # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.

    WordFilterFile = BadWords.txt

    # Set the path to the file containing whitelisted guids.

    WhiteListFile = WhiteList.txt

    # Kick people with offensive names

    NickFilterFile = BadNames.txt

    # Set the amount of time Bec will wait on the server on startup.

    Timeout = 5

    # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 180 sec. use 0 to disable this function.

    KickLobbyIdlers = 180

    # Set the path to the Scheduer.xml file.

    Scheduler = Scheduler.xml

    # If enabled. Bec will create seperate chat files for each channel along with the main file.

    ChatChannelFiles = true

    # Set the amount of Normal players who can connect. Set it to -1 to disable it.

    # If set to 0 it means only players who are listed in the Admins.xml will be able to connect to the server.

    # Quick Example 1: server can hole 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45.

    # Quick Example 2: server can hole 50 players. and you want to reserve 5 slots for admins and 5 slots for friends.

    # then set SlotLimit to 40. and edit your admins.xml. add in all your frineds and put them in group example 100.

    SlotLimit = -1

    # Flood control system. There are 2 types of flood control and only one can be in use.

    # Type 1 is based on how many players are in the lobby.

    # If the player count is greater than what FloodControl1 is set to the server will autolock.

    # The server will unlock itself once the players join the mission and there is less players in the lobby than what the value of FloodControl1 is set to.

    FloodControl1 = 0

    # Type 2 is based on time and amount of connection within given sample time.

    # Quick Example:

    FloodControl2 = 0

    FloodSampleTime = 0

    FloodLockTime = 0

    # Quick Example:

    # FloodControl2 = 10

    # FloodSampleTime = 3

    # FloodLockTime = 5

    # If more than 10 players connect within 3 sec. the server will be locked for 5 seconds.

    #----------------------------------------------------

    [Reporter]

    #----------------------------------------------------

    # Reporter account. Fill in the username and password for your reporter account.

    # Gamehack,Hacks will be reported to a database. all players who connect will also be checked against this database.

    # Set the Username for your account

    User = test

    # Set the Password for your account

    Password = test

    #----------------------------------------------------

    [ChatRestriction]

    #----------------------------------------------------

    # Set max amount of chat lines a player is allowed to send for each channel.

    # Going passed the number will result in kick. -1 is disabled, 0 isntant kick.

    # If the number is higher than 0 players will be sendt warnings.

    Global = -1

    Side = -1

    Group = -1

    Vehicle = -1

    Command = -1

    Commander = -1

    Direct = -1

    #----------------------------------------------------

    [ChatSpam]

    #----------------------------------------------------

    # Set max amount of chat lines per channel allowed within given time frame.

    # Set the values to 0 to disable this function(s)

    # Quick Example:

    # Lobby = 5

    # Lobby_Time_Lower = 10

    # Lobby_Time_Upper = 15

    # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1.

    # Consider the CHANNEL (Lobby) as the spam counter.

    # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may consern.

    # If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is.

    # If the time since the last chatline is greater then CHANNEL_Time_Upper the spamcounter is reset to 1.

    # To get optimal result play around a bit with the values on your server.

    Lobby = 0

    Lobby_Time_Lower = 0

    Lobby_Time_Upper = 0

    Global = 0

    Global_Time_Lower = 0

    Global_Time_Upper = 0

    Side = 0

    Side_Time_Lower = 0

    Side_Time_Upper = 0

    Group = 0

    Group_Time_Lower = 0

    Group_Time_Upper = 0

    Vehicle = 0

    Vehicle_Time_Lower = 0

    Vehicle_Time_Upper = 0

    Command = 0

    Command_Time_Lower = 0

    Command_Time_Upper = 0

    Commander = 0

    Commander_Time_Lower = 0

    Commander_Time_Upper = 0

    Direct = 0

    Direct_Time_Lower = 0

    Direct_Time_Upper = 0

    Without Firewall i can´t connect, too.

    I hope somebody can help me.

    Thanks

    Update

    All ok, it was the beserver.cfg

×