Pages: 1 [2] 3 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Oblom
Minmatar Sebiestor tribe
|
Posted - 2007.04.01 03:44:00 -
[31]
Edited by: Oblom on 01/04/2007 03:48:15
Originally by: Solbright
Well, isn't that a good enough reason? To make some noise so CCP takes action?
They don't care and they don't listen. I started playing this game in 2005. And I quit. One of the reasons was this client freeze thing. People did talk about this back then. But no reaction on CCP part. And I just couldn't tolerate it after playing other games that don't have this problem. Actually no other game on the market has it this bad. EVE is the all time record keeper in screwd up programming. It was too irritating to me. The reason I am back is because CCP spam mailed me with 7 day free offer. I took it hoping that they made things better. Well, they didn't. They did other changes to the game that I care less at my level, but they didn't fix the things that bothered me most. I was stupid enough to give them another 15 bux just to make sure they have their priorities really screwd up. I found they they have. My fault. It was quite obvious during first couple of hours. So see you later CCP till the next 7 days free offer. But next time I will pay nothing.
|
Solbright
|
Posted - 2007.04.01 05:05:00 -
[32]
There's the rub, noone has been complaining about stutter. So how can CCP react if all is well? Everyone complains about the cluster lagging problem, and are completely silent on the client stutter problem except to tell the few little bleeps to shutup and buy a faster PC.
|
Solbright
|
Posted - 2007.04.08 06:15:00 -
[33]
After some more arguing about what is lag what is stutter in yet another thread. Be warned, there is multiple links back to this thread in there.
As mentioned in there I've realised that the same stutter fix that was done for the market rendering can be applied pretty much verbatim to combat also. It's not a complete fix but it's a good start and it's an obvious incremental improvement that I'd expect CCP are already at work on.
|
Xianthar
STK Scientific Rule of Three
|
Posted - 2007.04.10 02:37:00 -
[34]
Originally by: Solbright
Originally by: Oblom Too much data or not - it doesn't matter. Updates of the screen with available information should never stop. Like own ship, static surroundings and things like blinking stars . Arriving data can be buffered and processed as time allows. There will be delay with displaying some objects, but no freezes. Then you optimize the code and see what can be done to make things faster.
Good stuff. Couldn't have said it better. :)
Quote: But I still think that in most cases it caused by server side delays with client just sitting frozen doing nothing while waiting for server to respond.
http://oldforums.eveonline.com/?a=topic&threadID=497236 - Check the posting by Nonym Ous in particular, you get a good descripton of someone dealing with lag but no stutter. I bet, however, if he'd had the full force of the battle, ie: very little lag, he'd not only have had a dose of stutter to deal with he also would have been podded because of the stutter.
Quote: But again, it doesn't reallly matter. We are not going to fix it. We only can make a little bit of noise on the forums about it. Question really is will CCP ever attempt to fix it?
Well, isn't that a good enough reason? To make some noise so CCP takes action?
2 weeks post patch: everyone *****es about why the ship that their client thought was 15km away should have been scrammed when the server thought the ship was actually 80km away.
-xian Your signature exceeds the maximum allowed filesize of 24000 bytes -Sahwoolo Etoophie ([email protected]) |
Elain Reverse
Caldari Shokei
|
Posted - 2007.04.10 03:28:00 -
[35]
Originally by: Xianthar
Originally by: Seruph Its in Python isn't it? If so, then theres your problem right there. Please lets not have a UI that takes 3 and a half hours to garbage collect and is incapable of rendering a 700k text document in real time. Try loading a 700k text document in the IGB then viewing source. I recommend you grab lunch.
What I would like to see is, instead of DirectX Fullscreen mode, at least having an option for the "Maximized" mode that ShiftWindow, EVE Launcher, and all those other programs use. The one thing they lack is removing the window decorations so that special themes don't make the fonts blurry and so that the window decorations don't stick out onto second monitors. It could then be possible to decouple the UI from the viewport so we could still have our UI elements without having to have the viewport open. Chat in EVE without having to have it using up all that screen space would be a plus and have the added bonus of not stalling the whole game when you try to do something weird with the IGB.
At any rate, running all that python dribble in a separate thread from the rendering with some clever message passing would improve the game play experience immensely. Maybe add some preemption to python's scheduler so you didn't have to wait for a UI task to complete before updating other UI elements. That way searching the market wouldn't make it impossible to chat or interact with other ui elements.
the graphics engine is written in C++ to my knowledge....and it exists in a seperate module from the python code and uses callbacks to communicate between them.
the reason the interface stops is because this it is waiting on the network connection for data needed for rendering. It can't draw a ship unless it knows where to draw it. Some games, FPS mostly, have "predictive" code that, when a server update is not available makes a general guess as to where things are moving. If you've ever played a FPS on a crappy internet connection and been running along then all of a sudden to are jump to another place then you have experienced what happens when the prediction code guesses wrong. At some point in the dev work at CCP they decided against any sort of predictive code structure, probably because eve is not a game where you want what you see to be out of sync with what is really happening, it could lead to a poor decision which could cost you months of work. its not like BF2 where you just respawn with all your stuff.
there are impovements that could be made to the UI but predictive movement is not one of them IMO. i'd much rather have an option to completely dumb down rendering for fleet fights....i.e. draw all ships are simple flat shaded cubes and just keep the overview the same.
-xian
How then you can freely fly over system when you client is desynchronized if it waiting for server teling him what to do?
|
Solbright
|
Posted - 2007.04.10 21:21:00 -
[36]
Originally by: Xianthar 2 weeks post patch: everyone *****es about why the ship that their client thought was 15km away should have been scrammed when the server thought the ship was actually 80km away.
This thread is about the client stuttering. You appear to be talking about lag effects.
|
Princesse Qiao
|
Posted - 2007.04.11 08:47:00 -
[37]
Originally by: Xianthar 2 weeks post patch: everyone *****es about why the ship that their client thought was 15km away should have been scrammed when the server thought the ship was actually 80km away.
-xian[/quote
This is interesting in relation to the 'distance bug':
what's interesting is that not only is there a disparity between client and server info but that the client once it has its own distances fixed seems to reject server updates to the contrary
|
Solbright
|
Posted - 2007.04.11 10:03:00 -
[38]
Edited by: Solbright on 11/04/2007 10:01:48
Originally by: Princesse Qiao ... but that the client once it has its own distances fixed seems to reject server updates to the contrary
Prolly not any new updates coming from the server. The server only sends updates for changes to the world simulation. If the model of the object motion is not changing then there is no further updates needed.
The client runs it's own world simulation that should closely match what is on the server. Sometimes this will get out of synchronisation for one or more objects and only getting straighten out when there is an update for that object.
A common reason for loss-of-sync is packet loss over the internet.
|
Solbright
|
Posted - 2007.04.11 10:28:00 -
[39]
Edited by: Solbright on 11/04/2007 10:33:58
I'm doing a lot of guessing of course, and the reality will be more complex that my summary.
One example of a bulk update that can straighten out much loss-of-sync is where the Overview is closed and reopened. When this is done the client requests a full refresh of the Overview info which the server will respond to.
Edit: Suck, nope, not true. Assumed too much there. Dunno why it has such a big stutter then if there is no new info for it.
|
Solbright
|
Posted - 2007.04.12 08:33:00 -
[40]
Guess that also makes the Overview refresh trick a debugging hack that has been left in for everyone to enjoy. Could do with some more of those for helping keep the game on it's feet.
|
|
Sal Alo
Minmatar Sebiestor tribe
|
Posted - 2007.04.15 15:11:00 -
[41]
Originally by: Oblom Edited by: Oblom on 31/03/2007 02:03:22
Lag is a common problem for any online game. But stopping screen updates completely while waiting for server to respond is just a sloppy program design. Nothing more. Not a "decision they made." You render what you can. You know where your ship moves, you render it. You know where static objects are, you render them. And you do it all the time. You don't know where dynamic objects are, you do something different. Predict therir movement or don't display them at all. But just freezing the screen is real mess and not an answer. Especially when completely unrelated things like opening market window cause the whole thing become dead. This is design error, admit it.
/signed 101%
Whoever is afraid of death dies every day. Whoever isn't, dies only once. |
Solbright
|
Posted - 2007.04.15 22:19:00 -
[42]
Originally by: Sal Alo
Originally by: Oblom ... cause the whole thing become dead. This is design error, admit it.
/signed 101%
Except, imho, that won't be the design. It will be decoupled, ie: lag can't cause a stutter. The client code is simply too slow is all. It doesn't even need any server input and it still struggles big time. The client isn't handling the job of simulating and rendering, period.
It's still in beta, needing a major optimisation before releasing on the paying customer.
|
Solbright
|
Posted - 2007.04.21 08:50:00 -
[43]
For the record: Stutter and lag are two quite different beasts because of Decoupling via the local simulator which means Blocking against the server won't happen
|
Solbright
|
Posted - 2007.04.26 00:12:00 -
[44]
As for what is the cause of stutter and poor framerate in general. I now have two reasons that fit observation rather well:
- Boring old bloat. This has been my favorite but a recent hint suggests it might not be the main cause. That's not to say bloat isn't a problem! I'm not going to let it slide that easy. :)
- Flawed caching of geometry and texture data. This has been listed before but I've generally ignored it as too obvious and solved already. The recent hint made me think CCP intend to decouple the fetching so the data won't be needed to complete a rendering pass. The data will be used as it becomes available from the HDD. This method has the nice bonus of not needing to restrict the total number of models to a certain memory footprint.
I am still concerned that decoupling the texture fetching like this, while it's bound to have a big impact on stutter, it won't help general framerate at all. I guess that's where the other optimisations and redesigns come in.
Have to wait another year to find out ...
|
Solbright
|
Posted - 2007.04.26 22:30:00 -
[45]
The above flawed caching hint comes from this little present in the form of "better asynchronous resource loading". And, here's the follow up thread.
We finally have the long overdue acknowledgement of the client based issues covering both low fps and stutter. :)
|
solbright altaltalt
|
Posted - 2007.06.20 22:56:00 -
[46]
Just got another hugh hint of where CCP have gone badly wrong with the coding. With the release of Rev2 the cache files are shifted by default, Interface lag, into the middle of the windoze files. This has highlighted an increase in stutter for those that had Eve installed on a separate partition. It seems HDD performance is affecting Eve big time! Very poor coding there CCP. :(
I'm going to have to try setting up a ramdisc me thinks ...
|
Trilium Eagle
|
Posted - 2007.06.25 11:41:00 -
[47]
The file location change fortunately can be reversed by switches on command line so files are used from last place. As for lag lately in mornings we had situations where three corp members were unable to !mine! due to lag and inability to move cargo from bay to cans. Getting drones to bay took few minutes and they were sitting on roid few km's from ship. Something really gotten wrong with server
|
solbright altaltalt
|
Posted - 2007.06.25 12:15:00 -
[48]
Originally by: Trilium Eagle The file location change fortunately can be reversed by switches on command line so files are used from last place.
Yeah. But it's not a real fix, sadly. The ramdisc trick helps even more but isn't really enough either.
Quote: As for lag lately in mornings we had situations where three corp members were unable to !mine! due to lag and inability to move cargo from bay to cans. Getting drones to bay took few minutes and they were sitting on roid few km's from ship. Something really gotten wrong with server
These things happen after after such large patches. CCP will fix it up. No biggie really. Unlike stutter.
|
Psorion
Absolute Wrath Inc. Executive Outcomes
|
Posted - 2007.07.10 12:36:00 -
[49]
More stutter..
1: Warp to an object greater than 20AU 2: Make a bookmark mid warp. 3: Observe the stutter as the people-place loads.
Cloaked and AFK at a system near you... |
Jim McGregor
|
Posted - 2007.07.11 16:55:00 -
[50]
New client with new network layer soon. Perhaps it will make the client more responsive in the ways you mention here.
---
Originally by: CCP Wrangler You're not supposed to feel like you're logging in to a happy, happy, fluffy, fluffy lala land filled with fun and adventures, thats what hello kitty online is for.
|
|
Frug
Zenithal Harvest
|
Posted - 2007.07.13 22:49:00 -
[51]
I think it's fairly obvious that nothing's decoupled and that the market lag is due to the whole client waiting for an update.
- - - - - - - - - Do not use dotted lines - - - - - - - If you think I'm awesome, say BOOO BOOO!! - Ductoris Neat look what I found - Kreul Hey, my marbles |
Solbright
Advanced Security And Asset Protection
|
Posted - 2007.07.14 11:06:00 -
[52]
Edited by: Solbright on 14/07/2007 11:10:37
Originally by: Frug I think it's fairly obvious that nothing's decoupled and that the market lag is due to the whole client waiting for an update.
There is no one cause. Lag exists. And stutter exists.
The client is decoupled completely. Which is why you get rendering while waiting for the response to a market listing. And you can click on other stuff during that time.
But when the market data arrives is when the client freezes for a short period while it handles the influx. This is the part that I call "stutter".
Stutter is fixable in a permanent sense. This is why I'm a stickler for having separate names for lag and stutter.
|
Solbright altaltalt
Republic Military School
|
Posted - 2007.07.19 14:30:00 -
[53]
Here's the proof for those that doubt the client has it's own decoupling.
And another outline of the differences between lag and stutter and the role of the client's simulator.
|
Solbright altaltalt
Republic Military School
|
Posted - 2007.08.08 05:23:00 -
[54]
Oooo, a nice bit of info from CCP Explorer.
It indicates there are conditions that trigger an automatic total reload of the client's world model.
|
Andrue
Amarr
|
Posted - 2007.08.11 09:45:00 -
[55]
Originally by: Za Po When I change a market order, after ten seconds or so, the wallet window refreshes. This freezes the interface for about 4 seconds.
Until now, I assumed that this is because the game is requesting full order info, which might reasonably take 4 seconds to get from the network, and because of bad threading this freezes the interface.
But some people here are saying that the client is already well decoupled, and that the issue is with the UI thread itself.
So, are you telling me that the client actually takes four freakin' seconds to build a list of 250 items, of which only 30 or so are shown, and for which the data to display has already been fetched?!?
If this is true, well, I definitely hope they are really looking into it (as in: throwing the library away). That's worse than your average Windows list by orders of magnitude. Python being bad, not that I'm an expert on python, isn't enough to justify this. Hell, I have written programs that can compile from C++ code, start and fill a 2500-elements list in less than four seconds.
In fact, it's so ridiculously bad that I am hard pressed to believe it. Is there any proof that the client isn't simply waiting on the network?
The main trick is not to fill the list in the first place. If you use a virtual listview you can handle millions of items with no lag. -- (Battle hardened industrialist)
[Brackley, UK]
This is not a signature |
Andrue
Amarr
|
Posted - 2007.08.11 09:53:00 -
[56]
Multi-threading doesn't always help. It only helps if the tasks are accessing resources that can operate independantly. That typically means that only one thread can be using the CPU. The rest have to be talking to hardware.
Of course multi-core and hyperthreading CPUs help but each core still only allows one other CPU intensive thread to run. If you have a dual core CPU it can still only do two things involving the CPU at once. That's better than a single core but since the OS is always sniffing around it still doesn't give Eve the ability to always do two things at once.
If the market list is having to be processed and if the OS is using the CPU then Eve cannot update the screen no matter how multi-threaded it is unless you have a triple or quad core.
What multi-threading mostly does is let you have separate tasks for dealing with hardware to avoid polling algorithms. It also makes it a bit easier to share the CPU between different tasks. The latter means that instead of the screen not drawing for several seconds it draws in chunks taking turns with the other CPU tasks. For some things that's fine but actually for the screen it isn't acceptable. Thus sometimes you have to accept that the screen (or elements of it) will pause.
Having said all that I do suspect that Eve's UI could be improved. The market rendering delay suggests they aren't using a virtual list view. That means they get all the data and prepare it for rendering. Virtual list views allow you to only get and prepare the data that is actually visible. -- (Battle hardened industrialist)
[Brackley, UK]
This is not a signature |
Solbright altaltalt
|
Posted - 2007.08.11 11:28:00 -
[57]
Originally by: Andrue [Pile of techno-babble]
But, meh - this is all speculation. CCP developers aren't idiots and I doubt the UI issues are the result of crappy programming.
That one's still up for debate. I have a lot of respect for the designers and the effort/risk of the Eve experiment but the client's implementation just isn't cutting it. There has been no real improvement. Sometimes, when the stutter gets real bad, they look at fixing some small part that got way out of hand but never really solves stutter. And it is very solvable.
Quote: It's risky to make predictions about cause/effect even when you have the source code. Doing it from the customer side of our relationship is almost bound to fail
Well, there's no doubt about the client being solely responsible for stutter. And there's no good reason for stutter to persist over years of development.
|
Solbright altaltalt
|
Posted - 2007.08.11 12:01:00 -
[58]
Apologies if that came across a bit aggressive but you did defended CCP's performance over what is now 7(?) years of development. And greater than 4 years since official launch.
|
Andrue
Amarr
|
Posted - 2007.08.12 14:21:00 -
[59]
Originally by: Solbright altaltalt Apologies if that came across a bit aggressive but you did defended CCP's performance over what is now 7(?) years of development. And greater than 4 years since official launch.
Yes and that's actually a very impressive feat. The fact it still does the job it was intended to and can still be added to shows that CCP did a lot of fundamental things right. Far too many cool and impressive programs are unmaintainable piles of crap.
But..I don't defend everything about the UI, nor CCP itself. If you search the forums you'll find some quite strong criticisms (especially of the UI design). In fact my post doesn't really defend them. There is a quite strong criticism of them if they really aren't using a virtual listview or equivalent. -- (Battle hardened industrialist)
[Brackley, UK]
This is not a signature |
Solbright altaltalt
|
Posted - 2007.08.12 14:58:00 -
[60]
That and bloatware which makes the codebase insanely slow.
|
|
|
|
|
Pages: 1 [2] 3 :: one page |
First page | Previous page | Next page | Last page |