Jump to content
  • 0

Some errors need help please(overpoch) Player without identity(waiting for server to start authentication)


clarkycal

Question

Ok.. if you guys could help if so please say  :) sooo... yeah here are the errors..

Error#1: (causing the server to "waiting for server to start authentication")
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)
0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

Error#2: 
0:03:27 "get: STRING (76561198127556145), sent: STRING (76561198127556145)"
0:03:27 "DISCONNECT: (CP)clarkycal (76561198127556145) Object: B 1-1-A:1 ((CP)clarkycal) REMOTE, _characterID: 0 at loc [-7244.94,19534.5,0]"
0:03:27 "ERROR: Cannot Sync Character (CP)clarkycal as no characterID"

Error#3: 
0:00:29 Error in expression < compile format ["%1",_data];
_status = _result select 0;

if (_status == "Objec>
0:00:29 Error position: <_result select 0;

if (_status == "Objec>
0:00:29 Error Undefined variable in expression: _result
0:00:29 File z\addons\dayz_server\system\server_monitor.sqf, line 280
0:00:29 Error in expression <status = _result select 0;

if (_status == "ObjectStreamStart") then {
_val = _r>
0:00:29 Error position: <== "ObjectStreamStart") then {
_val = _r>
0:00:29 Error Generic error in expression





many thanks -clarky

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Error#1: (causing the server to "waiting for server to start authentication")

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:10 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

0:19:11 Server error: Player without identity (CP)clarkycal (id 1714583558)

 

OK my hosts just got back to me and now they say

The problem is caused by custom items in your database traders_data.

If there is something it can't stream in it causes a script error which then stops you from joining the server.

the thing is i dont see the problem! screenshot:  (i have a feeling its one of the cars) http://gyazo.com/539043f099d579cdb963caf582b58eb0                                                                                                                                                                                                             http://gyazo.com/44bdd1933b19c342ede8b13dae3aa6e4

Link to comment
Share on other sites

  • 0

easiest way to find these issues is run this SQL on your db.

SELECT * FROM traders_data where item not like '["%';

This picks up any item that doesn't start with a  " at the front of the item name. (IE      ["itemScrap",3] = the " after the starting '[' )

and

SELECT * FROM traders_data where item not like '%",%';

This picks up any item that doesn't end with a " before the  comma and the type.   (IE      ["itemScrap",3] = the " before the ,3)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...