Thread Tools Display Modes
03/13/15, 04:09 PM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Addons, erros and game client

I have some conversation with Cutomer Support about one rare error:


so i made step-by-step advises - repairing client, turn off addons and trying to test again - error still remains sometimes

steps to reproduce:
- "Enter" to load hero into the game(start game)
- loadscreen(almost done)
- kicked with error <<1>> to the login screen
error occurs NOT evrey time, but pretty rare
like 1 per 50 login attempts. or even less

Specific info:
error occurs in the end of load screen, like when hero almost prepared to appear in the game world, but smthing wrong and i got this

so he asked me doing this again but delete addons first. My main question is: Is it true addons can influence game client even if they OFF/uninstalled? or its just support's next step from their FAQ


Before doing a repair, make sure you disabled or remove our add-ons.

Occasionally, add-ons can cause undesired behavior in the game client, sometimes even after they are uninstalled. In order to ensure that no data left behind is interfering with the game, try temporarily removing the entire Elder Scrolls Online folder from the User directory.

Last edited by QuadroTony : 03/13/15 at 04:21 PM.
  Reply With Quote
03/13/15, 04:14 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
I have some conversation with Cutomer Support about one rare error:


so i made step-by-step advises - repairing client, turn off addons and trying to test again - error still remains sometimes




so he asked me doing this again but delete addons first. My main question is: Is it true addons can influence game client even if they OFF/uninstalled? or its just support's next step from their FAQ
At this stage no add-on is loaded, so this error is not caused by an add-on.
  Reply With Quote
03/13/15, 04:20 PM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Garkin, but this erro occurs not on this stage, but when Hero almost in the game world

- "Enter" to load hero into the game(start game)
- loadscreen(almost done)
- kicked with error <<1>> to the login screen
  Reply With Quote
03/13/15, 06:31 PM   #4
Halja
 
Halja's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 111
It also happens just at the character select screen. It seems to be associated with a connectivity loss to the servers. I don't think it is add-on related either. Once I had is happen while I was ALT-TAB between screens and the just internet browsing this site on a second monitor.
  Reply With Quote
03/15/15, 10:08 AM   #5
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
I had this error right now. In my case, it was my fault
Code execution in the event handler EVENT_ADDON_LOADED takes too long and/or blows the memory.
  Reply With Quote
03/15/15, 01:22 PM   #6
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
thanks for info, i will test more
  Reply With Quote
03/15/15, 05:25 PM   #7
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
what is this? i cant push Prev button

on game tart

  Reply With Quote
03/15/15, 11:35 PM   #8
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
This is unhandled time out error, usually occurs when character load takes longer than is supposed to. Instead of <<1>> there should be some user friendly message.
  Reply With Quote
03/15/15, 11:38 PM   #9
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Originally Posted by QuadroTony View Post
what is this? i cant push Prev button

on game tart
xml refers to a function that is not yet available (loaded), probably event handler points to a function in lua that is not yet ready to be used.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Addons, erros and game client


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off