This is completely different issue, this error message is a result of event EVENT_ABILITY_REQUIREMENTS_FAIL with the error code 154.Well daemonius, I added the code kindly supplied in this thread, and have had no further trouble , UNTIL THIS MORNING! Lol
The problem today has not been quite the same though, but when I have been in combat and tried to switch weapons, I get the white text at top right of screen saying "you cannot change weapons now", and none of the white attacks work, I have to either run away or let the NPCs kill me and resurrect to clear it. Have never known this issue before, but has happened 3 times this morn, may just be the zone I was in at the time or something
I believe that this issue is not directly related to any addon. You can get the same error message even if you have all addons disabled.
Easy way how to reproduce this issue with disabled addons:
- open inventory
- place mouse cursor over any weapon, so you will see comparative tooltips
- move cursor away at the same time as you press key to swap weapons
How to fix it? Report this issue to ZOS and/or add this line to the addon's initialization routine:ZO_PreHook("ZO_InventorySlot_OnMouseEnter", function(slot) return slot == nil end)
Discussion:
http://www.esoui.com/forums/showthread.php?t=1595
There is a know issues sounding similar to this (inlcuding double ESC to cancel), under Combat & Gameplay:This is completely different issue, this error message is a result of event EVENT_ABILITY_REQUIREMENTS_FAIL with the error code 154.Well daemonius, I added the code kindly supplied in this thread, and have had no further trouble , UNTIL THIS MORNING! Lol
The problem today has not been quite the same though, but when I have been in combat and tried to switch weapons, I get the white text at top right of screen saying "you cannot change weapons now", and none of the white attacks work, I have to either run away or let the NPCs kill me and resurrect to clear it. Have never known this issue before, but has happened 3 times this morn, may just be the zone I was in at the time or something
You can get this error message when you try to swap weapons while casting a spell.
To cancel cast just hit ESC (twice) or use this addon:
CancelCast: http://www.esoui.com/downloads/info295-CancelCast.html
This error is specific to weapon swapping. You probably have another bug.Is this problem in the known issues list? I very nearly died several times because of this. It happens not only when switching weapons (apparently at random, sometimes I get an error, other times I don't), but also when I used the Overload ultimate on my sorc (it would give a UI error 100% of the time, which was a pain since I tend to use my ultimate in harder fights...). I've switched to using the Storm Atronach ultimate and have been error-free when using my ultimate.
If the code is loaded, it must work. My guess is that you have added code to some file which is not loaded/used.The above fix didn't work for me. I added it to Inventory Grid View but still happens. I disabled the addon and the error doesn't reference Inventory Grid View anymore.
I have bug reported once again and thus weapons swapping for me is still unusable.
Testing it out and will update here later. Thanks.
Just read the patch notes, they did something with weapons swapping. So it was looking good, now will have to see again if this error has been dealt with.
This addon does not fix any issues with latency.I find it weird that an addon might fix the weapon swap bug /latency that sometimes prevents weapon swapping.Testing it out and will update here later. Thanks.
Just read the patch notes, they did something with weapons swapping. So it was looking good, now will have to see again if this error has been dealt with.
How did the testing go?