Thread Tools Display Modes
08/17/15, 01:02 AM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
AddOnSettings.txt sometimes wiped.

Its multiaccount problem

why it happends?
no matter what addon for sets i use - Addon Profiles or Addon Selector

sometimes, probably when i entering to the game world/logout to character selection screen by two account simultaneously

all characters have all addons enabled and "Allow out of date addons" checkbox unticked
even if before i setup addon sets for each character separately and all was fine

and i need to login on each character of the account and setup addon's sets again, then relog to the 2nd account and repeat...

need to find a way to prevent this issue
any ideas?

Last edited by QuadroTony : 08/17/15 at 01:08 AM.
  Reply With Quote
08/17/15, 02:37 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
When you start eso multiple times, do you use different windows users for each instance?
If you don't do this, they will overwrite each others profile data.
  Reply With Quote
08/17/15, 02:44 AM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
i use the same user, without virtual machines etc

but all fine, its working and do not mess each other
only sometimes

for example as you can see - all characters has their settings in one file
  Reply With Quote
08/17/15, 02:46 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Someone on reddit had the same problem and using a different user solved the problem for them.
  Reply With Quote
08/17/15, 02:53 AM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
thanks! great solution
  Reply With Quote
08/18/15, 02:56 AM   #6
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Grrrr

mby some1 can help here?

shift+right mouse click+run as another user works perfect

but shortcut wont

my code is
Code:
runas /savecred /user:"eso3" "C:\Zenimax Online\The Elder Scrolls Online EU\game\client\eso.exe"
when i run is as bat or shortcut it launched the game for a second but then process of the game selfkilled
i see eso.exe for few seconds in task manager only
  Reply With Quote
08/18/15, 03:16 AM   #7
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Try to put "start" in front. that way it should keep the process alive after the batch script ended.
Code:
start runas /savecred /user:"eso3" "C:\Zenimax Online\The Elder Scrolls Online EU\game\client\eso.exe"
  Reply With Quote
08/18/15, 03:41 AM   #8
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Not using windows, but I think I'd just copy the desktop link and edit the command inside it... should work, no?
  Reply With Quote
08/18/15, 03:46 AM   #9
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by sirinsidiator View Post
Try to put "start" in front. that way it should keep the process alive after the batch script ended.
Code:
start runas /savecred /user:"eso3" "C:\Zenimax Online\The Elder Scrolls Online EU\game\client\eso.exe"
same problem
idk why it not working while it working if launched manually

Originally Posted by merlight View Post
Not using windows, but I think I'd just copy the desktop link and edit the command inside it... should work, no?

yes, i tried edit Object field of shortcut properties also


P.S. the same on other PC too, weird

Last edited by QuadroTony : 08/18/15 at 05:03 AM.
  Reply With Quote
08/18/15, 05:51 AM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Try this line:
Code:
start /WAIT runas /savecred /user:"eso3" "C:\Zenimax Online\The Elder Scrolls Online EU\game\client\eso.exe"
  Reply With Quote
08/18/15, 05:59 AM   #11
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
same, game window blinks and dissapear
i tried another applications, for example steam - all working fine and as intended
  Reply With Quote
08/18/15, 09:15 AM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
MAybe put the eso.exe file to always start as administrator, if you didn't check this checkbox in its properties already. Sometimes admin access opens a door
  Reply With Quote
08/18/15, 09:58 AM   #13
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
I just tried it myself and your first method works fine for me.
I put the line into a .bat file and adjusted the user and path for my own pc.
Only difference is that I have used my current user instead of a different one. Maybe you can try if it is working with your current user?
And another thing that might be different is the windows version. I am on win7 x64.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » AddOnSettings.txt sometimes wiped.


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