Jump to content

fubister

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

1 Neutral

About fubister

  • Rank
    On the Coast
  1. I'm running a Dayz mod game server with the latest 1.8.6.1 version, and there is one player who is not able to connect, there are tons of other players who are able to connect and play normally but 1 can't. He is downloading mission file, after it's finished he can see dayz server logo with the empty progress bar they he is going back to lobby with the download progress bar stuck at 100%. I suggested him reinstalling both arma and dayz mod and then check the steam file integrity and he did, that didn't help. There is nothing worrying in his .rpt log, all I can see in the server .rpt is: 2015/10/28, 22:41:52 NetServer::SendMsg: cannot find channel #2049037743, users.card=42015/10/28, 22:41:52 NetServer: users.get failed when sending to 20490377432015/10/28, 22:41:52 Message not sent - error 0, message ID = ffffffff, to 2049037743 (PLAYER_NAME)2015/10/28, 22:41:52 NetServer::SendMsg: cannot find channel #2049037743, users.card=42015/10/28, 22:41:52 NetServer: users.get failed when sending to 20490377432015/10/28, 22:41:52 Message not sent - error 0, message ID = ffffffff, to 2049037743 (PLAYER_NAME) and something from earlier this afternoon 2015/10/28, 15:13:36 NetServer: users.get failed when sending to 8754626672015/10/28, 15:13:36 Message not sent - error 0, message ID = ffffffff, to 875462667 (PLAYER_NAME)2015/10/28, 15:13:36 NetServer::SendMsg: cannot find channel #875462667, users.card=02015/10/28, 15:13:36 NetServer: users.get failed when sending to 8754626672015/10/28, 15:13:36 Message not sent - error 0, message ID = ffffffff, to 875462667 (PLAYER_NAME)2015/10/28, 15:13:36 "infiSTAR.de PlayerDisconnected: _uid: 76561198050555137 _name: PLAYER_NAME"2015/10/28, 15:13:36 "get: STRING (XXXXXXXXXXXXXXX), sent: STRING (76561198050555137)"2015/10/28, 15:13:36 "Player UID#XXXXXXXXXXXXXXX CID#? PID#4(PLAYER_NAME) as Survivor1_DZ, logged off at Wilderness [-187:-104]"2015/10/28, 15:13:36 "ERROR: Cannot Sync Character PLAYER_NAME as no characterID"I have found similar errors for another player and I'm pretty much sure he cannot connect also. Also I cannot find this user in the database. //Problem was solved by removing class sockets from basic.cfg
  2. fubister

    Vehicles not spawning 1.8.6.1

    you were right, scheduler was turned off, seems eveything is working fine, thanks all
  3. fubister

    Vehicles not spawning 1.8.6.1

    there is nothing in object_data except for some tents, regarding this pmain procedure, how do I schedule that?
  4. I'm running latest dayz mod server vanilla, no vehicles are spawning I'm guessing it's turned off by default as I have not made any changes anywhere, can someone point to where I can set vehicle spawn to true so they can be spawned and saved by players?
  5. Today I decided to run vanilla dayz mod on my linux machine, I downloaded both Arma2 (app_update 33910) and Arma2:OA (app_update 33930) all done via steamcmd, I installed latest @Server v1.8.6.1. Server seems to be working fine, however when I try to join I get a message This Server is running an incorrect Version of the Server side application. You connot play on this Server.I think I tried everything, what can be the reason for that? I have downloaded Linux Server beta 1.63.126652 binaries from BI studio My startup parameter in server.sh ./server -server -mod="@hive;@dayz" -config="cfgdayz/server.cfg" -cfg="cfgdayz/basic.cfg" -port=2302 -beta="expansion/beta;expansion/beta/expansion" -noSound -noPause -world=Chernarus -profiles=cfgdayz -name=cfgdayz -cpucount=4 -maxMem=2047 -showscripterrors -pid=2302.pid 2>&1As addidtion information, many dayz server in the lobby show a lot of details about the server, like running extensions etc, mine shows only difficulty and version required (1.63) not even the version batch number. The ONLY error I can spot in the console is: 13:24:27 "z\addons\dayz_code\system\REsec.sqf:Monitoring Remote Exe..."13:24:27 "HIVE: Starting"13:24:27 Error in expression <ray = call compile format ["%1",_data];_resultArray};onPlayerDisconnected >13:24:27 Error position: <_resultArray};onPlayerDisconnected >13:24:27 Error Undefined variable in expression: _resultarray13:24:27 File z\addons\dayz_server\init\server_functions.sqf, line 15813:24:27 Error in expression <ray = call compile format ["%1",_data];_resultArray};onPlayerDisconnected >13:24:27 Error position: <_resultArray};onPlayerDisconnected >13:24:27 Error Undefined variable in expression: _resultarray13:24:27 File z\addons\dayz_server\init\server_functions.sqf, line 15813:24:27 "HIVE: Request sent"After doing tons of digging this may be actually the cause of this, it's like the server is unable to establish connection with my database. In fact when I remove the hiveext.ini from cfgdayz/ it's the same, why the .ini file is being ignored? I'm 100% positive all settings are correct. // EDIT got it figured out, seems I was right and it was db issue, now I was only able to find dayz v1.8.0.3 linux compatible, if anyone would know where or how to find latest dayz mod release compatible with linux I would be grateful.
×