Lag/stuttering

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Lag/stuttering
Lag/stuttering
 Leviathan.Windowpane
Offline
Server: Leviathan
Game: FFXI
Posts: 33
By Leviathan.Windowpane 2018-11-27 08:05:08
Link | Quote | Reply
 
Last two nights I've had some lag that results in me stuttering every 20 seconds or so, almost on a timer. Just wondering if anyone else has had an issue and found out if it's related to a specific add-on. When I get home later, I plan on unloading all of my add-ons and trying to find it, as I assume the issue is Windower related. So before I do that, I'm just checking if anyone else has experienced it lately and knows the cause.
 Carbuncle.Kigensuro
Offline
Server: Carbuncle
Game: FFXI
user: dlsmd
Posts: 93
By Carbuncle.Kigensuro 2018-11-27 09:21:41
Link | Quote | Reply
 
are you using coroutine.sleep(time) in gearswap if so dont it will cause this issue
 Bismarck.Xurion
Offline
Server: Bismarck
Game: FFXI
user: Xurion
Posts: 693
By Bismarck.Xurion 2018-11-27 09:52:11
Link | Quote | Reply
 
I've used coroutine.sleep in a bunch of things and can't recall ever seeing a locking lag.
 Leviathan.Windowpane
Offline
Server: Leviathan
Game: FFXI
Posts: 33
By Leviathan.Windowpane 2018-11-27 10:13:53
Link | Quote | Reply
 
I'm not using that, so it's not that.
 Leviathan.Windowpane
Offline
Server: Leviathan
Game: FFXI
Posts: 33
By Leviathan.Windowpane 2018-11-28 21:25:52
Link | Quote | Reply
 
Think I found it; EquipViewer seems to be causing me issues at the moment.
 Leviathan.Windowpane
Offline
Server: Leviathan
Game: FFXI
Posts: 33
By Leviathan.Windowpane 2018-12-01 10:57:38
Link | Quote | Reply
 
Following up on this, would anyone know why EquipViewer is causing a frame drop? Happens every 10 seconds or so. Others I've talked to are not having the issue with it, but when I unload it my game runs fine, so it's definitely the cause. I miss it though.
 Leviathan.Comeatmebro
Offline
Server: Leviathan
Game: FFXI
user: Rairin
Posts: 6052
By Leviathan.Comeatmebro 2018-12-01 11:01:54
Link | Quote | Reply
 
Just the way it's coded most likely, using lua and loading a bunch of files from hd during the render event.

Ashita's uses the images already loaded into memory for resources and it doesn't have any of those issues.

To further elaborate, since it's drawing during render event the next frame can't start until it finishes and if it needs to access the hard drive to pull a new picture it will slow down the render event and cause a framerate drop as that frame waits for the picture to be ready.
[+]
 Leviathan.Windowpane
Offline
Server: Leviathan
Game: FFXI
Posts: 33
By Leviathan.Windowpane 2018-12-01 14:53:32
Link | Quote | Reply
 
Thank you for the insight. :)

I made some graphical changes and did the "Graphics Stabilization" box and it seems to have fixed itself.
Log in to post.