The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 22:
• PC/Mac: NA megaserver for maintenance – April 25, 6:00AM EDT (10:00 UTC) - 2:00PM EDT (18:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/comment/8098811/#Comment_8098811

Infinite Load Screen Issue On Zone Change

madeeh91rwb17_ESO
madeeh91rwb17_ESO
✭✭✭✭
Hi
I have been playing the game without a problem but have been facing these unending load-screens since mid November,
I am not sure what is the problem here, but perhaps you can take a look at it.

It has something to do with the following function
function LoadingScreen_Base:QueueShow(...)
    self:Log("Load Screen - Queue Show")
    if self:IsPreferredScreen() then
        if not self.hasShownFirstTip then
            self:Log("Load Screen - Queue Show - Show")
            self.hasShownFirstTip = true
            self.lastUpdate = GetFrameTimeMilliseconds()
            self:Show(...)
        else
            self:Log("Load Screen - Queue Show - Added to Pending")
            table.insert(self.pendingLoadingTips, {...})
        end
    end
end


From my interface log:
Successful Jump:
Load Screen - OnPrepareForJump
Load Screen - Queue Show
Load Screen - Queue Show - Show
Load Screen - Show
Load Screen - OnAreaLoadStarted
Load Screen - Queue Show
Load Screen - Queue Show - Added to Pending
Load Screen - GAME_DATA Complete

Failed Jump:
Load Screen - OnPrepareForJump
Load Screen - Queue Show
Load Screen - Queue Show - Show
Load Screen - Show
Infinite Load Screen Without Any Timeout
Edited by madeeh91rwb17_ESO on December 14, 2017 8:53PM
  • ZOS_KatP
    ZOS_KatP
    ✭✭✭
    Hi there,

    Since there is already an on-going official thread about this issue, we've decided to close this one. Please continue the discussion here.

    Thanks!
    Staff Post
This discussion has been closed.