Git Product home page Git Product logo

uesp-esoapps's Issues

uespLog Addon: ESO "freezes" during Character load, and times out / errors out of connection

Hey folks - I've had this issue across two different computers - both running Windows 10, and with a Steam install of ESO.

I use a bunch of other addons successfully, but unfortunately ESO freezes during the character load (after selecting a character) and I get the ESO "internal error" after about 25 seconds.

Troubleshooting:

I've tried removing all other addons, with no luck. I've installed via Minion, but also by hand.

A section of my interface.log follows (with obvious highlighting line added)

2024-07-25T11:53:32.447-05:00 Load Screen - FIXTURE_PHYSICS Complete
2024-07-25T11:53:32.447-05:00 Load Screen - Waiting On: FIXTURE_ASSETS, DYNAMIC_OBJECTS, USER_INTERFACE, TEXTURES, CHARACTER_ACTIVATED,
2024-07-25T11:53:32.465-05:00 Load Screen - FIXTURE_ASSETS Complete
2024-07-25T11:53:32.465-05:00 Load Screen - Waiting On: DYNAMIC_OBJECTS, USER_INTERFACE, TEXTURES, CHARACTER_ACTIVATED,
2024-07-25T11:53:34.360-05:00 Load Screen - Show/Hide - Animation Complete
   --- Frozen here ---
2024-07-25T11:55:01.877-05:00 Load Screen - OnDisconnectedFromServer
2024-07-25T11:55:01.877-05:00 Load Screen - Hide
2024-07-25T11:55:01.877-05:00 PregameInitialScreen_Gamepad:ShowError ErrorMessage: An unexpected internal error has occurred. Please contact customer service at https://help.elderscrollsonline.com Fade mode: nil
2024-07-25T11:55:01.877-05:00 PregameInitialScreen_Gamepad:RefreshScreen Fade mode: nil
2024-07-25T11:55:01.878-05:00 PregameStateManager_SetState - from: nil, to: AccountLogin
2024-07-25T11:55:01.878-05:00 PregameStateManager_SetState - from: AccountLogin, to: AccountLogin
2024-07-25T11:53:34.360-05:00 Load Screen - Show/Hide - Animation Complete

Possible red herrings: I play in controller mode, with Acessibility turned on.

EDIT - during troubleshooting, from the main menu (after disabling accessibility mode), I disabled the uEspLogSalePrices addon (via the in-game Addons Menu checkbox) - and the game loaded successfully! Still troubleshooting.

uespLog Addon: ESO "freezes" during Character load, and times out / errors out of connection

Hey folks - I've had this issue across two different computers - both running Windows 10, and with a Steam install of ESO.

I use a bunch of other addons successfully, but unfortunately ESO freezes during the character load (after selecting a character) and I get the ESO "internal error" after about 25 seconds.

Troubleshooting:

I've tried removing all other addons, with no luck. I've installed via Minion, but also by hand.

A section of my interface.log follows (with obvious highlighting line added)

2024-07-25T11:53:32.447-05:00 Load Screen - FIXTURE_PHYSICS Complete
2024-07-25T11:53:32.447-05:00 Load Screen - Waiting On: FIXTURE_ASSETS, DYNAMIC_OBJECTS, USER_INTERFACE, TEXTURES, CHARACTER_ACTIVATED,
2024-07-25T11:53:32.465-05:00 Load Screen - FIXTURE_ASSETS Complete
2024-07-25T11:53:32.465-05:00 Load Screen - Waiting On: DYNAMIC_OBJECTS, USER_INTERFACE, TEXTURES, CHARACTER_ACTIVATED,
2024-07-25T11:53:34.360-05:00 Load Screen - Show/Hide - Animation Complete
   --- Frozen here ---
2024-07-25T11:55:01.877-05:00 Load Screen - OnDisconnectedFromServer
2024-07-25T11:55:01.877-05:00 Load Screen - Hide
2024-07-25T11:55:01.877-05:00 PregameInitialScreen_Gamepad:ShowError ErrorMessage: An unexpected internal error has occurred. Please contact customer service at https://help.elderscrollsonline.com Fade mode: nil
2024-07-25T11:55:01.877-05:00 PregameInitialScreen_Gamepad:RefreshScreen Fade mode: nil
2024-07-25T11:55:01.878-05:00 PregameStateManager_SetState - from: nil, to: AccountLogin
2024-07-25T11:55:01.878-05:00 PregameStateManager_SetState - from: AccountLogin, to: AccountLogin
2024-07-25T11:53:34.360-05:00 Load Screen - Show/Hide - Animation Complete

I'd love to try to help troubleshoot this!

uespLog addon v2.90: uespLogPerformanceMeter.xml element mismatch

While digging into an unrelated issue with an addon, I noticed this in my interface logs:

Error loading XML[uespLogPerformanceMeter.xml(line 7)]: Error=XML_ERROR_MISMATCHED_ELEMENT ErrorID=14 (0xe) Line number=7: XMLElement name=Controls

There doesn't seem to be a closing tag for the <Controls> tag on line 7. However, inserting one at line 42 (between </OnInitialized> and </TopLevelControl> results in subsequent Lua errors:

Lua Error: Load[uespLogPerformanceMeter.xml(30)]: Invalid element [OnMoveStop].
Lua Error: Load[uespLogPerformanceMeter.xml(30)]: Invalid element [OnInitialized].
Lua Error: Load[uespLogPerformanceMeter.xml(13)] (Control): Illegal virtual control inside non-virtual control.

Putting it instead at 34 (between </Control> and <OnMoveStop>) results in the following instead:

Lua Error: Load[uespLogPerformanceMeter.xml(13)] (Control): Illegal virtual control inside non-virtual control.
Lua Error: /EsoUI/Libraries/Globals/GlobalVars.lua:47: attempt to index a nil value
  stack traceback:
  /EsoUI/Libraries/Globals/GlobalVars.lua:47: in function 'GetControl'
  <Locals> suffix = "Label" </Locals>
  /EsoUI/Ingame/Performance/PerformanceMeter.lua:33: in function 'PerformanceMeters:Initialize'
  <Locals> self = [table:1]{}, control = ud </Locals>
  /EsoUI/Ingame/Performance/PerformanceMeter.lua:26: in function 'PerformanceMeters:New'
  <Locals> self = [table:2]{__isAbstractClass = F}, container = [table:1] </Locals>
  /EsoUI/Ingame/Performance/PerformanceMeter.lua:183: in function 'ZO_PerformanceMeters_OnInitialized'
  <Locals> control = ud </Locals>
  UESP_PerformanceMeters_Initialized:3: in function '(main chunk)'
  <Locals> self = ud </Locals>

I believe this element mismatch was masking other problems, but I'm not familiar enough (read: at all) with ESO addon development beyond savedvariables.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.