
AvalonRanger wrote: »NPC conversation UI is also broken in sometimes.
The position of UI become too much right bottom side of display,
So I can't choose talking option. Almost unplayable.



Masteroshi430 wrote: »AvalonRanger wrote: »NPC conversation UI is also broken in sometimes.
The position of UI become too much right bottom side of display,
So I can't choose talking option. Almost unplayable.
Hi AvalonRanger,
I have the same UI bug happening every other time,
It is possibly an addon doing that (can you please share your addon list so I can compare with mine ?), but I doubt an addon can randomly butcher every parts of the UI...
Or it can be a bug on ZOS side which occurs randomly and where controls have wrong parents or dimensions...
It can also happen on the map but it's only visible if you have an addon drawing things on the map, so it looks like it can happen everywhere on the UI including chatter (NPC dialogues).
It happens for the Inventory:
Here is my QuickMapNav addon drawing zone names on the map, positions are hardcoded but the names are displayed at wrong locations every other time:
Here is the chat, where the bug happens the most and is the more visible, when it does that you cannot see the messages:
If you are lucky a reload UI can fix the bug until next time.
If you have the bug, you can have it on multiple parts of the UI at the same time, if you reload UI and have by chance the chat fixed then it will be fixed everywhere, so it looks like either an addon loading order thing (if it is caused by addons) or something not initializing correctly or failing to give the right data in the ZOS part of the code.
AvalonRanger wrote: »Masteroshi430 wrote: »AvalonRanger wrote: »NPC conversation UI is also broken in sometimes.
The position of UI become too much right bottom side of display,
So I can't choose talking option. Almost unplayable.
Hi AvalonRanger,
I have the same UI bug happening every other time,
It is possibly an addon doing that (can you please share your addon list so I can compare with mine ?), but I doubt an addon can randomly butcher every parts of the UI...
Or it can be a bug on ZOS side which occurs randomly and where controls have wrong parents or dimensions...
It can also happen on the map but it's only visible if you have an addon drawing things on the map, so it looks like it can happen everywhere on the UI including chatter (NPC dialogues).
It happens for the Inventory:
Here is my QuickMapNav addon drawing zone names on the map, positions are hardcoded but the names are displayed at wrong locations every other time:
Here is the chat, where the bug happens the most and is the more visible, when it does that you cannot see the messages:
If you are lucky a reload UI can fix the bug until next time.
If you have the bug, you can have it on multiple parts of the UI at the same time, if you reload UI and have by chance the chat fixed then it will be fixed everywhere, so it looks like either an addon loading order thing (if it is caused by addons) or something not initializing correctly or failing to give the right data in the ZOS part of the code.
Thanks for replying.
I did repairing of the ROM, then temporary it was fixed.
However, after the game crashed, it happened again....
Do you have any add-ons enabled when this happens? If so, can you please list them?
AvalonRanger wrote: »Masteroshi430 wrote: »AvalonRanger wrote: »NPC conversation UI is also broken in sometimes.
The position of UI become too much right bottom side of display,
So I can't choose talking option. Almost unplayable.
Hi AvalonRanger,
I have the same UI bug happening every other time,
It is possibly an addon doing that (can you please share your addon list so I can compare with mine ?), but I doubt an addon can randomly butcher every parts of the UI...
Or it can be a bug on ZOS side which occurs randomly and where controls have wrong parents or dimensions...
It can also happen on the map but it's only visible if you have an addon drawing things on the map, so it looks like it can happen everywhere on the UI including chatter (NPC dialogues).
It happens for the Inventory:
Here is my QuickMapNav addon drawing zone names on the map, positions are hardcoded but the names are displayed at wrong locations every other time:
Here is the chat, where the bug happens the most and is the more visible, when it does that you cannot see the messages:
If you are lucky a reload UI can fix the bug until next time.
If you have the bug, you can have it on multiple parts of the UI at the same time, if you reload UI and have by chance the chat fixed then it will be fixed everywhere, so it looks like either an addon loading order thing (if it is caused by addons) or something not initializing correctly or failing to give the right data in the ZOS part of the code.
Thanks for replying.
I did repairing of the ROM, then temporary it was fixed.
However, after the game crashed, it happened again....
Do you have any add-ons enabled when this happens? If so, can you please list them?
AvalonRanger wrote: »1, Action Duration Reminder
2, LibAddonMenu-2.0
3, RaidBuffs
4, RaidNotifer Upfdate
I originally thought it might of been an addon doing this as well but after disabiling all my addons and running the game Vanilla the problem was still thereMasteroshi430 wrote: »

TheGMac316 wrote: »I originally thought it might of been an addon doing this as well but after disabiling all my addons and running the game Vanilla the problem was still thereMasteroshi430 wrote: »
/script KEYBOARD_CHAT_SYSTEM:ResetChat()

SET CustomUIScale "1.00000000" SET UseCustomUIScale.2 "1"
karthrag_inak wrote: »will attempt it again with os scale set to 100%.

The detail about text size slider is interesting and makes me wonder if this might be related to scaling settings?
My Windows scaling is set to 100%, and my in-game scaling is set to 1.00. What kind of settings do you have?SET CustomUIScale "1.00000000" SET UseCustomUIScale.2 "1"
SET CustomUIScale "0.65405202" SET UseCustomUIScale.2 "0"
AvalonRanger wrote: »This UI bug is still not fixed. This bug also might happen in the test server.
But Nobody reported this? So strange....