Thread Tools Display Modes
04/29/20, 11:09 PM   #21
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
And so that we are on the same page and so that you two don't think the wrong thing, despite the wording of my statement after asked "am I used 1.0.7", I am only trying to help for the community. I am not trying to be impolite. After I saw the mods that the two users had then I knew what to install. Once I could reproduce it I started trying to narrow it down.

I am not trying to make any derogatory comments towards either of you. I had listed the steps in detail. I am only looking to help. You do understand that correct?

Last edited by Sharlikran : 04/29/20 at 11:16 PM.
  Reply With Quote
04/29/20, 11:12 PM   #22
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
STEP 24: Delete Saved Variables Folder, Leave LibChatMessage at version 1.1.2 upgrade to FTC 1.08 - New error

Code:
user:/AddOns/LibChatMessage/LibChatMessage.lua:492: attempt to index a nil value
stack traceback:
user:/AddOns/LibChatMessage/LibChatMessage.lua:492: in function '(anonymous)'
Reload UI

Code:
user:/AddOns/LibChatMessage/LibChatMessage.lua:107: attempt to index a nil value
stack traceback:
user:/AddOns/LibChatMessage/LibChatMessage.lua:107: in function '(anonymous)'
(tail call): ?
EsoUI/Ingame/ChatSystem/ChatHandlers.lua:247: in function 'ZO_ChatRouter:FormatAndAddChatMessage'
EsoUI/Ingame/ChatSystem/ChatHandlers.lua:212: in function 'OnChatEvent'

Last edited by Sharlikran : 04/29/20 at 11:17 PM.
  Reply With Quote
04/29/20, 11:25 PM   #23
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
STEP 25: Deleted the Saved Variables folder again, left LibChatMessage at version 1.1.2, FTC 1.08, and tried to fight a random mob in Vvardenfell and I had an error.
Attached Files
File Type: zip LibDebugLogger_03.zip (1.4 KB, 357 views)

Last edited by Sharlikran : 04/29/20 at 11:41 PM.
  Reply With Quote
04/29/20, 11:40 PM   #24
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
STEP 26: Trying with LibChatMessage 1.1.3 - Progress, no error
-- NOTE: Also reloaded the UI

STEP 27: Enable LibGPS - Progress, no error
STEP 28: Install the rest of the mods that RickySpanish has installed - Progress, no error

Last edited by Sharlikran : 04/29/20 at 11:52 PM.
  Reply With Quote
04/29/20, 11:54 PM   #25
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
Okay now with the current versions of the mods that RickySpanish had installed, and with FTC 1.08 I no longer have the error.
Attached Files
File Type: zip LibDebugLogger_04.zip (2.1 KB, 362 views)
  Reply With Quote
04/30/20, 04:42 AM   #26
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by Sharlikran View Post
Okay now with the current versions of the mods that RickySpanish had installed, and with FTC 1.08 I no longer have the error.
Thanks for confirming this. I should have written that I have found the issue yesterday. Sorry to make you spend so much time. xD

It looks like addons must not call CHAT_SYSTEM:Minimize() before CHAT_SYSTEM:LoadChatContainers() is called from ingame, otherwise the chat system enters a state where it is minimized, but the containers that have been created afterwards are not.
  Reply With Quote
04/30/20, 09:48 AM   #27
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
Originally Posted by sirinsidiator View Post
Thanks for confirming this. I should have written that I have found the issue yesterday. Sorry to make you spend so much time. xD
Well it did take a while, but nobody asked me to so that's on me. However, I would not have thought you had resolved it prior to people submitting the log files you were looking for.

Originally Posted by sirinsidiator View Post
It looks like addons must not call CHAT_SYSTEM:Minimize() before CHAT_SYSTEM:LoadChatContainers() is called from ingame, otherwise the chat system enters a state where it is minimized, but the containers that have been created afterwards are not.
Indecently, did you notice the different error (refer to my screen shot where I say FINALLY!) after I tried FTC 1.08 with LibChatMessage 1.1.2 still loaded?

Even though LibChatMessage is at 1.1.3 maybe there is still some hidden issue.

Last edited by Sharlikran : 04/30/20 at 10:00 AM.
  Reply With Quote
04/30/20, 10:17 AM   #28
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by Sharlikran View Post
Indecently, did you notice the different error (refer to my screen shot where I say FINALLY!) after I tried FTC 1.08 with LibChatMessage 1.1.2 still loaded?

Even though LibChatMessage is at 1.1.3 maybe there is still some hidden issue.
That's just the error that was fixed in LCM v1.1.3.
  Reply With Quote
04/30/20, 11:43 AM   #29
RickySpanish
 
RickySpanish's Avatar
Join Date: Apr 2020
Posts: 8
so as far as i understand you updated FTC and the problem is solved ?

thank you guys very much for your time and patience

edit: i installed the new version of FTC now but now i dont have any colors in the unti frame i tried resetting and redo the color pattern but nothing helps
Attached Thumbnails
Click image for larger version

Name:	FTC.png
Views:	387
Size:	208.2 KB
ID:	1244  

Last edited by RickySpanish : 04/30/20 at 12:13 PM.
  Reply With Quote
