cyncrwler Posted April 30, 2015 Report Share Posted April 30, 2015 Weird, same thing. It's just an immediate kick like when having the wrong mod checked. But I don't. 16:40:24 Dedicated client created. 16:40:33 Client connected: 69.162.93.230:2302 16:40:36 > Player headlessclient connecting 16:40:36 > headlessclient uses modified data file 16:40:36 > Welcome to this GTXGamig.co.uk ArmA3 Epoch Server 16:40:36 > You were kicked off the game. Router firewall is completely off, ports are open. Link to comment Share on other sites More sharing options...
Floyd Posted May 1, 2015 Report Share Posted May 1, 2015 That tells me that this part of your game servers config is not being read or configured correctly: localClient[]={127.0.0.1,xxx.xxx.xxx.xxx}; headlessClients[] = {"127.0.0.1",xxx.xxx.xxx.xxx}; battleyeLicense=1; The IP of your headless client needs to be included if not on the same server. Link to comment Share on other sites More sharing options...
cyncrwler Posted May 1, 2015 Report Share Posted May 1, 2015 During the test yesterday, you are right. I forgot to change those settings back. I had them as localClient with the server IP, and headlessClients as just HC IP, with no 127.0.0.1 in front. Not sure if that would matter, but I will reset to above, and test again when I get home. Thank you so much for all your help, very much appreciated! Link to comment Share on other sites More sharing options...
xXMeragonXx Posted May 5, 2015 Report Share Posted May 5, 2015 new Arma3 and i get this Error ... : PxFoundation wasn't created I hate it.. Link to comment Share on other sites More sharing options...
happydayz Posted May 9, 2015 Report Share Posted May 9, 2015 so when arma updated it created a NEW arma3server.exe... you are renaming that to something like HCserver.exe or say Altis.exe and calling that from a batch right? you need to RECREATE these files with copies of the NEW arma3server.exe. Link to comment Share on other sites More sharing options...
lainus1 Posted May 19, 2015 Report Share Posted May 19, 2015 check this new server: 23gamers on A3Launcher Link to comment Share on other sites More sharing options...
VAKE Posted June 2, 2015 Report Share Posted June 2, 2015 Hi all. I am trying to set up my first headless client using A3EAI and the HC keeps getting kicked with the following error: Player headlessclient: Wrong signature for file C:\STEAM\common\ARMA3S~1\@Epoch\addons\a3_epoch_code.pbo The server and HC are running from the same location, just a different EXE. Any suggestions? Link to comment Share on other sites More sharing options...
Floyd Posted June 3, 2015 Report Share Posted June 3, 2015 Can you join and play on the server? Link to comment Share on other sites More sharing options...
VAKE Posted June 3, 2015 Report Share Posted June 3, 2015 Yes. Turning verify signatures off in the config allows HC to run properly as well. I'd just prefer to fix the error properly if possible. Link to comment Share on other sites More sharing options...
tinboye Posted June 19, 2015 Report Share Posted June 19, 2015 So just so others do not pull their hair out for hours on end. I hope this helps others. I was having issues with the headless client staying connected to the server. I found out that with tadst. even though you check hc client it does not add the code to the config file. so i had to stop using tadst. instead i just copied the TADST_config.cfg and TADST_basic.cfg and placed them in the sc folder renamed them to epochconfig.cfg epochbasic.cfg then i opened epochconfig.cfg changed max players to maxPlayers = 101; below: localClient[]={127.0.0.1}; I added headlessClients[]={127.0.0.1}; //This is the IP the server looks for to identify the HC(s). battleyeLicense=1; just a note that I am using my server path for everything, change to your path as needed. D:\Servers\Epoch\ being my path then i created a serverstart.bat @echo off cd D:\servers\Epoch\ start arma3server.exe -port=2302 "-config=D:\Servers\Epoch\sc\epochconfig.cfg" "-cfg=D:\Servers\Epoch\sc\epochbasic.cfg" "-profiles=D:\Servers\Epoch\sc" -name=sc "-mod=@epochhive;@Epoch;" timeout 10 echo Server has Started timeout 3 exit add any mods to the mod list into your batch file as needed "-mod=@mod1;@mod2;@mod3;@mod4;@mod5;' then i made a copy of the arma3server.exe and renamed it armaHCserver.exe i then created a hcstart.bat @echo off cd D:\servers\Epoch\ start armaHCserver.exe -port=2302 -password=**** -client "-config=D:\Servers\Epoch\sc\epochconfig.cfg" "-cfg=D:\Servers\Epoch\sc\epochbasic.cfg" "-profiles=D:\Servers \Epoch\sc\users\headlessclient" -name=headlessclient "-mod=@Epoch;" timeout 10 echo HC Client has Started timeout 3 exit if you have edited your mission.sqf to require certain mods like i did, you will need to also run these on the hc client side otherwise you will get an error in reference to the mod missing. as far as editing the mission.sqm follow the install instructions with the FuMS. Link to comment Share on other sites More sharing options...
1Man Posted June 19, 2015 Report Share Posted June 19, 2015 Very nice addition I guess it's time to check it out now thanks man Link to comment Share on other sites More sharing options...
tinboye Posted June 21, 2015 Report Share Posted June 21, 2015 I should note that i was able to get the HC to work. but the fums and a3eai was giving me object errors, not entirely sure why, but i would get hundreds of errors. Error: Object(4 : 27) not found 20:54:58 Error: Object(4 : 28) not found 20:54:58 Error: Object(4 : 29) not found 20:54:58 Error: Object(4 : 30) not found 20:54:58 Error: Object(4 : 31) not found 20:54:58 Error: Object(4 : 32) not found 20:54:58 Error: Object(4 : 33) not found 20:54:58 Error: Object(4 : 34) not found 20:54:58 Error: Object(4 : 35) not found 20:54:58 Error: Object(4 : 36) not found 20:54:58 Error: Object(4 : 37) not found 20:54:58 Error: Object(4 : 38) not found 20:54:58 Error: Object(4 : 41) not found 20:54:58 Error: Object(4 : 44) not found 20:54:58 Error: Object(4 : 39) not found 20:54:58 Error: Object(4 : 40) not found 20:54:58 Error: Object(4 : 43) not found 20:54:58 Error: Object(4 : 42) not found 20:54:58 Error: Object(4 : 51) not found 20:54:58 Error: Object(4 : 45) not found 20:54:58 Error: Object(4 : 46) not found 20:54:58 Error: Object(4 : 47) not found 20:54:58 Error: Object(4 : 48) not found 20:54:58 Error: Object(4 : 49) not found 20:54:58 Error: Object(4 : 50) not found 20:54:58 Error: Object(4 : 57) not found 20:54:58 Error: Object(4 : 52) not found 20:54:58 Error: Object(4 : 53) not found 20:54:58 Error: Object(4 : 54) not found 20:54:58 Error: Object(4 : 55) not found 20:54:58 Error: Object(4 : 56) not found 20:54:58 Error: Object(4 : 58) not found 20:54:58 Error: Object(4 : 59) not found 20:54:58 Error: Object(4 : 60) not found 20:54:58 Error: Object(4 : 61) not found 20:54:58 Error: Object(4 : 62) not found 20:54:58 Error: Object(4 : 63) not found 20:54:58 Error: Object(4 : 66) not found 20:54:58 Error: Object(4 : 65) not found 20:54:58 Error: Object(4 : 76) not found 20:54:58 Error: Object(4 : 75) not found 20:54:58 Error: Object(4 : 64) not found 20:54:58 Error: Object(4 : 74) not found 20:54:58 Error: Object(4 : 67) not found 20:54:58 Error: Object(4 : 68) not found 20:54:58 Error: Object(4 : 69) not found 20:54:58 Error: Object(4 : 70) not found 20:54:58 Error: Object(4 : 71) not found 20:54:58 Error: Object(4 : 72) not found 20:54:58 Error: Object(4 : 73) not found 20:54:58 Error: Object(4 : 80) not found 20:54:58 Error: Object(4 : 77) not found 20:54:58 Error: Object(4 : 79) not found 20:54:58 Error: Object(4 : 78) not found 20:54:58 Error: Object(4 : 82) not found 20:54:58 Error: Object(4 : 86) not found 20:54:58 Error: Object(4 : 85) not found 20:54:58 Error: Object(4 : 84) not found 20:54:58 Error: Object(4 : 81) not found 20:54:58 Error: Object(4 : 83) not found 20:54:58 Error: Object(4 : 88) not found 20:54:58 Error: Object(4 : 89) not found 20:54:58 Error: Object(4 : 87) not found 20:54:58 Error: Object(4 : 90) not found 20:54:58 Error: Object(4 : 45) not found 20:54:58 Error: Object(4 : 91) not found 20:54:58 Error: Object(4 : 106) not found 20:54:58 Error: Object(4 : 128) not found 20:54:58 Error: Object(4 : 107) not found 20:54:58 Error: Object(4 : 92) not found 20:54:58 Error: Object(4 : 93) not found 20:54:58 Error: Object(4 : 94) not found 20:54:58 Error: Object(4 : 95) not found 20:54:58 Error: Object(4 : 96) not found 20:54:58 Error: Object(4 : 97) not found 20:54:58 Error: Object(4 : 98) not found 20:54:58 Error: Object(4 : 99) not found 20:54:58 Error: Object(4 : 100) not found 20:54:58 Server: Object 4:158 not found (message Type_91) 20:54:58 Server: Object 4:159 not found (message Type_119) 20:54:58 Server: Object 4:160 not found (message Type_91) 20:54:58 Server: Object 4:161 not found (message Type_91) 20:54:58 Server: Object 4:162 not found (message Type_91) 20:54:58 Server: Object 4:163 not found (message Type_91) 20:54:58 Server: Object 4:164 not found (message Type_91) 20:54:58 Server: Object 4:165 not found (message Type_91) 20:54:58 Server: Object 4:166 not found (message Type_91) 20:54:58 Server: Object 4:147 not found (message Type_119) 20:54:58 Server: Object 4:167 not found (message Type_91) 20:54:58 Server: Object 4:148 not found (message Type_119) 20:54:58 Server: Object 4:149 not found (message Type_119) 20:54:58 Server: Object 4:168 not found (message Type_91) 20:54:58 Server: Object 4:150 not found (message Type_119) 20:54:58 Server: Object 4:151 not found (message Type_119) 20:54:58 Server: Object 4:169 not found (message Type_91) 20:54:58 Server: Object 4:152 not found (message Type_119) 20:54:58 Server: Object 4:153 not found (message Type_119) 20:54:58 Server: Object 4:170 not found (message Type_91) 20:54:58 Server: Object 4:154 not found (message Type_119) 20:54:58 Server: Object 4:155 not found (message Type_119) 20:54:58 Server: Object 4:171 not found (message Type_91) 20:54:58 Server: Object 4:156 not found (message Type_119) 20:54:58 Server: Object 4:157 not found (message Type_119) 20:54:58 Server: Object 4:172 not found (message Type_91) 20:54:58 Server: Object 4:187 not found (message Type_119) 20:54:58 Server: Object 4:186 not found (message Type_396) 20:54:58 Server: Object 4:185 not found (message Type_396) 20:54:58 Server: Object 4:184 not found (message Type_396) 20:54:58 Server: Object 4:183 not found (message Type_396) 20:54:58 Server: Object 4:182 not found (message Type_396) 20:54:58 Server: Object 4:181 not found (message Type_396) 20:54:58 Server: Object 4:180 not found (message Type_396) 20:54:58 Server: Object 4:173 not found (message Type_396) 20:54:58 Server: Object 4:179 not found (message Type_396) 20:54:58 Server: Object 4:178 not found (message Type_396) 20:54:58 Server: Object 4:177 not found (message Type_396) 20:54:58 Server: Object 4:176 not found (message Type_396) 20:54:58 Server: Object 4:175 not found (message Type_396) 20:54:58 Server: Object 4:174 not found (message Type_396) 20:54:58 Error: Object(4 : 101) not found 20:54:58 Error: Object(4 : 102) not found 20:54:58 Error: Object(4 : 103) not found 20:54:58 Error: Object(4 : 104) not found 20:54:58 Error: Object(4 : 105) not found 20:54:58 Error: Object(4 : 127) not found 20:54:58 Error: Object(4 : 125) not found 20:54:58 Server: Object 4:204 not found (message Type_119) 20:54:58 Server: Object 4:244 not found (message Type_396) 20:54:58 Server: Object 4:235 not found (message Type_396) 20:54:58 Server: Object 4:236 not found (message Type_91) 20:54:58 Server: Object 4:234 not found (message Type_396) 20:54:58 Server: Object 4:233 not found (message Type_396) 20:54:58 Server: Object 4:237 not found (message Type_119) 20:54:58 Server: Object 4:232 not found (message Type_396) 20:54:58 Server: Object 4:231 not found (message Type_396) 20:54:58 Server: Object 4:219 not found (message Type_396) 20:54:58 Server: Object 4:230 not found (message Type_396) 20:54:58 Server: Object 4:229 not found (message Type_396) 20:54:58 Server: Object 4:238 not found (message Type_119) 20:54:58 Server: Object 4:228 not found (message Type_396) 20:54:58 Server: Object 4:227 not found (message Type_396) 20:54:58 Server: Object 4:226 not found (message Type_396) 20:54:58 Server: Object 4:239 not found (message Type_119) 20:54:58 Server: Object 4:225 not found (message Type_396) 20:54:58 Server: Object 4:224 not found (message Type_396) 20:54:58 Server: Object 4:200 not found (message Type_119) 20:54:58 Server: Object 4:243 not found (message Type_396) 20:54:58 Server: Object 4:223 not found (message Type_396) 20:54:58 Server: Object 4:240 not found (message Type_119) 20:54:58 Server: Object 4:222 not found (message Type_396) 20:54:58 Server: Object 4:221 not found (message Type_396) 20:54:58 Server: Object 4:241 not found (message Type_396) 20:54:58 Server: Object 4:188 not found (message Type_119) 20:54:58 Server: Object 4:189 not found (message Type_119) 20:54:58 Server: Object 4:190 not found (message Type_119) 20:54:58 Server: Object 4:191 not found (message Type_119) 20:54:58 Server: Object 4:192 not found (message Type_119) 20:54:58 Server: Object 4:220 not found (message Type_396) 20:54:58 Server: Object 4:193 not found (message Type_119) 20:54:58 Server: Object 4:194 not found (message Type_119) 20:54:58 Server: Object 4:195 not found (message Type_119) 20:54:58 Server: Object 4:196 not found (message Type_119) 20:54:58 Server: Object 4:242 not found (message Type_396) 20:54:58 Server: Object 4:197 not found (message Type_119) 20:54:58 Server: Object 4:198 not found (message Type_119) 20:54:58 Server: Object 4:199 not found (message Type_119) 20:54:58 Server: Object 4:207 not found (message Type_396) 20:54:58 Server: Object 4:218 not found (message Type_396) 20:54:58 Server: Object 4:201 not found (message Type_119) 20:54:58 Server: Object 4:202 not found (message Type_119) 20:54:58 Server: Object 4:203 not found (message Type_119) 20:54:58 Server: Object 4:205 not found (message Type_119) 20:54:58 Server: Object 4:217 not found (message Type_396) 20:54:58 Server: Object 4:206 not found (message Type_119) 20:54:58 Server: Object 4:208 not found (message Type_119) 20:54:58 Server: Object 4:212 not found (message Type_119) 20:54:58 Server: Object 4:209 not found (message Type_119) 20:54:58 Server: Object 4:210 not found (message Type_119) 20:54:58 Server: Object 4:216 not found (message Type_396) 20:54:58 Server: Object 4:211 not found (message Type_119) 20:54:58 Server: Object 4:213 not found (message Type_396) 20:54:58 Server: Object 4:215 not found (message Type_91) 20:54:58 Server: Object 4:214 not found (message Type_119) 20:54:58 Error: Object(4 : 122) not found 20:54:58 Error: Object(4 : 108) not found 20:54:58 Error: Object(4 : 109) not found 20:54:58 Error: Object(4 : 121) not found 20:54:58 Error: Object(4 : 110) not found 20:54:58 Error: Object(4 : 123) not found 20:54:58 Error: Object(4 : 111) not found 20:54:58 Error: Object(4 : 120) not found 20:54:58 Error: Object(4 : 126) not found 20:54:58 Error: Object(4 : 112) not found 20:54:58 Error: Object(4 : 113) not found 20:54:58 Error: Object(4 : 119) not found 20:54:58 Error: Object(4 : 114) not found 20:54:58 Error: Object(4 : 116) not found 20:54:58 Error: Object(4 : 115) not found 20:54:58 Error: Object(4 : 118) not found 20:54:58 Error: Object(4 : 117) not found 20:54:58 Error: Object(4 : 124) not found 20:54:58 Server: Object 4:245 not found (message Type_396) 20:54:58 Server: Object 4:246 not found (message Type_119) 20:54:58 Server: Object 4:258 not found (message Type_396) 20:54:58 Server: Object 4:257 not found (message Type_396) 20:54:58 Server: Object 4:256 not found (message Type_396) 20:54:58 Server: Object 4:250 not found (message Type_119) 20:54:58 Server: Object 4:247 not found (message Type_396) 20:54:58 Server: Object 4:248 not found (message Type_119) 20:54:58 Server: Object 4:249 not found (message Type_119) 20:54:58 Server: Object 4:255 not found (message Type_396) 20:54:58 Server: Object 4:254 not found (message Type_396) 20:54:58 Server: Object 4:253 not found (message Type_91) 20:54:58 Server: Object 4:252 not found (message Type_396) 20:54:58 Server: Object 4:251 not found (message Type_91) 20:54:58 Server: Object 4:263 not found (message Type_119) 20:54:58 Server: Object 4:267 not found (message Type_396) 20:54:58 Server: Object 4:266 not found (message Type_396) 20:54:58 Server: Object 4:265 not found (message Type_396) 20:54:58 Server: Object 4:264 not found (message Type_396) 20:54:58 Server: Object 4:261 not found (message Type_119) 20:54:58 Server: Object 4:262 not found (message Type_119) 20:54:58 Server: Object 4:259 not found (message Type_119) 20:54:58 Server: Object 4:260 not found (message Type_119) 20:54:58 Error: Object(4 : 129) not found 20:54:58 Error: Object(4 : 130) not found 20:54:58 Error: Object(4 : 131) not found 20:54:58 Error: Object(4 : 132) not found 20:54:58 Error: Object(4 : 133) not found 20:54:58 Error: Object(4 : 134) not found 20:54:58 Error: Object(4 : 135) not found 20:54:58 Error: Object(4 : 136) not found 20:54:58 Error: Object(4 : 137) not found 20:54:58 Error: Object(4 : 138) not found 20:54:58 Error: Object(4 : 139) not found 20:54:58 Error: Object(4 : 140) not found 20:54:58 Error: Object(4 : 141) not found 20:54:58 Error: Object(4 : 142) not found 20:54:58 Error: Object(4 : 143) not found 20:54:58 Error: Object(4 : 144) not found 20:54:58 Error: Object(4 : 145) not found 20:54:58 Error: Object(4 : 146) not found 20:54:58 Error: Object(4 : 158) not found 20:54:58 Error: Object(4 : 166) not found 20:54:58 Error: Object(4 : 160) not found 20:54:58 Error: Object(4 : 186) not found 20:54:58 Error: Object(4 : 161) not found 20:54:58 Error: Object(4 : 185) not found 20:54:58 Error: Object(4 : 162) not found 20:54:58 Error: Object(4 : 184) not found 20:54:58 Error: Object(4 : 163) not found 20:54:58 Error: Object(4 : 183) not found 20:54:58 Server: Object 4:268 not found (message Type_119) 20:54:58 Server: Object 4:278 not found (message Type_396) 20:54:58 Server: Object 4:277 not found (message Type_396) 20:54:58 Server: Object 4:276 not found (message Type_396) 20:54:58 Server: Object 4:271 not found (message Type_91) 20:54:58 Server: Object 4:275 not found (message Type_91) 20:54:58 Server: Object 4:274 not found (message Type_396) 20:54:58 Server: Object 4:272 not found (message Type_119) 20:54:58 Server: Object 4:270 not found (message Type_119) 20:54:58 Server: Object 4:273 not found (message Type_396) 20:54:58 Server: Object 4:269 not found (message Type_91) 20:54:58 Error: Object(4 : 164) not found 20:54:58 Error: Object(4 : 182) not found 20:54:58 Error: Object(4 : 165) not found 20:54:58 Error: Object(4 : 181) not found 20:54:58 Error: Object(4 : 180) not found 20:54:58 Error: Object(4 : 167) not found 20:54:58 Error: Object(4 : 179) not found 20:54:58 Error: Object(4 : 168) not found 20:54:58 Error: Object(4 : 178) not found 20:54:58 Error: Object(4 : 169) not found 20:54:58 Error: Object(4 : 177) not found 20:54:58 Error: Object(4 : 170) not found 20:54:58 Error: Object(4 : 176) not found 20:54:58 Error: Object(4 : 171) not found 20:54:58 Error: Object(4 : 175) not found 20:54:58 Error: Object(4 : 172) not found 20:54:58 Error: Object(4 : 174) not found 20:54:58 Error: Object(4 : 173) not found 20:54:58 Server: Object 4:282 not found (message Type_91) 20:54:58 Server: Object 4:287 not found (message Type_396) 20:54:58 Server: Object 4:286 not found (message Type_396) 20:54:58 Server: Object 4:285 not found (message Type_396) 20:54:58 Server: Object 4:284 not found (message Type_119) 20:54:58 Server: Object 4:281 not found (message Type_91) 20:54:58 Server: Object 4:279 not found (message Type_91) 20:54:58 Server: Object 4:280 not found (message Type_119) 20:54:58 Server: Object 4:283 not found (message Type_396) 20:54:58 Server: Object 4:288 not found (message Type_396) 20:54:58 Error: Object(4 : 244) not found 20:54:58 Error: Object(4 : 235) not found 20:54:58 Error: Object(4 : 234) not found 20:54:58 Error: Object(4 : 233) not found 20:54:58 Error: Object(4 : 232) not found 20:54:58 Error: Object(4 : 230) not found 20:54:58 Error: Object(4 : 229) not found 20:54:58 Error: Object(4 : 228) not found 20:54:58 Error: Object(4 : 227) not found 20:54:58 Error: Object(4 : 226) not found 20:54:58 Error: Object(4 : 225) not found 20:54:58 Error: Object(4 : 224) not found 20:54:58 Error: Object(4 : 223) not found 20:54:58 Error: Object(4 : 222) not found 20:54:58 Error: Object(4 : 221) not found 20:54:58 Error: Object(4 : 241) not found 20:54:58 Error: Object(4 : 220) not found 20:54:58 Error: Object(4 : 219) not found 20:54:58 Error: Object(4 : 243) not found 20:54:58 Error: Object(4 : 218) not found 20:54:58 Error: Object(4 : 236) not found 20:54:58 Error: Object(4 : 231) not found 20:54:58 Error: Object(4 : 242) not found 20:54:58 Error: Object(4 : 207) not found 20:54:58 Error: Object(4 : 217) not found 20:54:58 Error: Object(4 : 216) not found 20:54:58 Error: Object(4 : 213) not found 20:54:58 Error: Object(4 : 215) not found 20:54:58 Error: Object(4 : 245) not found 20:54:58 Server: Object 4:290 not found (message Type_119) 20:54:58 Server: Object 4:296 not found (message Type_396) 20:54:58 Server: Object 4:295 not found (message Type_396) 20:54:58 Server: Object 4:294 not found (message Type_396) 20:54:58 Server: Object 4:293 not found (message Type_396) 20:54:58 Server: Object 4:292 not found (message Type_396) 20:54:58 Server: Object 4:291 not found (message Type_396) 20:54:58 Server: Object 4:289 not found (message Type_119) 20:54:58 Error: Object(4 : 258) not found 20:54:58 Error: Object(4 : 257) not found 20:54:58 Error: Object(4 : 256) not found 20:54:58 Error: Object(4 : 247) not found 20:54:58 Error: Object(4 : 255) not found 20:54:58 Error: Object(4 : 254) not found 20:54:58 Error: Object(4 : 252) not found 20:54:58 Error: Object(4 : 253) not found 20:54:58 Error: Object(4 : 251) not found 20:54:58 Error: Object(4 : 267) not found 20:54:58 Error: Object(4 : 266) not found 20:54:58 Error: Object(4 : 265) not found 20:54:58 Error: Object(4 : 264) not found 20:54:58 Server: Object 4:300 not found (message Type_396) 20:54:58 Server: Object 4:305 not found (message Type_396) 20:54:58 Server: Object 4:304 not found (message Type_396) 20:54:58 Server: Object 4:303 not found (message Type_396) 20:54:58 Server: Object 4:302 not found (message Type_396) 20:54:58 Server: Object 4:301 not found (message Type_396) 20:54:58 Server: Object 4:299 not found (message Type_91) 20:54:58 Server: Object 4:297 not found (message Type_119) 20:54:58 Server: Object 4:298 not found (message Type_396) 20:54:58 Error: Object(4 : 278) not found 20:54:58 Error: Object(4 : 277) not found 20:54:58 Error: Object(4 : 276) not found 20:54:58 Error: Object(4 : 273) not found 20:54:58 Error: Object(4 : 271) not found 20:54:58 Error: Object(4 : 269) not found 20:54:58 Error: Object(4 : 274) not found 20:54:58 Error: Object(4 : 275) not found 20:54:58 Error: Object(4 : 287) not found 20:54:58 Error: Object(4 : 286) not found 20:54:58 Server: Object 4:320 not found (message Type_396) 20:54:58 Server: Object 4:319 not found (message Type_396) 20:54:58 Server: Object 4:318 not found (message Type_396) 20:54:58 Server: Object 4:317 not found (message Type_396) 20:54:58 Server: Object 4:316 not found (message Type_396) 20:54:58 Server: Object 4:315 not found (message Type_91) 20:54:58 Server: Object 4:312 not found (message Type_119) 20:54:58 Server: Object 4:314 not found (message Type_91) 20:54:58 Server: Object 4:313 not found (message Type_396) 20:54:58 Server: Object 4:309 not found (message Type_91) 20:54:58 Server: Object 4:311 not found (message Type_396) 20:54:58 Server: Object 4:310 not found (message Type_119) 20:54:58 Error: Object(4 : 285) not found 20:54:58 Error: Object(4 : 283) not found 20:54:58 Error: Object(4 : 281) not found 20:54:58 Error: Object(4 : 282) not found 20:54:58 Error: Object(4 : 288) not found 20:54:58 Error: Object(4 : 296) not found 20:54:58 Error: Object(4 : 295) not found 20:54:58 Error: Object(4 : 294) not found 20:54:58 Error: Object(4 : 293) not found 20:54:58 Error: Object(4 : 292) not found 20:54:58 Error: Object(4 : 291) not found 20:54:58 Server: Object 4:330 not found (message Type_396) 20:54:58 Server: Object 4:329 not found (message Type_396) 20:54:58 Server: Object 4:328 not found (message Type_396) 20:54:58 Server: Object 4:327 not found (message Type_396) 20:54:58 Server: Object 4:326 not found (message Type_396) 20:54:58 Server: Object 4:325 not found (message Type_396) 20:54:58 Server: Object 4:323 not found (message Type_396) 20:54:58 Server: Object 4:322 not found (message Type_119) 20:54:58 Server: Object 4:324 not found (message Type_91) 20:54:58 Error: Object(4 : 305) not found 20:54:58 Error: Object(4 : 304) not found 20:54:58 Error: Object(4 : 303) not found 20:54:58 Error: Object(4 : 302) not found 20:54:58 Error: Object(4 : 301) not found 20:54:58 Error: Object(4 : 299) not found 20:54:58 Error: Object(4 : 298) not found 20:54:58 Error: Object(4 : 300) not found 20:54:58 Error: Object(4 : 306) not found 20:54:58 Error: Object(4 : 320) not found 20:54:58 Error: Object(4 : 319) not found 20:54:58 Error: Object(4 : 318) not found 20:54:58 Error: Object(4 : 317) not found 20:54:58 Error: Object(4 : 316) not found 20:54:58 Error: Object(4 : 308) not found 20:54:58 Error: Object(4 : 313) not found 20:54:58 Error: Object(4 : 314) not found 20:54:58 Error: Object(4 : 309) not found 20:54:58 Error: Object(4 : 311) not found 20:54:58 Error: Object(4 : 315) not found 20:54:58 Error: Object(4 : 307) not found 20:54:58 Error: Object(4 : 330) not found 20:54:58 Error: Object(4 : 329) not found 20:54:58 Error: Object(4 : 328) not found 20:54:58 Error: Object(4 : 327) not found 20:54:58 Error: Object(4 : 326) not found 20:54:58 Error: Object(4 : 321) not found 20:54:58 Error: Object(4 : 325) not found 20:54:58 Error: Object(4 : 323) not found 20:54:58 Error: Object(4 : 324) not found 20:54:58 Error: Object(4 : 90) not found 20:54:58 Error: Object(4 : 243) not found 20:54:58 Error: Object(4 : 188) not found 20:54:58 Error: Object(4 : 163) not found 20:54:58 Error: Object(4 : 215) not found 20:54:58 Error: Object(4 : 128) not found 20:54:58 Error: Object(4 : 94) not found 20:54:58 Error: Object(4 : 165) not found 20:54:58 Error: Object(4 : 106) not found 20:54:58 Error: Object(4 : 88) not found 20:54:58 Error: Object(4 : 87) not found 20:54:58 Error: Object(4 : 116) not found 20:54:58 Error: Object(4 : 120) not found 20:54:58 Error: Object(4 : 218) not found 20:54:58 Error: Object(4 : 162) not found 20:54:58 Error: Object(4 : 123) not found 20:54:58 Error: Object(4 : 180) not found 20:54:58 Error: Object(4 : 207) not found 20:54:58 Error: Object(4 : 235) not found 20:54:58 Error: Object(4 : 164) not found 20:54:58 Error: Object(4 : 100) not found 20:54:58 Error: Object(4 : 118) not found 20:54:58 Error: Object(4 : 136) not found 20:54:58 Error: Object(4 : 93) not found 20:54:58 Error: Object(4 : 133) not found 20:54:58 Error: Object(4 : 103) not found 20:54:58 Error: Object(4 : 99) not found 20:54:58 Error: Object(4 : 127) not found 20:54:58 Error: Object(4 : 148) not found 20:54:58 Error: Object(4 : 124) not found 20:54:58 Error: Object(4 : 178) not found 20:54:58 Error: Object(4 : 185) not found 20:54:58 Error: Object(4 : 122) not found 20:54:58 Error: Object(4 : 117) not found 20:54:58 Error: Object(4 : 183) not found 20:54:58 Error: Object(4 : 144) not found 20:54:58 Error: Object(4 : 179) not found 20:54:58 Error: Object(4 : 95) not found 20:54:58 Error: Object(4 : 121) not found 20:54:58 Error: Object(4 : 91) not found 20:54:58 Error: Object(4 : 89) not found 20:54:58 Error: Object(4 : 173) not found 20:54:58 Error: Object(4 : 125) not found 20:54:58 Error: Object(4 : 107) not found 20:54:58 Error: Object(4 : 167) not found 20:54:58 Error: Object(4 : 187) not found 20:54:58 Error: Object(4 : 140) not found 20:54:58 Error: Object(4 : 171) not found 20:54:58 Error: Object(4 : 130) not found 20:54:58 Error: Object(4 : 110) not found 20:54:58 Error: Object(4 : 108) not found 20:54:58 Error: Object(4 : 105) not found 20:54:58 Error: Object(4 : 113) not found 20:54:58 Error: Object(4 : 112) not found 20:54:58 Error: Object(4 : 111) not found 20:54:58 Error: Object(4 : 160) not found 20:54:58 Error: Object(4 : 208) not found 20:54:58 Error: Object(4 : 196) not found 20:54:58 Error: Object(4 : 101) not found 20:54:58 Error: Object(4 : 236) not found 20:54:58 Error: Object(4 : 155) not found 20:54:58 Error: Object(4 : 181) not found 20:54:58 Error: Object(4 : 114) not found 20:54:58 Error: Object(4 : 96) not found 20:54:58 Error: Object(4 : 209) not found 20:54:58 Error: Object(4 : 138) not found 20:54:58 Error: Object(4 : 170) not found 20:54:58 Error: Object(4 : 149) not found 20:54:58 Error: Object(4 : 104) not found 20:54:58 Error: Object(4 : 211) not found 20:54:58 Error: Object(4 : 190) not found 20:54:58 Error: Object(4 : 200) not found 20:54:58 Error: Object(4 : 150) not found 20:54:58 Error: Object(4 : 217) not found 20:54:58 Error: Object(4 : 129) not found 20:54:58 Error: Object(4 : 246) not found 20:54:58 Error: Object(4 : 205) not found 20:54:58 Error: Object(4 : 182) not found 20:54:58 Error: Object(4 : 210) not found 20:54:58 Error: Object(4 : 227) not found 20:54:58 Error: Object(4 : 202) not found 20:54:58 Error: Object(4 : 119) not found 20:54:58 Error: Object(4 : 219) not found 20:54:58 Error: Object(4 : 109) not found 20:54:58 Error: Object(4 : 194) not found 20:54:58 Error: Object(4 : 132) not found 20:54:58 Error: Object(4 : 238) not found 20:54:58 Error: Object(4 : 102) not found 20:54:58 Error: Object(4 : 198) not found 20:54:58 Error: Object(4 : 186) not found 20:54:58 Error: Object(4 : 204) not found 20:54:58 Error: Object(4 : 126) not found 20:54:58 Error: Object(4 : 172) not found 20:54:59 Error: Object(4 : 166) not found 20:54:59 Error: Object(4 : 222) not found 20:54:59 Error: Object(4 : 239) not found 20:54:59 Error: Object(4 : 214) not found 20:54:59 Error: Object(4 : 153) not found 20:54:59 Error: Object(4 : 98) not found 20:54:59 Error: Object(4 : 213) not found 20:54:59 Error: Object(4 : 230) not found 20:54:59 Error: Object(4 : 152) not found 20:54:59 Error: Object(4 : 146) not found 20:54:59 Error: Object(4 : 240) not found 20:54:59 Error: Object(4 : 92) not found 20:54:59 Error: Object(4 : 232) not found 20:54:59 Error: Object(4 : 234) not found 20:54:59 Error: Object(4 : 206) not found 20:54:59 Error: Object(4 : 184) not found 20:54:59 Error: Object(4 : 199) not found 20:54:59 Error: Object(4 : 97) not found 20:54:59 Error: Object(4 : 203) not found 20:54:59 Error: Object(4 : 158) not found 20:54:59 Error: Object(4 : 141) not found 20:54:59 Error: Object(4 : 135) not found 20:54:59 Error: Object(4 : 115) not found 20:54:59 Error: Object(4 : 216) not found 20:54:59 Error: Object(4 : 175) not found 20:54:59 Error: Object(4 : 134) not found 20:54:59 Error: Object(4 : 169) not found 20:54:59 Error: Object(4 : 229) not found 20:54:59 Error: Object(4 : 228) not found 20:54:59 Error: Object(4 : 241) not found 20:54:59 Error: Object(4 : 151) not found 20:54:59 Error: Object(4 : 225) not found 20:54:59 Error: Object(4 : 159) not found 20:54:59 Error: Object(4 : 145) not found 20:54:59 Error: Object(4 : 161) not found 20:54:59 Error: Object(4 : 197) not found 20:54:59 Error: Object(4 : 233) not found 20:54:59 Error: Object(4 : 176) not found 20:54:59 Error: Object(4 : 139) not found 20:54:59 Error: Object(4 : 220) not found 20:54:59 Error: Object(4 : 154) not found 20:54:59 Error: Object(4 : 157) not found 20:54:59 Error: Object(4 : 237) not found 20:54:59 Error: Object(4 : 142) not found 20:54:59 Error: Object(4 : 137) not found 20:54:59 Error: Object(4 : 244) not found 20:54:59 Error: Object(4 : 245) not found 20:54:59 Error: Object(4 : 177) not found 20:54:59 Error: Object(4 : 193) not found 20:54:59 Error: Object(4 : 223) not found 20:54:59 Error: Object(4 : 131) not found 20:54:59 Error: Object(4 : 168) not found 20:54:59 Error: Object(4 : 226) not found 20:54:59 Error: Object(4 : 242) not found 20:54:59 Error: Object(4 : 191) not found 20:54:59 Error: Object(4 : 231) not found 20:54:59 Error: Object(4 : 224) not found 20:54:59 Error: Object(4 : 174) not found 20:54:59 Error: Object(4 : 192) not found 20:54:59 Error: Object(4 : 201) not found 20:54:59 Error: Object(4 : 195) not found 20:54:59 Error: Object(4 : 189) not found 20:54:59 Error: Object(4 : 156) not found 20:54:59 Error: Object(4 : 147) not found 20:54:59 Error: Object(4 : 212) not found 20:54:59 Error: Object(4 : 143) not found 20:54:59 Error: Object(4 : 221) not found 20:54:59 Error: Object(4 : 338) not found 20:54:59 Error: Object(4 : 346) not found 20:54:59 Error: Object(4 : 357) not found 20:54:59 Error: Object(4 : 356) not found 20:54:59 Error: Object(4 : 333) not found 20:54:59 Error: Object(4 : 355) not found 20:55:08 Server: Object 4:395 not found (message Type_396) 20:55:08 Server: Object 4:393 not found (message Type_396) 20:55:08 Server: Object 4:394 not found (message Type_396) 20:55:08 Server: Object 4:383 not found (message Type_91) 20:55:08 Server: Object 4:392 not found (message Type_396) 20:55:08 Server: Object 4:391 not found (message Type_396) 20:55:08 Server: Object 4:387 not found (message Type_396) 20:55:08 Server: Object 4:384 not found (message Type_172) 20:55:08 Server: Object 4:385 not found (message Type_119) 20:55:08 Server: Object 4:386 not found (message Type_119) 20:55:08 Server: Object 4:389 not found (message Type_396) 20:55:08 Server: Object 4:388 not found (message Type_119) 20:55:08 Server: Object 4:390 not found (message Type_119) 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 395) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 394) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 359) not found 20:55:08 Error: Object(4 : 360) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 393) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 387) not found 20:55:08 Error: Object(4 : 389) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 396) not found 20:55:08 Error: Object(4 : 397) not found 20:55:08 Error: Object(4 : 398) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Server: Object 4:480 not found (message Type_396) 20:55:08 Server: Object 4:482 not found (message Type_396) 20:55:08 Server: Object 4:481 not found (message Type_396) 20:55:08 Server: Object 4:479 not found (message Type_119) 20:55:08 Server: Object 4:478 not found (message Type_91) 20:55:08 Error: Object(4 : 444) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 469) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 424) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 427) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 435) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 440) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 443) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 445) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 447) not found 20:55:08 Error: Object(4 : 448) not found 20:55:08 Error: Object(4 : 449) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 453) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 466) not found 20:55:08 Server: Object 4:524 not found (message Type_396) 20:55:08 Server: Object 4:523 not found (message Type_396) 20:55:08 Server: Object 4:521 not found (message Type_91) 20:55:08 Server: Object 4:522 not found (message Type_396) 20:55:08 Error: Object(4 : 467) not found 20:55:08 Error: Object(4 : 482) not found 20:55:08 Error: Object(4 : 475) not found 20:55:08 Error: Object(4 : 481) not found 20:55:08 Error: Object(4 : 477) not found 20:55:08 Error: Object(4 : 476) not found 20:55:08 Error: Object(4 : 478) not found 20:55:08 Error: Object(4 : 480) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 474) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 493) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 489) not found 20:55:08 Error: Object(4 : 488) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 517) not found 20:55:08 Error: Object(4 : 516) not found 20:55:08 Error: Object(4 : 515) not found 20:55:08 Error: Object(4 : 514) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 487) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 492) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 502) not found 20:55:08 Error: Object(4 : 498) not found 20:55:08 Error: Object(4 : 499) not found 20:55:08 Error: Object(4 : 500) not found 20:55:08 Error: Object(4 : 501) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 527) not found 20:55:08 Error: Object(4 : 532) not found 20:55:08 Error: Object(4 : 530) not found 20:55:08 Error: Object(4 : 525) not found 20:55:08 Error: Object(4 : 526) not found 20:55:08 Error: Object(4 : 529) not found 20:55:08 Error: Object(4 : 528) not found 20:55:08 Error: Object(4 : 531) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 553) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 557) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 556) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 555) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 550) not found 20:55:08 Error: Object(4 : 552) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 566) not found 20:55:08 Error: Object(4 : 577) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 586) not found 20:55:08 Error: Object(4 : 585) not found 20:55:08 Error: Object(4 : 584) not found 20:55:08 Error: Object(4 : 583) not found 20:55:08 Error: Object(4 : 582) not found 20:55:08 Error: Object(4 : 579) not found 20:55:08 Error: Object(4 : 581) not found 20:55:08 Error: Object(4 : 580) not found 20:55:08 Error: Object(4 : 578) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 587) not found 20:55:08 Error: Object(4 : 595) not found 20:55:08 Error: Object(4 : 594) not found 20:55:08 Error: Object(4 : 593) not found 20:55:08 Error: Object(4 : 592) not found 20:55:08 Error: Object(4 : 591) not found 20:55:08 Error: Object(4 : 590) not found 20:55:08 Error: Object(4 : 589) not found 20:55:08 Error: Object(4 : 588) not found 20:55:08 Error: Object(4 : 386) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 596) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 600) not found 20:55:08 Error: Object(4 : 602) not found 20:55:08 Error: Object(4 : 601) not found 20:55:08 Error: Object(4 : 599) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 603) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 604) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 603) not found 20:55:08 Error: Object(4 : 608) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 612) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 616) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 620) not found 20:55:08 Error: Object(4 : 619) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 623) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 632) not found 20:55:08 Error: Object(4 : 630) not found 20:55:08 Error: Object(4 : 629) not found 20:55:08 Error: Object(4 : 631) not found 20:55:08 Error: Object(4 : 643) not found 20:55:08 Error: Object(4 : 642) not found 20:55:08 Error: Object(4 : 641) not found 20:55:08 Error: Object(4 : 640) not found 20:55:08 Error: Object(4 : 656) not found 20:55:08 Error: Object(4 : 655) not found 20:55:08 Error: Object(4 : 654) not found 20:55:08 Error: Object(4 : 653) not found 20:55:08 Error: Object(4 : 682) not found 20:55:08 Error: Object(4 : 680) not found 20:55:08 Error: Object(4 : 681) not found 20:55:08 Error: Object(4 : 679) not found 20:55:08 Error: Object(4 : 674) not found 20:55:08 Error: Object(4 : 676) not found 20:55:08 Error: Object(4 : 675) not found 20:55:08 Error: Object(4 : 677) not found 20:55:08 Error: Object(4 : 673) not found 20:55:08 Error: Object(4 : 678) not found 20:55:08 Error: Object(4 : 672) not found 20:55:08 Error: Object(4 : 668) not found 20:55:08 Error: Object(4 : 671) not found 20:55:08 Error: Object(4 : 670) not found 20:55:08 Error: Object(4 : 666) not found 20:55:08 Error: Object(4 : 663) not found 20:55:08 Error: Object(4 : 669) not found 20:55:08 Error: Object(4 : 667) not found 20:55:08 Error: Object(4 : 664) not found 20:55:08 Error: Object(4 : 665) not found 20:55:08 Error: Object(4 : 708) not found 20:55:08 Error: Object(4 : 706) not found 20:55:08 Error: Object(4 : 705) not found 20:55:08 Error: Object(4 : 707) not found 20:55:08 Error: Object(4 : 701) not found 20:55:08 Error: Object(4 : 704) not found 20:55:08 Error: Object(4 : 700) not found 20:55:08 Error: Object(4 : 699) not found 20:55:08 Error: Object(4 : 698) not found 20:55:08 Error: Object(4 : 703) not found 20:55:08 Error: Object(4 : 702) not found 20:55:08 Error: Object(4 : 695) not found 20:55:08 Error: Object(4 : 697) not found 20:55:08 Error: Object(4 : 694) not found 20:55:08 Error: Object(4 : 691) not found 20:55:08 Error: Object(4 : 693) not found 20:55:08 Error: Object(4 : 689) not found 20:55:08 Error: Object(4 : 692) not found 20:55:08 Error: Object(4 : 696) not found 20:55:08 Error: Object(4 : 690) not found 20:55:08 Error: Object(4 : 619) not found 20:55:08 Error: Object(4 : 623) not found 20:55:08 Error: Object(4 : 718) not found 20:55:08 Error: Object(4 : 717) not found 20:55:08 Error: Object(4 : 716) not found 20:55:08 Error: Object(4 : 715) not found 20:55:08 Error: Object(4 : 710) not found 20:55:08 Error: Object(4 : 720) not found 20:55:08 Error: Object(4 : 735) not found 20:55:08 Error: Object(4 : 732) not found 20:55:08 Error: Object(4 : 734) not found 20:55:08 Error: Object(4 : 733) not found 20:55:08 Error: Object(4 : 744) not found 20:55:08 Error: Object(4 : 743) not found 20:55:08 Error: Object(4 : 742) not found 20:55:08 Error: Object(4 : 741) not found 20:55:08 Error: Object(4 : 746) not found 20:55:08 Error: Object(4 : 745) not found 20:55:08 Error: Object(4 : 748) not found 20:55:08 Error: Object(4 : 449) not found 20:55:08 Error: Object(4 : 476) not found 20:55:08 Error: Object(4 : 475) not found 20:55:08 Error: Object(4 : 492) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 501) not found 20:55:08 Error: Object(4 : 360) not found 20:55:08 Error: Object(4 : 595) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 600) not found 20:55:08 Error: Object(4 : 593) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 394) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 528) not found 20:55:08 Error: Object(4 : 553) not found 20:55:08 Error: Object(4 : 448) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 388) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 599) not found 20:55:08 Error: Object(4 : 477) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 359) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 479) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 583) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 466) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 578) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 580) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 389) not found 20:55:08 Error: Object(4 : 385) not found 20:55:08 Error: Object(4 : 592) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 469) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 478) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 525) not found 20:55:08 Error: Object(4 : 395) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 480) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 529) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 390) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 555) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 397) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 427) not found 20:55:08 Error: Object(4 : 587) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 516) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 467) not found 20:55:08 Error: Object(4 : 398) not found 20:55:08 Error: Object(4 : 589) not found 20:55:08 Error: Object(4 : 481) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 579) not found 20:55:08 Error: Object(4 : 515) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 498) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 396) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 489) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 493) not found 20:55:08 Error: Object(4 : 581) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 447) not found 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 526) not found 20:55:08 Error: Object(4 : 552) not found 20:55:08 Error: Object(4 : 594) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 444) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 556) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 601) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 532) not found 20:55:08 Error: Object(4 : 474) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 502) not found 20:55:08 Error: Object(4 : 591) not found 20:55:08 Error: Object(4 : 588) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 517) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 514) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 584) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 445) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 602) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 550) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 500) not found 20:55:08 Error: Object(4 : 586) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 582) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 482) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 499) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 435) not found 20:55:08 Error: Object(4 : 386) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 531) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 557) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 527) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 387) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 440) not found 20:55:08 Error: Object(4 : 453) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 424) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 487) not found 20:55:08 Error: Object(4 : 530) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 393) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 443) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 488) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 590) not found 20:55:08 Error: Object(4 : 789) not found 20:55:08 Error: Object(4 : 788) not found 20:55:08 Error: Object(4 : 787) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 585) not found 20:55:08 Error: Object(4 : 805) not found 20:55:08 Error: Object(4 : 807) not found 20:55:08 Error: Object(4 : 808) not found 20:55:08 Error: Object(4 : 806) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 720) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 745) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 623) not found 20:55:09 Error: Object(4 : 603) not found 20:55:09 Error: Object(4 : 710) not found 20:55:09 Error: Object(4 : 619) not found 20:55:09 Error: Object(4 : 746) not found 20:55:09 Error: Object(4 : 748) not found 20:55:09 Error: Object(4 : 811) not found 20:55:09 Error: Object(4 : 813) not found 20:55:09 Error: Object(4 : 812) not found 20:55:09 Error: Object(4 : 810) not found 20:55:09 Error: Object(4 : 814) not found 20:55:09 Error: Object(4 : 824) not found 20:55:09 Error: Object(4 : 830) not found 20:55:09 Error: Object(4 : 829) not found 20:55:09 Error: Object(4 : 828) not found 20:55:09 Error: Object(4 : 825) not found 20:55:09 Error: Object(4 : 827) not found 20:55:09 Error: Object(4 : 826) not found 20:55:09 Error: Object(4 : 823) not found 20:55:09 Error: Object(4 : 838) not found 20:55:09 Error: Object(4 : 840) not found 20:55:09 Error: Object(4 : 841) not found 20:55:09 Error: Object(4 : 842) not found 20:55:09 Error: Object(4 : 843) not found 20:55:09 Error: Object(4 : 844) not found Link to comment Share on other sites More sharing options...
Floyd Posted June 22, 2015 Report Share Posted June 22, 2015 You can still use TADST, you just have to check the "Launch as is" box. TADST overwrites the config and does not correctly add a few lines concerning the HC.I thought that was covered elsewhere in this post. Perhaps its in another one. Thus my always asking if someone is using TADST.Its written about often in the BIS forums. For the ease of switching and starting up Chernarus and Altis servers during testing, I still use TADST for my home Dev servers. But I just don't see using it on a dedicated server. Too many other options available.And iirc, its not recommended to run FUMS and A3EAI on the same HC. Also, iirc, one should be started before the other. (Though, I could be way off base on both comments, as I've not kept up with the latest developments on either of items.) tinboye 1 Link to comment Share on other sites More sharing options...
Carp! Posted June 26, 2015 Report Share Posted June 26, 2015 I should note that i was able to get the HC to work. but the fums and a3eai was giving me object errors, not entirely sure why, but i would get hundreds of errors. Error: Object(4 : 27) not found 20:54:58 Error: Object(4 : 28) not found 20:54:58 Error: Object(4 : 29) not found 20:54:58 Error: Object(4 : 30) not found 20:54:58 Error: Object(4 : 31) not found 20:54:58 Error: Object(4 : 32) not found 20:54:58 Error: Object(4 : 33) not found 20:54:58 Error: Object(4 : 34) not found 20:54:58 Error: Object(4 : 35) not found 20:54:58 Error: Object(4 : 36) not found 20:54:58 Error: Object(4 : 37) not found 20:54:58 Error: Object(4 : 38) not found 20:54:58 Error: Object(4 : 41) not found 20:54:58 Error: Object(4 : 44) not found 20:54:58 Error: Object(4 : 39) not found 20:54:58 Error: Object(4 : 40) not found 20:54:58 Error: Object(4 : 43) not found 20:54:58 Error: Object(4 : 42) not found 20:54:58 Error: Object(4 : 51) not found 20:54:58 Error: Object(4 : 45) not found 20:54:58 Error: Object(4 : 46) not found 20:54:58 Error: Object(4 : 47) not found 20:54:58 Error: Object(4 : 48) not found 20:54:58 Error: Object(4 : 49) not found 20:54:58 Error: Object(4 : 50) not found 20:54:58 Error: Object(4 : 57) not found 20:54:58 Error: Object(4 : 52) not found 20:54:58 Error: Object(4 : 53) not found 20:54:58 Error: Object(4 : 54) not found 20:54:58 Error: Object(4 : 55) not found 20:54:58 Error: Object(4 : 56) not found 20:54:58 Error: Object(4 : 58) not found 20:54:58 Error: Object(4 : 59) not found 20:54:58 Error: Object(4 : 60) not found 20:54:58 Error: Object(4 : 61) not found 20:54:58 Error: Object(4 : 62) not found 20:54:58 Error: Object(4 : 63) not found 20:54:58 Error: Object(4 : 66) not found 20:54:58 Error: Object(4 : 65) not found 20:54:58 Error: Object(4 : 76) not found 20:54:58 Error: Object(4 : 75) not found 20:54:58 Error: Object(4 : 64) not found 20:54:58 Error: Object(4 : 74) not found 20:54:58 Error: Object(4 : 67) not found 20:54:58 Error: Object(4 : 68) not found 20:54:58 Error: Object(4 : 69) not found 20:54:58 Error: Object(4 : 70) not found 20:54:58 Error: Object(4 : 71) not found 20:54:58 Error: Object(4 : 72) not found 20:54:58 Error: Object(4 : 73) not found 20:54:58 Error: Object(4 : 80) not found 20:54:58 Error: Object(4 : 77) not found 20:54:58 Error: Object(4 : 79) not found 20:54:58 Error: Object(4 : 78) not found 20:54:58 Error: Object(4 : 82) not found 20:54:58 Error: Object(4 : 86) not found 20:54:58 Error: Object(4 : 85) not found 20:54:58 Error: Object(4 : 84) not found 20:54:58 Error: Object(4 : 81) not found 20:54:58 Error: Object(4 : 83) not found 20:54:58 Error: Object(4 : 88) not found 20:54:58 Error: Object(4 : 89) not found 20:54:58 Error: Object(4 : 87) not found 20:54:58 Error: Object(4 : 90) not found 20:54:58 Error: Object(4 : 45) not found 20:54:58 Error: Object(4 : 91) not found 20:54:58 Error: Object(4 : 106) not found 20:54:58 Error: Object(4 : 128) not found 20:54:58 Error: Object(4 : 107) not found 20:54:58 Error: Object(4 : 92) not found 20:54:58 Error: Object(4 : 93) not found 20:54:58 Error: Object(4 : 94) not found 20:54:58 Error: Object(4 : 95) not found 20:54:58 Error: Object(4 : 96) not found 20:54:58 Error: Object(4 : 97) not found 20:54:58 Error: Object(4 : 98) not found 20:54:58 Error: Object(4 : 99) not found 20:54:58 Error: Object(4 : 100) not found 20:54:58 Server: Object 4:158 not found (message Type_91) 20:54:58 Server: Object 4:159 not found (message Type_119) 20:54:58 Server: Object 4:160 not found (message Type_91) 20:54:58 Server: Object 4:161 not found (message Type_91) 20:54:58 Server: Object 4:162 not found (message Type_91) 20:54:58 Server: Object 4:163 not found (message Type_91) 20:54:58 Server: Object 4:164 not found (message Type_91) 20:54:58 Server: Object 4:165 not found (message Type_91) 20:54:58 Server: Object 4:166 not found (message Type_91) 20:54:58 Server: Object 4:147 not found (message Type_119) 20:54:58 Server: Object 4:167 not found (message Type_91) 20:54:58 Server: Object 4:148 not found (message Type_119) 20:54:58 Server: Object 4:149 not found (message Type_119) 20:54:58 Server: Object 4:168 not found (message Type_91) 20:54:58 Server: Object 4:150 not found (message Type_119) 20:54:58 Server: Object 4:151 not found (message Type_119) 20:54:58 Server: Object 4:169 not found (message Type_91) 20:54:58 Server: Object 4:152 not found (message Type_119) 20:54:58 Server: Object 4:153 not found (message Type_119) 20:54:58 Server: Object 4:170 not found (message Type_91) 20:54:58 Server: Object 4:154 not found (message Type_119) 20:54:58 Server: Object 4:155 not found (message Type_119) 20:54:58 Server: Object 4:171 not found (message Type_91) 20:54:58 Server: Object 4:156 not found (message Type_119) 20:54:58 Server: Object 4:157 not found (message Type_119) 20:54:58 Server: Object 4:172 not found (message Type_91) 20:54:58 Server: Object 4:187 not found (message Type_119) 20:54:58 Server: Object 4:186 not found (message Type_396) 20:54:58 Server: Object 4:185 not found (message Type_396) 20:54:58 Server: Object 4:184 not found (message Type_396) 20:54:58 Server: Object 4:183 not found (message Type_396) 20:54:58 Server: Object 4:182 not found (message Type_396) 20:54:58 Server: Object 4:181 not found (message Type_396) 20:54:58 Server: Object 4:180 not found (message Type_396) 20:54:58 Server: Object 4:173 not found (message Type_396) 20:54:58 Server: Object 4:179 not found (message Type_396) 20:54:58 Server: Object 4:178 not found (message Type_396) 20:54:58 Server: Object 4:177 not found (message Type_396) 20:54:58 Server: Object 4:176 not found (message Type_396) 20:54:58 Server: Object 4:175 not found (message Type_396) 20:54:58 Server: Object 4:174 not found (message Type_396) 20:54:58 Error: Object(4 : 101) not found 20:54:58 Error: Object(4 : 102) not found 20:54:58 Error: Object(4 : 103) not found 20:54:58 Error: Object(4 : 104) not found 20:54:58 Error: Object(4 : 105) not found 20:54:58 Error: Object(4 : 127) not found 20:54:58 Error: Object(4 : 125) not found 20:54:58 Server: Object 4:204 not found (message Type_119) 20:54:58 Server: Object 4:244 not found (message Type_396) 20:54:58 Server: Object 4:235 not found (message Type_396) 20:54:58 Server: Object 4:236 not found (message Type_91) 20:54:58 Server: Object 4:234 not found (message Type_396) 20:54:58 Server: Object 4:233 not found (message Type_396) 20:54:58 Server: Object 4:237 not found (message Type_119) 20:54:58 Server: Object 4:232 not found (message Type_396) 20:54:58 Server: Object 4:231 not found (message Type_396) 20:54:58 Server: Object 4:219 not found (message Type_396) 20:54:58 Server: Object 4:230 not found (message Type_396) 20:54:58 Server: Object 4:229 not found (message Type_396) 20:54:58 Server: Object 4:238 not found (message Type_119) 20:54:58 Server: Object 4:228 not found (message Type_396) 20:54:58 Server: Object 4:227 not found (message Type_396) 20:54:58 Server: Object 4:226 not found (message Type_396) 20:54:58 Server: Object 4:239 not found (message Type_119) 20:54:58 Server: Object 4:225 not found (message Type_396) 20:54:58 Server: Object 4:224 not found (message Type_396) 20:54:58 Server: Object 4:200 not found (message Type_119) 20:54:58 Server: Object 4:243 not found (message Type_396) 20:54:58 Server: Object 4:223 not found (message Type_396) 20:54:58 Server: Object 4:240 not found (message Type_119) 20:54:58 Server: Object 4:222 not found (message Type_396) 20:54:58 Server: Object 4:221 not found (message Type_396) 20:54:58 Server: Object 4:241 not found (message Type_396) 20:54:58 Server: Object 4:188 not found (message Type_119) 20:54:58 Server: Object 4:189 not found (message Type_119) 20:54:58 Server: Object 4:190 not found (message Type_119) 20:54:58 Server: Object 4:191 not found (message Type_119) 20:54:58 Server: Object 4:192 not found (message Type_119) 20:54:58 Server: Object 4:220 not found (message Type_396) 20:54:58 Server: Object 4:193 not found (message Type_119) 20:54:58 Server: Object 4:194 not found (message Type_119) 20:54:58 Server: Object 4:195 not found (message Type_119) 20:54:58 Server: Object 4:196 not found (message Type_119) 20:54:58 Server: Object 4:242 not found (message Type_396) 20:54:58 Server: Object 4:197 not found (message Type_119) 20:54:58 Server: Object 4:198 not found (message Type_119) 20:54:58 Server: Object 4:199 not found (message Type_119) 20:54:58 Server: Object 4:207 not found (message Type_396) 20:54:58 Server: Object 4:218 not found (message Type_396) 20:54:58 Server: Object 4:201 not found (message Type_119) 20:54:58 Server: Object 4:202 not found (message Type_119) 20:54:58 Server: Object 4:203 not found (message Type_119) 20:54:58 Server: Object 4:205 not found (message Type_119) 20:54:58 Server: Object 4:217 not found (message Type_396) 20:54:58 Server: Object 4:206 not found (message Type_119) 20:54:58 Server: Object 4:208 not found (message Type_119) 20:54:58 Server: Object 4:212 not found (message Type_119) 20:54:58 Server: Object 4:209 not found (message Type_119) 20:54:58 Server: Object 4:210 not found (message Type_119) 20:54:58 Server: Object 4:216 not found (message Type_396) 20:54:58 Server: Object 4:211 not found (message Type_119) 20:54:58 Server: Object 4:213 not found (message Type_396) 20:54:58 Server: Object 4:215 not found (message Type_91) 20:54:58 Server: Object 4:214 not found (message Type_119) 20:54:58 Error: Object(4 : 122) not found 20:54:58 Error: Object(4 : 108) not found 20:54:58 Error: Object(4 : 109) not found 20:54:58 Error: Object(4 : 121) not found 20:54:58 Error: Object(4 : 110) not found 20:54:58 Error: Object(4 : 123) not found 20:54:58 Error: Object(4 : 111) not found 20:54:58 Error: Object(4 : 120) not found 20:54:58 Error: Object(4 : 126) not found 20:54:58 Error: Object(4 : 112) not found 20:54:58 Error: Object(4 : 113) not found 20:54:58 Error: Object(4 : 119) not found 20:54:58 Error: Object(4 : 114) not found 20:54:58 Error: Object(4 : 116) not found 20:54:58 Error: Object(4 : 115) not found 20:54:58 Error: Object(4 : 118) not found 20:54:58 Error: Object(4 : 117) not found 20:54:58 Error: Object(4 : 124) not found 20:54:58 Server: Object 4:245 not found (message Type_396) 20:54:58 Server: Object 4:246 not found (message Type_119) 20:54:58 Server: Object 4:258 not found (message Type_396) 20:54:58 Server: Object 4:257 not found (message Type_396) 20:54:58 Server: Object 4:256 not found (message Type_396) 20:54:58 Server: Object 4:250 not found (message Type_119) 20:54:58 Server: Object 4:247 not found (message Type_396) 20:54:58 Server: Object 4:248 not found (message Type_119) 20:54:58 Server: Object 4:249 not found (message Type_119) 20:54:58 Server: Object 4:255 not found (message Type_396) 20:54:58 Server: Object 4:254 not found (message Type_396) 20:54:58 Server: Object 4:253 not found (message Type_91) 20:54:58 Server: Object 4:252 not found (message Type_396) 20:54:58 Server: Object 4:251 not found (message Type_91) 20:54:58 Server: Object 4:263 not found (message Type_119) 20:54:58 Server: Object 4:267 not found (message Type_396) 20:54:58 Server: Object 4:266 not found (message Type_396) 20:54:58 Server: Object 4:265 not found (message Type_396) 20:54:58 Server: Object 4:264 not found (message Type_396) 20:54:58 Server: Object 4:261 not found (message Type_119) 20:54:58 Server: Object 4:262 not found (message Type_119) 20:54:58 Server: Object 4:259 not found (message Type_119) 20:54:58 Server: Object 4:260 not found (message Type_119) 20:54:58 Error: Object(4 : 129) not found 20:54:58 Error: Object(4 : 130) not found 20:54:58 Error: Object(4 : 131) not found 20:54:58 Error: Object(4 : 132) not found 20:54:58 Error: Object(4 : 133) not found 20:54:58 Error: Object(4 : 134) not found 20:54:58 Error: Object(4 : 135) not found 20:54:58 Error: Object(4 : 136) not found 20:54:58 Error: Object(4 : 137) not found 20:54:58 Error: Object(4 : 138) not found 20:54:58 Error: Object(4 : 139) not found 20:54:58 Error: Object(4 : 140) not found 20:54:58 Error: Object(4 : 141) not found 20:54:58 Error: Object(4 : 142) not found 20:54:58 Error: Object(4 : 143) not found 20:54:58 Error: Object(4 : 144) not found 20:54:58 Error: Object(4 : 145) not found 20:54:58 Error: Object(4 : 146) not found 20:54:58 Error: Object(4 : 158) not found 20:54:58 Error: Object(4 : 166) not found 20:54:58 Error: Object(4 : 160) not found 20:54:58 Error: Object(4 : 186) not found 20:54:58 Error: Object(4 : 161) not found 20:54:58 Error: Object(4 : 185) not found 20:54:58 Error: Object(4 : 162) not found 20:54:58 Error: Object(4 : 184) not found 20:54:58 Error: Object(4 : 163) not found 20:54:58 Error: Object(4 : 183) not found 20:54:58 Server: Object 4:268 not found (message Type_119) 20:54:58 Server: Object 4:278 not found (message Type_396) 20:54:58 Server: Object 4:277 not found (message Type_396) 20:54:58 Server: Object 4:276 not found (message Type_396) 20:54:58 Server: Object 4:271 not found (message Type_91) 20:54:58 Server: Object 4:275 not found (message Type_91) 20:54:58 Server: Object 4:274 not found (message Type_396) 20:54:58 Server: Object 4:272 not found (message Type_119) 20:54:58 Server: Object 4:270 not found (message Type_119) 20:54:58 Server: Object 4:273 not found (message Type_396) 20:54:58 Server: Object 4:269 not found (message Type_91) 20:54:58 Error: Object(4 : 164) not found 20:54:58 Error: Object(4 : 182) not found 20:54:58 Error: Object(4 : 165) not found 20:54:58 Error: Object(4 : 181) not found 20:54:58 Error: Object(4 : 180) not found 20:54:58 Error: Object(4 : 167) not found 20:54:58 Error: Object(4 : 179) not found 20:54:58 Error: Object(4 : 168) not found 20:54:58 Error: Object(4 : 178) not found 20:54:58 Error: Object(4 : 169) not found 20:54:58 Error: Object(4 : 177) not found 20:54:58 Error: Object(4 : 170) not found 20:54:58 Error: Object(4 : 176) not found 20:54:58 Error: Object(4 : 171) not found 20:54:58 Error: Object(4 : 175) not found 20:54:58 Error: Object(4 : 172) not found 20:54:58 Error: Object(4 : 174) not found 20:54:58 Error: Object(4 : 173) not found 20:54:58 Server: Object 4:282 not found (message Type_91) 20:54:58 Server: Object 4:287 not found (message Type_396) 20:54:58 Server: Object 4:286 not found (message Type_396) 20:54:58 Server: Object 4:285 not found (message Type_396) 20:54:58 Server: Object 4:284 not found (message Type_119) 20:54:58 Server: Object 4:281 not found (message Type_91) 20:54:58 Server: Object 4:279 not found (message Type_91) 20:54:58 Server: Object 4:280 not found (message Type_119) 20:54:58 Server: Object 4:283 not found (message Type_396) 20:54:58 Server: Object 4:288 not found (message Type_396) 20:54:58 Error: Object(4 : 244) not found 20:54:58 Error: Object(4 : 235) not found 20:54:58 Error: Object(4 : 234) not found 20:54:58 Error: Object(4 : 233) not found 20:54:58 Error: Object(4 : 232) not found 20:54:58 Error: Object(4 : 230) not found 20:54:58 Error: Object(4 : 229) not found 20:54:58 Error: Object(4 : 228) not found 20:54:58 Error: Object(4 : 227) not found 20:54:58 Error: Object(4 : 226) not found 20:54:58 Error: Object(4 : 225) not found 20:54:58 Error: Object(4 : 224) not found 20:54:58 Error: Object(4 : 223) not found 20:54:58 Error: Object(4 : 222) not found 20:54:58 Error: Object(4 : 221) not found 20:54:58 Error: Object(4 : 241) not found 20:54:58 Error: Object(4 : 220) not found 20:54:58 Error: Object(4 : 219) not found 20:54:58 Error: Object(4 : 243) not found 20:54:58 Error: Object(4 : 218) not found 20:54:58 Error: Object(4 : 236) not found 20:54:58 Error: Object(4 : 231) not found 20:54:58 Error: Object(4 : 242) not found 20:54:58 Error: Object(4 : 207) not found 20:54:58 Error: Object(4 : 217) not found 20:54:58 Error: Object(4 : 216) not found 20:54:58 Error: Object(4 : 213) not found 20:54:58 Error: Object(4 : 215) not found 20:54:58 Error: Object(4 : 245) not found 20:54:58 Server: Object 4:290 not found (message Type_119) 20:54:58 Server: Object 4:296 not found (message Type_396) 20:54:58 Server: Object 4:295 not found (message Type_396) 20:54:58 Server: Object 4:294 not found (message Type_396) 20:54:58 Server: Object 4:293 not found (message Type_396) 20:54:58 Server: Object 4:292 not found (message Type_396) 20:54:58 Server: Object 4:291 not found (message Type_396) 20:54:58 Server: Object 4:289 not found (message Type_119) 20:54:58 Error: Object(4 : 258) not found 20:54:58 Error: Object(4 : 257) not found 20:54:58 Error: Object(4 : 256) not found 20:54:58 Error: Object(4 : 247) not found 20:54:58 Error: Object(4 : 255) not found 20:54:58 Error: Object(4 : 254) not found 20:54:58 Error: Object(4 : 252) not found 20:54:58 Error: Object(4 : 253) not found 20:54:58 Error: Object(4 : 251) not found 20:54:58 Error: Object(4 : 267) not found 20:54:58 Error: Object(4 : 266) not found 20:54:58 Error: Object(4 : 265) not found 20:54:58 Error: Object(4 : 264) not found 20:54:58 Server: Object 4:300 not found (message Type_396) 20:54:58 Server: Object 4:305 not found (message Type_396) 20:54:58 Server: Object 4:304 not found (message Type_396) 20:54:58 Server: Object 4:303 not found (message Type_396) 20:54:58 Server: Object 4:302 not found (message Type_396) 20:54:58 Server: Object 4:301 not found (message Type_396) 20:54:58 Server: Object 4:299 not found (message Type_91) 20:54:58 Server: Object 4:297 not found (message Type_119) 20:54:58 Server: Object 4:298 not found (message Type_396) 20:54:58 Error: Object(4 : 278) not found 20:54:58 Error: Object(4 : 277) not found 20:54:58 Error: Object(4 : 276) not found 20:54:58 Error: Object(4 : 273) not found 20:54:58 Error: Object(4 : 271) not found 20:54:58 Error: Object(4 : 269) not found 20:54:58 Error: Object(4 : 274) not found 20:54:58 Error: Object(4 : 275) not found 20:54:58 Error: Object(4 : 287) not found 20:54:58 Error: Object(4 : 286) not found 20:54:58 Server: Object 4:320 not found (message Type_396) 20:54:58 Server: Object 4:319 not found (message Type_396) 20:54:58 Server: Object 4:318 not found (message Type_396) 20:54:58 Server: Object 4:317 not found (message Type_396) 20:54:58 Server: Object 4:316 not found (message Type_396) 20:54:58 Server: Object 4:315 not found (message Type_91) 20:54:58 Server: Object 4:312 not found (message Type_119) 20:54:58 Server: Object 4:314 not found (message Type_91) 20:54:58 Server: Object 4:313 not found (message Type_396) 20:54:58 Server: Object 4:309 not found (message Type_91) 20:54:58 Server: Object 4:311 not found (message Type_396) 20:54:58 Server: Object 4:310 not found (message Type_119) 20:54:58 Error: Object(4 : 285) not found 20:54:58 Error: Object(4 : 283) not found 20:54:58 Error: Object(4 : 281) not found 20:54:58 Error: Object(4 : 282) not found 20:54:58 Error: Object(4 : 288) not found 20:54:58 Error: Object(4 : 296) not found 20:54:58 Error: Object(4 : 295) not found 20:54:58 Error: Object(4 : 294) not found 20:54:58 Error: Object(4 : 293) not found 20:54:58 Error: Object(4 : 292) not found 20:54:58 Error: Object(4 : 291) not found 20:54:58 Server: Object 4:330 not found (message Type_396) 20:54:58 Server: Object 4:329 not found (message Type_396) 20:54:58 Server: Object 4:328 not found (message Type_396) 20:54:58 Server: Object 4:327 not found (message Type_396) 20:54:58 Server: Object 4:326 not found (message Type_396) 20:54:58 Server: Object 4:325 not found (message Type_396) 20:54:58 Server: Object 4:323 not found (message Type_396) 20:54:58 Server: Object 4:322 not found (message Type_119) 20:54:58 Server: Object 4:324 not found (message Type_91) 20:54:58 Error: Object(4 : 305) not found 20:54:58 Error: Object(4 : 304) not found 20:54:58 Error: Object(4 : 303) not found 20:54:58 Error: Object(4 : 302) not found 20:54:58 Error: Object(4 : 301) not found 20:54:58 Error: Object(4 : 299) not found 20:54:58 Error: Object(4 : 298) not found 20:54:58 Error: Object(4 : 300) not found 20:54:58 Error: Object(4 : 306) not found 20:54:58 Error: Object(4 : 320) not found 20:54:58 Error: Object(4 : 319) not found 20:54:58 Error: Object(4 : 318) not found 20:54:58 Error: Object(4 : 317) not found 20:54:58 Error: Object(4 : 316) not found 20:54:58 Error: Object(4 : 308) not found 20:54:58 Error: Object(4 : 313) not found 20:54:58 Error: Object(4 : 314) not found 20:54:58 Error: Object(4 : 309) not found 20:54:58 Error: Object(4 : 311) not found 20:54:58 Error: Object(4 : 315) not found 20:54:58 Error: Object(4 : 307) not found 20:54:58 Error: Object(4 : 330) not found 20:54:58 Error: Object(4 : 329) not found 20:54:58 Error: Object(4 : 328) not found 20:54:58 Error: Object(4 : 327) not found 20:54:58 Error: Object(4 : 326) not found 20:54:58 Error: Object(4 : 321) not found 20:54:58 Error: Object(4 : 325) not found 20:54:58 Error: Object(4 : 323) not found 20:54:58 Error: Object(4 : 324) not found 20:54:58 Error: Object(4 : 90) not found 20:54:58 Error: Object(4 : 243) not found 20:54:58 Error: Object(4 : 188) not found 20:54:58 Error: Object(4 : 163) not found 20:54:58 Error: Object(4 : 215) not found 20:54:58 Error: Object(4 : 128) not found 20:54:58 Error: Object(4 : 94) not found 20:54:58 Error: Object(4 : 165) not found 20:54:58 Error: Object(4 : 106) not found 20:54:58 Error: Object(4 : 88) not found 20:54:58 Error: Object(4 : 87) not found 20:54:58 Error: Object(4 : 116) not found 20:54:58 Error: Object(4 : 120) not found 20:54:58 Error: Object(4 : 218) not found 20:54:58 Error: Object(4 : 162) not found 20:54:58 Error: Object(4 : 123) not found 20:54:58 Error: Object(4 : 180) not found 20:54:58 Error: Object(4 : 207) not found 20:54:58 Error: Object(4 : 235) not found 20:54:58 Error: Object(4 : 164) not found 20:54:58 Error: Object(4 : 100) not found 20:54:58 Error: Object(4 : 118) not found 20:54:58 Error: Object(4 : 136) not found 20:54:58 Error: Object(4 : 93) not found 20:54:58 Error: Object(4 : 133) not found 20:54:58 Error: Object(4 : 103) not found 20:54:58 Error: Object(4 : 99) not found 20:54:58 Error: Object(4 : 127) not found 20:54:58 Error: Object(4 : 148) not found 20:54:58 Error: Object(4 : 124) not found 20:54:58 Error: Object(4 : 178) not found 20:54:58 Error: Object(4 : 185) not found 20:54:58 Error: Object(4 : 122) not found 20:54:58 Error: Object(4 : 117) not found 20:54:58 Error: Object(4 : 183) not found 20:54:58 Error: Object(4 : 144) not found 20:54:58 Error: Object(4 : 179) not found 20:54:58 Error: Object(4 : 95) not found 20:54:58 Error: Object(4 : 121) not found 20:54:58 Error: Object(4 : 91) not found 20:54:58 Error: Object(4 : 89) not found 20:54:58 Error: Object(4 : 173) not found 20:54:58 Error: Object(4 : 125) not found 20:54:58 Error: Object(4 : 107) not found 20:54:58 Error: Object(4 : 167) not found 20:54:58 Error: Object(4 : 187) not found 20:54:58 Error: Object(4 : 140) not found 20:54:58 Error: Object(4 : 171) not found 20:54:58 Error: Object(4 : 130) not found 20:54:58 Error: Object(4 : 110) not found 20:54:58 Error: Object(4 : 108) not found 20:54:58 Error: Object(4 : 105) not found 20:54:58 Error: Object(4 : 113) not found 20:54:58 Error: Object(4 : 112) not found 20:54:58 Error: Object(4 : 111) not found 20:54:58 Error: Object(4 : 160) not found 20:54:58 Error: Object(4 : 208) not found 20:54:58 Error: Object(4 : 196) not found 20:54:58 Error: Object(4 : 101) not found 20:54:58 Error: Object(4 : 236) not found 20:54:58 Error: Object(4 : 155) not found 20:54:58 Error: Object(4 : 181) not found 20:54:58 Error: Object(4 : 114) not found 20:54:58 Error: Object(4 : 96) not found 20:54:58 Error: Object(4 : 209) not found 20:54:58 Error: Object(4 : 138) not found 20:54:58 Error: Object(4 : 170) not found 20:54:58 Error: Object(4 : 149) not found 20:54:58 Error: Object(4 : 104) not found 20:54:58 Error: Object(4 : 211) not found 20:54:58 Error: Object(4 : 190) not found 20:54:58 Error: Object(4 : 200) not found 20:54:58 Error: Object(4 : 150) not found 20:54:58 Error: Object(4 : 217) not found 20:54:58 Error: Object(4 : 129) not found 20:54:58 Error: Object(4 : 246) not found 20:54:58 Error: Object(4 : 205) not found 20:54:58 Error: Object(4 : 182) not found 20:54:58 Error: Object(4 : 210) not found 20:54:58 Error: Object(4 : 227) not found 20:54:58 Error: Object(4 : 202) not found 20:54:58 Error: Object(4 : 119) not found 20:54:58 Error: Object(4 : 219) not found 20:54:58 Error: Object(4 : 109) not found 20:54:58 Error: Object(4 : 194) not found 20:54:58 Error: Object(4 : 132) not found 20:54:58 Error: Object(4 : 238) not found 20:54:58 Error: Object(4 : 102) not found 20:54:58 Error: Object(4 : 198) not found 20:54:58 Error: Object(4 : 186) not found 20:54:58 Error: Object(4 : 204) not found 20:54:58 Error: Object(4 : 126) not found 20:54:58 Error: Object(4 : 172) not found 20:54:59 Error: Object(4 : 166) not found 20:54:59 Error: Object(4 : 222) not found 20:54:59 Error: Object(4 : 239) not found 20:54:59 Error: Object(4 : 214) not found 20:54:59 Error: Object(4 : 153) not found 20:54:59 Error: Object(4 : 98) not found 20:54:59 Error: Object(4 : 213) not found 20:54:59 Error: Object(4 : 230) not found 20:54:59 Error: Object(4 : 152) not found 20:54:59 Error: Object(4 : 146) not found 20:54:59 Error: Object(4 : 240) not found 20:54:59 Error: Object(4 : 92) not found 20:54:59 Error: Object(4 : 232) not found 20:54:59 Error: Object(4 : 234) not found 20:54:59 Error: Object(4 : 206) not found 20:54:59 Error: Object(4 : 184) not found 20:54:59 Error: Object(4 : 199) not found 20:54:59 Error: Object(4 : 97) not found 20:54:59 Error: Object(4 : 203) not found 20:54:59 Error: Object(4 : 158) not found 20:54:59 Error: Object(4 : 141) not found 20:54:59 Error: Object(4 : 135) not found 20:54:59 Error: Object(4 : 115) not found 20:54:59 Error: Object(4 : 216) not found 20:54:59 Error: Object(4 : 175) not found 20:54:59 Error: Object(4 : 134) not found 20:54:59 Error: Object(4 : 169) not found 20:54:59 Error: Object(4 : 229) not found 20:54:59 Error: Object(4 : 228) not found 20:54:59 Error: Object(4 : 241) not found 20:54:59 Error: Object(4 : 151) not found 20:54:59 Error: Object(4 : 225) not found 20:54:59 Error: Object(4 : 159) not found 20:54:59 Error: Object(4 : 145) not found 20:54:59 Error: Object(4 : 161) not found 20:54:59 Error: Object(4 : 197) not found 20:54:59 Error: Object(4 : 233) not found 20:54:59 Error: Object(4 : 176) not found 20:54:59 Error: Object(4 : 139) not found 20:54:59 Error: Object(4 : 220) not found 20:54:59 Error: Object(4 : 154) not found 20:54:59 Error: Object(4 : 157) not found 20:54:59 Error: Object(4 : 237) not found 20:54:59 Error: Object(4 : 142) not found 20:54:59 Error: Object(4 : 137) not found 20:54:59 Error: Object(4 : 244) not found 20:54:59 Error: Object(4 : 245) not found 20:54:59 Error: Object(4 : 177) not found 20:54:59 Error: Object(4 : 193) not found 20:54:59 Error: Object(4 : 223) not found 20:54:59 Error: Object(4 : 131) not found 20:54:59 Error: Object(4 : 168) not found 20:54:59 Error: Object(4 : 226) not found 20:54:59 Error: Object(4 : 242) not found 20:54:59 Error: Object(4 : 191) not found 20:54:59 Error: Object(4 : 231) not found 20:54:59 Error: Object(4 : 224) not found 20:54:59 Error: Object(4 : 174) not found 20:54:59 Error: Object(4 : 192) not found 20:54:59 Error: Object(4 : 201) not found 20:54:59 Error: Object(4 : 195) not found 20:54:59 Error: Object(4 : 189) not found 20:54:59 Error: Object(4 : 156) not found 20:54:59 Error: Object(4 : 147) not found 20:54:59 Error: Object(4 : 212) not found 20:54:59 Error: Object(4 : 143) not found 20:54:59 Error: Object(4 : 221) not found 20:54:59 Error: Object(4 : 338) not found 20:54:59 Error: Object(4 : 346) not found 20:54:59 Error: Object(4 : 357) not found 20:54:59 Error: Object(4 : 356) not found 20:54:59 Error: Object(4 : 333) not found 20:54:59 Error: Object(4 : 355) not found 20:55:08 Server: Object 4:395 not found (message Type_396) 20:55:08 Server: Object 4:393 not found (message Type_396) 20:55:08 Server: Object 4:394 not found (message Type_396) 20:55:08 Server: Object 4:383 not found (message Type_91) 20:55:08 Server: Object 4:392 not found (message Type_396) 20:55:08 Server: Object 4:391 not found (message Type_396) 20:55:08 Server: Object 4:387 not found (message Type_396) 20:55:08 Server: Object 4:384 not found (message Type_172) 20:55:08 Server: Object 4:385 not found (message Type_119) 20:55:08 Server: Object 4:386 not found (message Type_119) 20:55:08 Server: Object 4:389 not found (message Type_396) 20:55:08 Server: Object 4:388 not found (message Type_119) 20:55:08 Server: Object 4:390 not found (message Type_119) 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 395) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 394) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 359) not found 20:55:08 Error: Object(4 : 360) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 393) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 387) not found 20:55:08 Error: Object(4 : 389) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 396) not found 20:55:08 Error: Object(4 : 397) not found 20:55:08 Error: Object(4 : 398) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Server: Object 4:480 not found (message Type_396) 20:55:08 Server: Object 4:482 not found (message Type_396) 20:55:08 Server: Object 4:481 not found (message Type_396) 20:55:08 Server: Object 4:479 not found (message Type_119) 20:55:08 Server: Object 4:478 not found (message Type_91) 20:55:08 Error: Object(4 : 444) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 469) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 424) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 427) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 435) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 440) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 443) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 445) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 447) not found 20:55:08 Error: Object(4 : 448) not found 20:55:08 Error: Object(4 : 449) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 453) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 466) not found 20:55:08 Server: Object 4:524 not found (message Type_396) 20:55:08 Server: Object 4:523 not found (message Type_396) 20:55:08 Server: Object 4:521 not found (message Type_91) 20:55:08 Server: Object 4:522 not found (message Type_396) 20:55:08 Error: Object(4 : 467) not found 20:55:08 Error: Object(4 : 482) not found 20:55:08 Error: Object(4 : 475) not found 20:55:08 Error: Object(4 : 481) not found 20:55:08 Error: Object(4 : 477) not found 20:55:08 Error: Object(4 : 476) not found 20:55:08 Error: Object(4 : 478) not found 20:55:08 Error: Object(4 : 480) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 474) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 493) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 489) not found 20:55:08 Error: Object(4 : 488) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 517) not found 20:55:08 Error: Object(4 : 516) not found 20:55:08 Error: Object(4 : 515) not found 20:55:08 Error: Object(4 : 514) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 487) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 492) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 502) not found 20:55:08 Error: Object(4 : 498) not found 20:55:08 Error: Object(4 : 499) not found 20:55:08 Error: Object(4 : 500) not found 20:55:08 Error: Object(4 : 501) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 527) not found 20:55:08 Error: Object(4 : 532) not found 20:55:08 Error: Object(4 : 530) not found 20:55:08 Error: Object(4 : 525) not found 20:55:08 Error: Object(4 : 526) not found 20:55:08 Error: Object(4 : 529) not found 20:55:08 Error: Object(4 : 528) not found 20:55:08 Error: Object(4 : 531) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 553) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 557) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 556) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 555) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 550) not found 20:55:08 Error: Object(4 : 552) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 566) not found 20:55:08 Error: Object(4 : 577) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 586) not found 20:55:08 Error: Object(4 : 585) not found 20:55:08 Error: Object(4 : 584) not found 20:55:08 Error: Object(4 : 583) not found 20:55:08 Error: Object(4 : 582) not found 20:55:08 Error: Object(4 : 579) not found 20:55:08 Error: Object(4 : 581) not found 20:55:08 Error: Object(4 : 580) not found 20:55:08 Error: Object(4 : 578) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 587) not found 20:55:08 Error: Object(4 : 595) not found 20:55:08 Error: Object(4 : 594) not found 20:55:08 Error: Object(4 : 593) not found 20:55:08 Error: Object(4 : 592) not found 20:55:08 Error: Object(4 : 591) not found 20:55:08 Error: Object(4 : 590) not found 20:55:08 Error: Object(4 : 589) not found 20:55:08 Error: Object(4 : 588) not found 20:55:08 Error: Object(4 : 386) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 596) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 600) not found 20:55:08 Error: Object(4 : 602) not found 20:55:08 Error: Object(4 : 601) not found 20:55:08 Error: Object(4 : 599) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 603) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 604) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 603) not found 20:55:08 Error: Object(4 : 608) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 612) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 616) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 620) not found 20:55:08 Error: Object(4 : 619) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 623) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 632) not found 20:55:08 Error: Object(4 : 630) not found 20:55:08 Error: Object(4 : 629) not found 20:55:08 Error: Object(4 : 631) not found 20:55:08 Error: Object(4 : 643) not found 20:55:08 Error: Object(4 : 642) not found 20:55:08 Error: Object(4 : 641) not found 20:55:08 Error: Object(4 : 640) not found 20:55:08 Error: Object(4 : 656) not found 20:55:08 Error: Object(4 : 655) not found 20:55:08 Error: Object(4 : 654) not found 20:55:08 Error: Object(4 : 653) not found 20:55:08 Error: Object(4 : 682) not found 20:55:08 Error: Object(4 : 680) not found 20:55:08 Error: Object(4 : 681) not found 20:55:08 Error: Object(4 : 679) not found 20:55:08 Error: Object(4 : 674) not found 20:55:08 Error: Object(4 : 676) not found 20:55:08 Error: Object(4 : 675) not found 20:55:08 Error: Object(4 : 677) not found 20:55:08 Error: Object(4 : 673) not found 20:55:08 Error: Object(4 : 678) not found 20:55:08 Error: Object(4 : 672) not found 20:55:08 Error: Object(4 : 668) not found 20:55:08 Error: Object(4 : 671) not found 20:55:08 Error: Object(4 : 670) not found 20:55:08 Error: Object(4 : 666) not found 20:55:08 Error: Object(4 : 663) not found 20:55:08 Error: Object(4 : 669) not found 20:55:08 Error: Object(4 : 667) not found 20:55:08 Error: Object(4 : 664) not found 20:55:08 Error: Object(4 : 665) not found 20:55:08 Error: Object(4 : 708) not found 20:55:08 Error: Object(4 : 706) not found 20:55:08 Error: Object(4 : 705) not found 20:55:08 Error: Object(4 : 707) not found 20:55:08 Error: Object(4 : 701) not found 20:55:08 Error: Object(4 : 704) not found 20:55:08 Error: Object(4 : 700) not found 20:55:08 Error: Object(4 : 699) not found 20:55:08 Error: Object(4 : 698) not found 20:55:08 Error: Object(4 : 703) not found 20:55:08 Error: Object(4 : 702) not found 20:55:08 Error: Object(4 : 695) not found 20:55:08 Error: Object(4 : 697) not found 20:55:08 Error: Object(4 : 694) not found 20:55:08 Error: Object(4 : 691) not found 20:55:08 Error: Object(4 : 693) not found 20:55:08 Error: Object(4 : 689) not found 20:55:08 Error: Object(4 : 692) not found 20:55:08 Error: Object(4 : 696) not found 20:55:08 Error: Object(4 : 690) not found 20:55:08 Error: Object(4 : 619) not found 20:55:08 Error: Object(4 : 623) not found 20:55:08 Error: Object(4 : 718) not found 20:55:08 Error: Object(4 : 717) not found 20:55:08 Error: Object(4 : 716) not found 20:55:08 Error: Object(4 : 715) not found 20:55:08 Error: Object(4 : 710) not found 20:55:08 Error: Object(4 : 720) not found 20:55:08 Error: Object(4 : 735) not found 20:55:08 Error: Object(4 : 732) not found 20:55:08 Error: Object(4 : 734) not found 20:55:08 Error: Object(4 : 733) not found 20:55:08 Error: Object(4 : 744) not found 20:55:08 Error: Object(4 : 743) not found 20:55:08 Error: Object(4 : 742) not found 20:55:08 Error: Object(4 : 741) not found 20:55:08 Error: Object(4 : 746) not found 20:55:08 Error: Object(4 : 745) not found 20:55:08 Error: Object(4 : 748) not found 20:55:08 Error: Object(4 : 449) not found 20:55:08 Error: Object(4 : 476) not found 20:55:08 Error: Object(4 : 475) not found 20:55:08 Error: Object(4 : 492) not found 20:55:08 Error: Object(4 : 412) not found 20:55:08 Error: Object(4 : 418) not found 20:55:08 Error: Object(4 : 501) not found 20:55:08 Error: Object(4 : 360) not found 20:55:08 Error: Object(4 : 595) not found 20:55:08 Error: Object(4 : 379) not found 20:55:08 Error: Object(4 : 600) not found 20:55:08 Error: Object(4 : 593) not found 20:55:08 Error: Object(4 : 535) not found 20:55:08 Error: Object(4 : 364) not found 20:55:08 Error: Object(4 : 394) not found 20:55:08 Error: Object(4 : 407) not found 20:55:08 Error: Object(4 : 420) not found 20:55:08 Error: Object(4 : 511) not found 20:55:08 Error: Object(4 : 391) not found 20:55:08 Error: Object(4 : 434) not found 20:55:08 Error: Object(4 : 562) not found 20:55:08 Error: Object(4 : 528) not found 20:55:08 Error: Object(4 : 553) not found 20:55:08 Error: Object(4 : 448) not found 20:55:08 Error: Object(4 : 419) not found 20:55:08 Error: Object(4 : 358) not found 20:55:08 Error: Object(4 : 400) not found 20:55:08 Error: Object(4 : 388) not found 20:55:08 Error: Object(4 : 472) not found 20:55:08 Error: Object(4 : 509) not found 20:55:08 Error: Object(4 : 599) not found 20:55:08 Error: Object(4 : 477) not found 20:55:08 Error: Object(4 : 520) not found 20:55:08 Error: Object(4 : 359) not found 20:55:08 Error: Object(4 : 428) not found 20:55:08 Error: Object(4 : 573) not found 20:55:08 Error: Object(4 : 404) not found 20:55:08 Error: Object(4 : 383) not found 20:55:08 Error: Object(4 : 540) not found 20:55:08 Error: Object(4 : 497) not found 20:55:08 Error: Object(4 : 459) not found 20:55:08 Error: Object(4 : 458) not found 20:55:08 Error: Object(4 : 479) not found 20:55:08 Error: Object(4 : 414) not found 20:55:08 Error: Object(4 : 583) not found 20:55:08 Error: Object(4 : 464) not found 20:55:08 Error: Object(4 : 436) not found 20:55:08 Error: Object(4 : 450) not found 20:55:08 Error: Object(4 : 541) not found 20:55:08 Error: Object(4 : 466) not found 20:55:08 Error: Object(4 : 361) not found 20:55:08 Error: Object(4 : 452) not found 20:55:08 Error: Object(4 : 539) not found 20:55:08 Error: Object(4 : 544) not found 20:55:08 Error: Object(4 : 578) not found 20:55:08 Error: Object(4 : 538) not found 20:55:08 Error: Object(4 : 425) not found 20:55:08 Error: Object(4 : 580) not found 20:55:08 Error: Object(4 : 366) not found 20:55:08 Error: Object(4 : 461) not found 20:55:08 Error: Object(4 : 389) not found 20:55:08 Error: Object(4 : 385) not found 20:55:08 Error: Object(4 : 592) not found 20:55:08 Error: Object(4 : 411) not found 20:55:08 Error: Object(4 : 469) not found 20:55:08 Error: Object(4 : 484) not found 20:55:08 Error: Object(4 : 478) not found 20:55:08 Error: Object(4 : 524) not found 20:55:08 Error: Object(4 : 525) not found 20:55:08 Error: Object(4 : 395) not found 20:55:08 Error: Object(4 : 376) not found 20:55:08 Error: Object(4 : 437) not found 20:55:08 Error: Object(4 : 480) not found 20:55:08 Error: Object(4 : 468) not found 20:55:08 Error: Object(4 : 512) not found 20:55:08 Error: Object(4 : 568) not found 20:55:08 Error: Object(4 : 529) not found 20:55:08 Error: Object(4 : 362) not found 20:55:08 Error: Object(4 : 406) not found 20:55:08 Error: Object(4 : 462) not found 20:55:08 Error: Object(4 : 401) not found 20:55:08 Error: Object(4 : 545) not found 20:55:08 Error: Object(4 : 536) not found 20:55:08 Error: Object(4 : 465) not found 20:55:08 Error: Object(4 : 390) not found 20:55:08 Error: Object(4 : 522) not found 20:55:08 Error: Object(4 : 555) not found 20:55:08 Error: Object(4 : 473) not found 20:55:08 Error: Object(4 : 397) not found 20:55:08 Error: Object(4 : 430) not found 20:55:08 Error: Object(4 : 427) not found 20:55:08 Error: Object(4 : 587) not found 20:55:08 Error: Object(4 : 408) not found 20:55:08 Error: Object(4 : 516) not found 20:55:08 Error: Object(4 : 560) not found 20:55:08 Error: Object(4 : 467) not found 20:55:08 Error: Object(4 : 398) not found 20:55:08 Error: Object(4 : 589) not found 20:55:08 Error: Object(4 : 481) not found 20:55:08 Error: Object(4 : 431) not found 20:55:08 Error: Object(4 : 548) not found 20:55:08 Error: Object(4 : 429) not found 20:55:08 Error: Object(4 : 579) not found 20:55:08 Error: Object(4 : 515) not found 20:55:08 Error: Object(4 : 486) not found 20:55:08 Error: Object(4 : 403) not found 20:55:08 Error: Object(4 : 498) not found 20:55:08 Error: Object(4 : 563) not found 20:55:08 Error: Object(4 : 396) not found 20:55:08 Error: Object(4 : 534) not found 20:55:08 Error: Object(4 : 402) not found 20:55:08 Error: Object(4 : 489) not found 20:55:08 Error: Object(4 : 510) not found 20:55:08 Error: Object(4 : 493) not found 20:55:08 Error: Object(4 : 581) not found 20:55:08 Error: Object(4 : 460) not found 20:55:08 Error: Object(4 : 447) not found 20:55:08 Error: Object(4 : 374) not found 20:55:08 Error: Object(4 : 554) not found 20:55:08 Error: Object(4 : 392) not found 20:55:08 Error: Object(4 : 558) not found 20:55:08 Error: Object(4 : 369) not found 20:55:08 Error: Object(4 : 526) not found 20:55:08 Error: Object(4 : 552) not found 20:55:08 Error: Object(4 : 594) not found 20:55:08 Error: Object(4 : 451) not found 20:55:08 Error: Object(4 : 444) not found 20:55:08 Error: Object(4 : 483) not found 20:55:08 Error: Object(4 : 551) not found 20:55:08 Error: Object(4 : 537) not found 20:55:08 Error: Object(4 : 426) not found 20:55:08 Error: Object(4 : 556) not found 20:55:08 Error: Object(4 : 576) not found 20:55:08 Error: Object(4 : 363) not found 20:55:08 Error: Object(4 : 601) not found 20:55:08 Error: Object(4 : 570) not found 20:55:08 Error: Object(4 : 370) not found 20:55:08 Error: Object(4 : 532) not found 20:55:08 Error: Object(4 : 474) not found 20:55:08 Error: Object(4 : 433) not found 20:55:08 Error: Object(4 : 502) not found 20:55:08 Error: Object(4 : 591) not found 20:55:08 Error: Object(4 : 588) not found 20:55:08 Error: Object(4 : 564) not found 20:55:08 Error: Object(4 : 521) not found 20:55:08 Error: Object(4 : 506) not found 20:55:08 Error: Object(4 : 409) not found 20:55:08 Error: Object(4 : 574) not found 20:55:08 Error: Object(4 : 517) not found 20:55:08 Error: Object(4 : 496) not found 20:55:08 Error: Object(4 : 514) not found 20:55:08 Error: Object(4 : 519) not found 20:55:08 Error: Object(4 : 584) not found 20:55:08 Error: Object(4 : 367) not found 20:55:08 Error: Object(4 : 445) not found 20:55:08 Error: Object(4 : 571) not found 20:55:08 Error: Object(4 : 543) not found 20:55:08 Error: Object(4 : 421) not found 20:55:08 Error: Object(4 : 463) not found 20:55:08 Error: Object(4 : 372) not found 20:55:08 Error: Object(4 : 416) not found 20:55:08 Error: Object(4 : 423) not found 20:55:08 Error: Object(4 : 513) not found 20:55:08 Error: Object(4 : 456) not found 20:55:08 Error: Object(4 : 602) not found 20:55:08 Error: Object(4 : 533) not found 20:55:08 Error: Object(4 : 546) not found 20:55:08 Error: Object(4 : 410) not found 20:55:08 Error: Object(4 : 377) not found 20:55:08 Error: Object(4 : 504) not found 20:55:08 Error: Object(4 : 550) not found 20:55:08 Error: Object(4 : 508) not found 20:55:08 Error: Object(4 : 500) not found 20:55:08 Error: Object(4 : 586) not found 20:55:08 Error: Object(4 : 365) not found 20:55:08 Error: Object(4 : 380) not found 20:55:08 Error: Object(4 : 582) not found 20:55:08 Error: Object(4 : 471) not found 20:55:08 Error: Object(4 : 482) not found 20:55:08 Error: Object(4 : 565) not found 20:55:08 Error: Object(4 : 499) not found 20:55:08 Error: Object(4 : 559) not found 20:55:08 Error: Object(4 : 542) not found 20:55:08 Error: Object(4 : 422) not found 20:55:08 Error: Object(4 : 575) not found 20:55:08 Error: Object(4 : 438) not found 20:55:08 Error: Object(4 : 446) not found 20:55:08 Error: Object(4 : 435) not found 20:55:08 Error: Object(4 : 386) not found 20:55:08 Error: Object(4 : 441) not found 20:55:08 Error: Object(4 : 439) not found 20:55:08 Error: Object(4 : 531) not found 20:55:08 Error: Object(4 : 399) not found 20:55:08 Error: Object(4 : 557) not found 20:55:08 Error: Object(4 : 485) not found 20:55:08 Error: Object(4 : 457) not found 20:55:08 Error: Object(4 : 455) not found 20:55:08 Error: Object(4 : 527) not found 20:55:08 Error: Object(4 : 378) not found 20:55:08 Error: Object(4 : 387) not found 20:55:08 Error: Object(4 : 470) not found 20:55:08 Error: Object(4 : 440) not found 20:55:08 Error: Object(4 : 453) not found 20:55:08 Error: Object(4 : 413) not found 20:55:08 Error: Object(4 : 432) not found 20:55:08 Error: Object(4 : 424) not found 20:55:08 Error: Object(4 : 547) not found 20:55:08 Error: Object(4 : 487) not found 20:55:08 Error: Object(4 : 530) not found 20:55:08 Error: Object(4 : 490) not found 20:55:08 Error: Object(4 : 442) not found 20:55:08 Error: Object(4 : 382) not found 20:55:08 Error: Object(4 : 518) not found 20:55:08 Error: Object(4 : 505) not found 20:55:08 Error: Object(4 : 495) not found 20:55:08 Error: Object(4 : 393) not found 20:55:08 Error: Object(4 : 371) not found 20:55:08 Error: Object(4 : 443) not found 20:55:08 Error: Object(4 : 375) not found 20:55:08 Error: Object(4 : 561) not found 20:55:08 Error: Object(4 : 523) not found 20:55:08 Error: Object(4 : 415) not found 20:55:08 Error: Object(4 : 503) not found 20:55:08 Error: Object(4 : 381) not found 20:55:08 Error: Object(4 : 368) not found 20:55:08 Error: Object(4 : 488) not found 20:55:08 Error: Object(4 : 572) not found 20:55:08 Error: Object(4 : 569) not found 20:55:08 Error: Object(4 : 507) not found 20:55:08 Error: Object(4 : 373) not found 20:55:08 Error: Object(4 : 494) not found 20:55:08 Error: Object(4 : 590) not found 20:55:08 Error: Object(4 : 789) not found 20:55:08 Error: Object(4 : 788) not found 20:55:08 Error: Object(4 : 787) not found 20:55:08 Error: Object(4 : 417) not found 20:55:08 Error: Object(4 : 585) not found 20:55:08 Error: Object(4 : 805) not found 20:55:08 Error: Object(4 : 807) not found 20:55:08 Error: Object(4 : 808) not found 20:55:08 Error: Object(4 : 806) not found 20:55:08 Error: Object(4 : 607) not found 20:55:08 Error: Object(4 : 720) not found 20:55:08 Error: Object(4 : 615) not found 20:55:08 Error: Object(4 : 745) not found 20:55:08 Error: Object(4 : 611) not found 20:55:08 Error: Object(4 : 623) not found 20:55:09 Error: Object(4 : 603) not found 20:55:09 Error: Object(4 : 710) not found 20:55:09 Error: Object(4 : 619) not found 20:55:09 Error: Object(4 : 746) not found 20:55:09 Error: Object(4 : 748) not found 20:55:09 Error: Object(4 : 811) not found 20:55:09 Error: Object(4 : 813) not found 20:55:09 Error: Object(4 : 812) not found 20:55:09 Error: Object(4 : 810) not found 20:55:09 Error: Object(4 : 814) not found 20:55:09 Error: Object(4 : 824) not found 20:55:09 Error: Object(4 : 830) not found 20:55:09 Error: Object(4 : 829) not found 20:55:09 Error: Object(4 : 828) not found 20:55:09 Error: Object(4 : 825) not found 20:55:09 Error: Object(4 : 827) not found 20:55:09 Error: Object(4 : 826) not found 20:55:09 Error: Object(4 : 823) not found 20:55:09 Error: Object(4 : 838) not found 20:55:09 Error: Object(4 : 840) not found 20:55:09 Error: Object(4 : 841) not found 20:55:09 Error: Object(4 : 842) not found 20:55:09 Error: Object(4 : 843) not found 20:55:09 Error: Object(4 : 844) not found I am getting these spammed right as the server starts as well. Using same HC for FuMS and A3AI. Every other day my HC force closes with an out of memory error :( Link to comment Share on other sites More sharing options...
tinboye Posted June 27, 2015 Report Share Posted June 27, 2015 thanks floyd, i had not ever used this feature in tadst. what is IIRC you mentioned? Link to comment Share on other sites More sharing options...
Floyd Posted June 28, 2015 Report Share Posted June 28, 2015 thanks floyd, i had not ever used this feature in tadst. what is IIRC you mentioned?If I recall correctly, running A3EAI and FUMs on the same HC could cause trouble. And/or there may even be an order in which they need to be started to run better. Don't take my word for it, check the threads of both. The issue could have been resolved. I've not kept up. Link to comment Share on other sites More sharing options...
tinboye Posted June 28, 2015 Report Share Posted June 28, 2015 ok how would one specify one hc to use fums, and one to use a3eai? fums hc does not use any client side mod. Link to comment Share on other sites More sharing options...
WarHammer(DayZ) Posted July 6, 2015 Report Share Posted July 6, 2015 Thank you sooo very much for writing up such an excellent guide/tutorial Link to comment Share on other sites More sharing options...
BDC Posted July 7, 2015 Report Share Posted July 7, 2015 Wanted to add something to this thread. This has to do with 0.3.0.3 but may have to do with earlier updates as well. I spent a good portion of the evening last night trying to get an HC to jive on my Epoch box but initially had no luck. First, the mission.sqm file needed to be decrypted (thank you Buttface for Eliteness). After that, and this is what I wanted to get at, assuming that you're able to edit in a Virtual Headless Client unit into your mission and get it to load, your actual dedicated client may still not connect to the server. After a bunch of digging, I found it to be this entry in the server's batch file: "-ip=xxx.xxx.xxx.xxx". Once I removed it, wham. Everything worked. So, if anyone else is having the same problem, be sure to remove that -ip line. B Link to comment Share on other sites More sharing options...
jaspoe30 Posted July 8, 2015 Report Share Posted July 8, 2015 I have a couple of questions on installing a HC. First I have found conflicting information on what you actually need installed on the server in regards to a full copy of Arma 3 or just the Arma 3 server files. We run a dedicated VPS using NFOservers and I have tried everything I can think of to get this to work and it won't connect to the server at all, it just sits on "Starting Dedicated server" and doesn't even try to connect to the server. I've tried local IP 127.0.0.1 and have also tried the actual physical server IP and nothing has worked. What I have found looking around on the internet is that some people are saying you need a full licensed copy of Arma 3 in addition to a Steam install on the server that you are trying to install a HC to. Does anyone know if this is correct or do you just need the Arma 3 server files for it to work? If it's just the server files then I have no idea what I'm doing wrong. I've tried multiple configurations, setting it up in a separate profile, the same profile folder, different parameters and nothing is working. I have even re-downloaded all the server files and installed those again with no luck. Does anyone have any ideas? Thanks! This is what I have in my config: localClient[]={162.xxx.xxx.xxx}; headlessClients[] = {"162.xxx.xxx.xxx","69.xxx.xxx.xxx","127.0.0.1"}; battleyeLicense=1; And this is what I have for the HC server parameters: start HCserver.exe -client -connect=162.xxx.xxx.xxxx -profile=C:\Arma 3 Server\HCprofile -port=2312 -nosound -mod=@Epoch; I forgot to mention I am seeing this in my server report, a google search shows this might be HC related but I'm not sure how to fix it. 12:00:28 Global namespace not passed during: false 12:00:28 Error in expression <false> 12:00:28 Error position: <false> 12:00:28 Error Local variable in global space Link to comment Share on other sites More sharing options...
Floyd Posted July 8, 2015 Report Share Posted July 8, 2015 I can address a couple of your questions. I, too, run a dedicated VPS from NFOservers and have had up to two HC's connected to two different servers (one running Cherno and one running Altis).1) You do NOT need steam running on the server. Use Steamcmd.exe (https://developer.valvesoftware.com/wiki/SteamCMD) to download the server files. You will have to have a steam account to use for the login. Some people make a new account for just their servers, most just use their current steam account. Your name and password are all that's needed to login to download the files. It does not interfere with your Steam account and you can be on Steam on another machine and still use Steamcmd.I run a batch file to download/update the server files. An example follows (and can be found everywhere): @echo off @rem http://media.steampowered.com/installer/steamcmd.zip SETLOCAL ENABLEDELAYEDEXPANSION :: DEFINE the following variables where applicable to your install SET STEAMLOGIN= yoursteamname yoursteampassword SET A3serverBRANCH=233780 :: For stable use 233780 -beta :: For Dev use 233780 -beta development :: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......" :: There is no DEV branch data yet for Arma 3 Dedicated Server package !!! SET A3serverPath=f:\Server\arma3server\mainserver SET STEAMPATH=f:\Server\arma3server\apps\steam :: STEAMPATH is the path to where you installed the steamcmd files :: _________________________________________________________ echo. echo You are about to update ArmA 3 server echo Dir: %A3serverPath% echo Branch: %A3serverBRANCH% echo. echo Key "ENTER" to proceed pause %STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update %A3serverBRANCH%" validate +quit echo . echo Your ArmA 3 server is now up to date echo key "ENTER" to exit pause Are you using TADST to start either your server or your HC? If so, that is likely where the problem lies. There is a work around. For now, I'll assume you don't.Make sure you copy arma3server.exe and rename the copy. You'll use this copy to start your HC.Make a new subdirectory in the directory where arma3server.exe is for the HC profile. In that subdirectory, create a file called config.cfg. In config.cfg add the following line:battleyeLicense =1;Start up your gameserver. Once its running, try starting up your HC. In the batch file that starts my HC, my command line for the HC looks something like this:start altis_HCserver.exe -client -connect=127.0.0.1 -port2302 -mod="@Epoch;@A3EAI" -nosound -name=HC_Altis "-profiles=F:\Server\arma3server\a3master\HC"If you're interested, here is the batch file I have BEC call to restart the server and the HC, rotate logs, back the db up, etc. :: This will backup the database and restart the server WITHOUT restarting the database :: Will use this method to start most often :: :: Lets go ahead and kill any running programs related to the game server :: taskkill /f /im altis_server.exe taskkill /f /im altis_HCserver.exe taskkill /f /im altis_bec.exe timeout 5 :: :: Let set up some parameters (to make future use of this tool easier) :: :: dbBackup = Path to the database backup .cmd :: armapath = Path to the main server .exe :: hcpath = Path to the Headless Client .exe (if any) :: becpath = Path to the BEC .exe :: rotatorpath = Path to the file the executes the log file backup :: set dbBackup="C:\Apps\RedisDB\a3master" set armapath="F:\Server\arma3server\a3master" set hcpath="F:\Server\arma3server\a3master" set becpath="F:\Server\arma3server\a3master\BEC" set rotatorpath="F:\Server\arma3server\a3master\Tools" :: :: Lets backup the database for safety :: cd /d %dbBackup% start altis_DBbackup.cmd timeout 3 :: :: Lets backup the log files :: cd /d %rotatorpath% start log-rotator.cmd timeout 3 :: :: Lets start the Headless Client .exe :: cd /d %hcpath% start altis_HCserver.exe -client -connect=127.0.0.1 -port2302 -mod="@Epoch;@A3EAI" -nosound -name=HC_Altis "-profiles=F:\Server\arma3server\a3master\HC" timeout 15 :: :: Lets start the main server .exe :: cd /d %armapath% start altis_server.exe -mod=@Epoch -servermod=@EpochHive -loadMissionToMemory -autoInit -config=F:\Server\arma3server\a3master\SC_Altis\config.cfg -port=2302 -profiles=SC_Altis -cfg=F:\Server\arma3server\a3master\SC_Altis\basic.cfg -name=SC_Altis -BEpath=F:\Server\arma3server\a3master\SC_Altis\BattlEye timeout 25 :: :: Lets start up BEC :: cd /d %becpath% start altis_bec.exe --dsc timeout 30 :: :: Lets kill this window and exit :: taskkill /f /im cmd.exe cls exit Also, make sure that in the main server's config.cfg you have the following (usually located near the top): //Headless client settingsheadlessClients[]={127.0.0.1}; localClient[]={127.0.0.1}; battleyeLicense=1; Having said all that, at one point I could not get past the same point you were. I'm not a big believer in deleting and reinstalling just because something doesn't work, but in the end, that's what I had to do. (It was a much earlier build, though.) You've tried that, so I'd say do that as a last resort. Good luck! Link to comment Share on other sites More sharing options...
jaspoe30 Posted July 8, 2015 Report Share Posted July 8, 2015 Thank you Floyd. I'm not using TADST. I have batch files that start and restart the server, database and BEC. I'll try your suggestions and see what happens. Thanks again for your help! Link to comment Share on other sites More sharing options...
Korwiin Posted July 15, 2015 Report Share Posted July 15, 2015 My HC is working with FuMS, spawning missions... however, my HC does not connect into the headless client slot (class Item100), and uses "Civilian" player slot Alpha 1-1, and is named "headlessclient" instead of HC_HAL. Any ideas what I need to do here? Edit: Startup order seems to be the cause/fix. Starting up the HC and leaving it up while server reboots will cause it to log in and grab a player slot, waiting a few seconds for the server to start before running the HC appears to help. Link to comment Share on other sites More sharing options...
Chainsaw Squirrel Posted September 13, 2015 Report Share Posted September 13, 2015 Ive spent hours trying to make this @#&@#^#!&$!!!!! work .. I get it to connect .. then disconnects. repeat ..repeat over and over I hate you HC LOL Link to comment Share on other sites More sharing options...
tinboye Posted January 31, 2017 Report Share Posted January 31, 2017 So something has changed with arma3 since v 1.58, I have not been able to get HC to work using arma3server.exe, it will only work using arma3.exe game exe. I have tested, duplicated this. placed a ticket in as a bug report with bohemia. I really hope this is something that can be fixed, I should not have to setup a remote pc to run a hc, I should be able to use the same server exe to run a hc on the same machine, my dedicated box has 32gb ram. FuMs does not have an option to run from the server. Only can be ran via HC. Unless someone has a solution for this? this is my forum thread https://forums.bistudio.com/topic/201898-headless-client-issues-since-v158/ Link to comment Share on other sites More sharing options...