exetick 11 Posted April 23, 2012 it happends allot lately. I get stuck on loading or character loading. when its loading character I dont have to use CTRL+ALT+DELETE. I can restart the load. but nothing is happening when it get stuck on loading.sometimes it works but most of the time it get stuck. Share this post Link to post Share on other sites
exetick 11 Posted April 23, 2012 its not only me. there a allot of players that have this problem (I think).I have it on every server I tried atm. and is really annoying and boring because I want to play. Share this post Link to post Share on other sites
gobbo (DayZ) 6 Posted April 23, 2012 Make sure your DayZ_Code addon is up-to-date.http://www.mediafire.com/dayz Share this post Link to post Share on other sites
ledo1222 13 Posted April 24, 2012 I have reinstalled the game more than 3 times, and i still get this.Stuck at Loading Character and receiving data.Hopefully this can be fix or there is a way around it. Share this post Link to post Share on other sites
Clockbike 1 Posted April 24, 2012 Pitching in saying I have the same problem, repeatable on all servers. Share this post Link to post Share on other sites
Wasteland_Wanderer 4 Posted April 24, 2012 Can I ask Gobo, The 1.4 patch isnt live yet right? because it looks like there may be a fix coming for this very soon.That or try what others have been saying, restart game, computer and router and see if that works Share this post Link to post Share on other sites
hidesuru 0 Posted April 24, 2012 I, too, have this problem, and only since the update that seems to have occured today to the Dayz_V1.2.rar file. I will get through the receiving data section then stuck on the screen that has Loading in yellow / gold text. Only an alt-tab then right click to close the game accomplishes anything. Share this post Link to post Share on other sites
Tpo 0 Posted April 24, 2012 Yeah, i have the same trouble. I played last night, but today can't go in. Share this post Link to post Share on other sites
exetick 11 Posted April 24, 2012 I had to restart Arma 2 OA maybe 3-4 times before I could come in on any server. Share this post Link to post Share on other sites
Adam (DayZ) 193 Posted April 24, 2012 Try downloading the new 1.4.4 Share this post Link to post Share on other sites
Bolt404 (DayZ) 0 Posted April 24, 2012 It stopped the servers from crashing, however, the stuck on character loading is still happing with 'breaks' of it working. :) Share this post Link to post Share on other sites
griffinz 2816 Posted April 24, 2012 It stopped the servers from crashing' date=' however, the stuck on character loading is still happing with 'breaks' of it working. :)[/quote']I had that on US1 server. Switched servers, no problem connecting.From what I could tell, my character was in the pre-loading area outside of Chernarus, but not getting the data from the DayZ database Share this post Link to post Share on other sites
drakenof 9 Posted April 24, 2012 Same here. Even with 1.4.4.... Share this post Link to post Share on other sites
jonnerz 33 Posted April 24, 2012 I'm getting this too on all servers with all files up to date. Share this post Link to post Share on other sites
drakenof 9 Posted April 24, 2012 Well atleast i'm not alone.Problem was on the NYC2 server, but it's now hapenning on all servers. Share this post Link to post Share on other sites
rocket 16567 Posted April 24, 2012 Yeah, you fix one thing... you break another :) I have found the issue now trying to find what I can do about it Share this post Link to post Share on other sites
Bolt404 (DayZ) 0 Posted April 24, 2012 Good to hear you guys are on the ball with it.Keep up the good work! Share this post Link to post Share on other sites
Keksi 0 Posted April 24, 2012 Yeah' date=' you fix one thing... you break another :) I have found the issue now trying to find what I can do about it[/quote']Awesome, cant wait to get into the game again :) Share this post Link to post Share on other sites
rocket 16567 Posted April 24, 2012 NY1 & 2, EU1 & 2, FR have had the required changes applied. The bug only affected JIP players (not those on mission start).NOTE: until this is confirmed fixed, vehicles and tents will not be appearing.RU has now had the new mission file. Share this post Link to post Share on other sites
Keksi 0 Posted April 24, 2012 Still cannot connect, stuck on the Loading Character Data, first waited about 5min, then restarted game and tried again, no luck. Server EU1 Share this post Link to post Share on other sites
Goose Springsteen 9 Posted April 24, 2012 I can confirm that this issue is still effecting me and it seems a number of other players also at the moment. Have given up for now after trying to connect to a server for the sixth or seventh time.But hey it's an alpha! Share this post Link to post Share on other sites
rocket 16567 Posted April 24, 2012 Here's the explanation for long loading times on full servers:HIVE (the connecting application between the server and the master system) currently runs asynchronously, but on one thread. It has to do ALL updates sequentially and each update can take about one second. With fifty players, moving constantly, currently this means that the thread spends nearly all its time processing player updates. The whole system was working "okay" until I split login into two parts, which means two transactions for the server. I had to do this, because ArmA2 has a limitation on string size and loading in data for inventory for heavily laden characters was breaking this. It also meant I could add no more data. A new transaction means at least twice the length of login, as they aren't timed together and are in competition for a chance on HIVE's thread.The system prioritizes those already in game to provide the best playing experience. The best advice I can offer is to either wait, or visit a server that is not overloaded. Disconnecting and reconnecting will do nothing except place you lower in the que and also increase the loading by adding another transaction.Anyone who has seen HIVE's output window will know, that the poor application is pushing well beyond its limits. It needs multiple threads.I will be splitting this out into two parts, one thread will be dedicated to logins and deaths, one will be dedicated to player and object updates. This will double the capacity and the speed. Share this post Link to post Share on other sites
Deviant (DayZ) 43 Posted April 24, 2012 Brilliant! When will we be able to see vehicles and tents returning, and will they be reset? Share this post Link to post Share on other sites
WebCole 2 Posted April 24, 2012 I will be splitting this out into two parts' date=' one thread will be dedicated to logins and deaths, one will be dedicated to player and object updates. This will double the capacity and the speed.[/quote']Very happy to hear that, but if possible I would also like to know when/if my tent will be back? :) Share this post Link to post Share on other sites