04/30/20, 12:26 PM   #30
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
What other addons and libraries are you using as this heppens?
Please install LibDebugLogger and DebugLogViewer and check the DebugLogViewer if there are any error messages (red lines) shown.
Upload your LibDebugLogger SavedVariables here and click on the share button at the top afterwards, send the link you get then into this post here.


Try to start only FTC, and the needed dependencies. Do you get any error message?
Does it work than?


If not:
You should contact Rhyono the FTC comments and tell him how to reproduce this:
https://www.esoui.com/downloads/info...-Greymoor.html
  Reply With Quote
04/30/20, 12:31 PM   #31
RickySpanish
 
RickySpanish's Avatar
Join Date: Apr 2020
Posts: 8
Originally Posted by Baertram View Post
What other addons and libraries are you using as this heppens?
Please install LibDebugLogger and DebugLogViewer and check the DebugLogViewer if there are any error messages (red lines) shown.
Upload your LibDebugLogger SavedVariables here and click on the share button at the top afterwards, send the link you get then into this post here.


Try to start only FTC, and the needed dependencies. Do you get any error message?
Does it work than?


If not:
You should contact Rhyono the FTC comments and tell him how to reproduce this:
https://www.esoui.com/downloads/info...-Greymoor.html
i only updated FTC i still use the same addons the ones i posted on page 1 in the LUA attachment

but if you want i can post a new one

edit: i loaded only FTC with Libaddonmenu-2.0 and Libmsgwin-1.0 still same problem ill attach the lua file now
PS: the privious error that i got because of the chat window is now fixed with the update only the colors are missing no error nothing also it works fine its only the colors
Attached Files
File Type: lua LibDebugLogger.lua (77.6 KB, 353 views)

Last edited by RickySpanish : 04/30/20 at 12:35 PM.
  Reply With Quote
04/30/20, 12:43 PM   #32
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
The colors thing is a cache problem that can occur in any addon with UI things like that. Restarting normally fixes it, but you may have to clear the cache.
  Reply With Quote
04/30/20, 12:43 PM   #33
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
No error messages in there as it seems so you should ask Rhyono at the FTS comments if this is a known problem he could fix.

Just a hint:
The log file says it saved the data at the date
2020-03-30
Well, this was either 1 month ago or something is wrong with your PC's date and clock maybe? (if the log file data and time is not server date and time) :-)

Edit:
Rhyone already posted here, thanks.

To reset the cache try this:
Logout
Search for the file shader_cache.cooked in the elder scrolls online/live folder (1 folder above the SavedVariables and AddOns).
Rename or delete it.
Login.
Could take a bit longer at first login after the cache reset as the stuff needs to build newly.

Last edited by Baertram : 04/30/20 at 12:50 PM.
  Reply With Quote
04/30/20, 12:59 PM   #34
RickySpanish
 
RickySpanish's Avatar
Join Date: Apr 2020
Posts: 8
Originally Posted by Baertram View Post
No error messages in there as it seems so you should ask Rhyono at the FTS comments if this is a known problem he could fix.

Just a hint:
The log file says it saved the data at the date
2020-03-30
Well, this was either 1 month ago or something is wrong with your PC's date and clock maybe? (if the log file data and time is not server date and time) :-)

Edit:
Rhyone already posted here, thanks.

To reset the cache try this:
Logout
Search for the file shader_cache.cooked in the elder scrolls online/live folder (1 folder above the SavedVariables and AddOns).
Rename or delete it.
Login.
Could take a bit longer at first login after the cache reset as the stuff needs to build newly.
did the steps deleted the cache still same problem

also idk why it says for you 30.3 for me it says 30.4 as you can see in the pic
Attached Thumbnails
Click image for larger version

Name:	logs 1.png
Views:	369
Size:	24.0 KB
ID:	1246  
  Reply With Quote
04/30/20, 01:29 PM   #35
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
The incorrect date is just due to a small bug in how the log viewer formats it.
  Reply With Quote
04/30/20, 01:50 PM   #36
RickySpanish
 
RickySpanish's Avatar
Join Date: Apr 2020
Posts: 8
any idea how i can fix it or what i should do i cant live without that mod q.q

i can try to sacrifice some1 maybe the mod gods will be satisfied
  Reply With Quote
04/30/20, 01:52 PM   #37
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
I don't have any other advice beyond the cache and reinstalling FTC entirely, as it chooses its victims at random and eventually tends to relinquish them.
  Reply With Quote
04/30/20, 02:00 PM   #38
RickySpanish
 
RickySpanish's Avatar
Join Date: Apr 2020
Posts: 8
Originally Posted by Rhyono View Post
I don't have any other advice beyond the cache and reinstalling FTC entirely, as it chooses its victims at random and eventually tends to relinquish them.
aww i think i install the older version and dont use the chat window anymore but hell why me xD

anyway i allrdy reinstalled it ( deleted the addon and deleted the cache) well sucks for me i hope the update fixed it for the other ppl who had the errors

EDIT: ehm okay i dont wanna say it but i guess im retarded i unpacked the zip and well there was a folder in the folder i deleted the extra folder and everything works now jesus christ fml

Last edited by RickySpanish : 04/30/20 at 02:12 PM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » EsoUI/Ingame/ChatSystem/Keyboard/KeyboardChatSystem.lua:370: operator - is not suppor

Thread Tools
Display Modes

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