Kimzer Posted March 12, 2015 Report Share Posted March 12, 2015 Hiya.. Im looking to clear up some of the clientside rpt errors im getting. Would be superb if someone could elaborate to what they are and if there is a fix for it. Wrong vertex mapping for person collision geometry found in gsc_stalker\gsc_cloth_loner_head.p3d. Selection 9a not found Warning: z\addons\dayz_communityassets\models\compass.p3d:0 Error while trying to generate ST for points: 863, 853, 852 Strange convex component93 in zero_buildings\models\mil_house_i.p3d:geometryView class HitPoints::HitLF2Wheel not found in policecar class HitPoints::HitRF2Wheel not found in policecar class HitPoints::HitLMWheel not found in policecar class HitPoints::HitRMWheel not found in policecar Fresnel k must be >0, given n=0.8,k=0 350z: ABSwitch - unknown animation source ABSwitch Strange convex component12 in rh_m14\rh_m1s.p3d:geometry trigger - unknown animation source revolved 2nd UV set needed, but not defined in ReportStack not available Unexpected control type And then there is a few serverside ones.. 23:51:06 Server error: Player without identity Kimzer (id 1495549395) 23:52:01 ca\structures\ruins\glass_cullet_01.p3d: No geometry and no visual shape 23:52:47 350z: ABSwitch - unknown animation source ABSwitch 23:52:47 Cannot create non-ai vehicle 350z_cream_DZ, 23:53:15 "PUBLISH: Attempt 35e10100# 1058825: csj_gyrocover.p3d" 23:53:15 "HIVE: WRITE: "CHILD:308:11:CSJ_GyroCover:0:0:[80,[5001.18,2850.39,0.151348]]:[]:[["telo",0.0003798]]:0.1513:5001228504280:"" 23:53:18 "PUBLISH: Attempt 22ebd0c0# 1058826: ch_47f.p3d" 23:53:18 "HIVE: WRITE: "CHILD:308:11:CH_47F_EP1_DZE:0:0:[37,[5043.85,10766.2,0.129852]]:[]:[["mala vrtule",0.000185595],["velka vrtule",0.00104055],["NEtrup",0.000332292],["motor",0.00185726],["elektronika",1.87159e-005],["munice",0.00115926],["sklo predni P",0.000777934],["sklo predni L",0.00135049],["glass1",0.0011415],["glass2",0.00111201],["glass3",0.000764975],["glass4",0.00028977],["glass5",0.000758923],["glass6",0.000713695]]:0.720883:50438107662137:"" 23:53:23 "DEBUG VEIN: Too many objects at [12817.1,12744.3]" 23:53:31 Warning Message: Bad vehicle type 23:53:31 "WAI: Spawned in 5 M2StaticMG" 23:53:32 Warning Message: No entry 'bin\config.bin/CfgMagazines.Binocular'. 23:53:32 Warning Message: No entry '.picture'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Warning Message: No entry '.scope'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Warning Message: Error: creating magazine Binocular with scope=private 23:53:32 Warning Message: No entry '.displayName'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Warning Message: No entry '.displayNameShort'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Warning Message: No entry '.nameSound'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Warning Message: No entry '.Library'. 23:53:32 Warning Message: No entry '.libTextDesc'. 23:53:32 Warning Message: '/' is not a value 23:53:32 Error in expression <; _crate addWeaponCargoGlobal [(_weapon select 0),1]; _crate addMagazineCargoGlo> 23:53:32 Error position: <select 0),1]; _crate addMagazineCargoGlo> 23:53:32 Error select: Type String, expected Array,Config entry 23:53:32 File z\addons\dayz_server\WAI\compile\dynamic_crate.sqf, line 62 Link to comment Share on other sites More sharing options...
seelenapparat Posted March 13, 2015 Report Share Posted March 13, 2015 the clientside ones seem to be all normal. had or have them sometimes too. not a clue if fixable. serverside: fist one: no error there. thats all ok the way it is. user connection to server, while server has not connected to db yet. to get the player/ characterdata. second one: not really an error either. at least non that should bug you. the third one: check your dynamic vehicles.sqf, also your database and missions if this car is used in them. the error points to a misspelling I guess (wrong classname) the fourth: no error there, where do you see one in it? the too many veins? its the way it should be. the fifth: check your custom crates from WAI, "CfgMagazines.Binocular'." <- Binoculars are a weapon not a magazine. something wrong definetly. error six is related to that. Link to comment Share on other sites More sharing options...
Kimzer Posted March 13, 2015 Author Report Share Posted March 13, 2015 Allright sounds good! I figured out the crate one. It was simply an array that i had to include "Binocular" in dynamic_crate.sqf Here is another error im a getting. And a scripting question below: 11:45:05 "DELETE: B 1-1-C:1 (SpK_R.CooL) REMOTE Deleted by ID: 11206" 11:45:15 Error in expression <eep',[0,0,100000],[],0,'FORM']; _unit setVehicleInit _this; processInitComma> 11:45:15 Error position: <setVehicleInit _this; processInitComma> 11:45:15 Error setvehicleinit: Type Array, expected String I have a line in my servermonitor that ends like this: forEach [TraderCity1,TraderCity2,TraderCity3,TraderCity4,TraderCity5,TraderCity6,TraderCity7,TraderCity8,TraderCity9,TraderCity10,TraderCity11,TraderCity12,TraderCity13]; Now, i cant use that line for my lingor server. This due to not having 13 tradercities on lingor. I have 6. (This is all merely just for cleaning up vehicles left there) So my question; How can i make the foreach look for dayz_instance == 7 and have one array for the 6 tradercities there. And if not instance 7 then look for dayz_instance == 11 and have the full 13 tradercities array there.. And so on if i add more maps etc :) Any idea? Link to comment Share on other sites More sharing options...