Загрузка…
Предыдущие версии
Название | Размер | Обновлено | Версия игры | Загрузок | |
NME 1.0.910 release | 2.53 KB | Oct 19, 2021 | 9.1.0 | 25 |
Описание
Этот аддон Позволяет переключать все Ошибки Lua. Это может быть полезно, если у вас есть некоторые дополнения, которые регулярно выдают ошибки lua, но без каких-либо плохих результатов.
Вы, конечно, можете включить или отключить его в любое время с помощью параметров интерфейса или команд чата.
Команды: префиксом являются /nme или /nomoreerrors.
- без аргументов: Откройте рамку Параметров интерфейса
- toggle_errors: Переключение между включением или отключением состояния
- справка: Отображение справки во фрейме чата по умолчанию
Если у вас есть ошибки или какие-либо предложения, дайте мне знать.
Доступно на Wowinterface:
https://www.wowinterface.com/downloads/info26162-NoMoreErrors.html
DEPRECATED — Use Screen Resolution Dropdown Fix instead
In addition to the login error, Screen Resolution Dropdown Fix also patches the Video Options dialog so it’s usable with large lists of screen resolutions.
Leaving the repository up in case someone needs it for some other reason.
Hide Script Error Frame At Login
TL;DR: Don’t bother installing this unless you’re getting a Lua error at login from Blizzard code that other error catching addons don’t handle.
Why does this exist?
When Vanilla WoW is run in a Windows VM (like Parallels), a huge list of possible resolutions may be offered – more than Blizzard’s UI code can deal with. This causes the following Lua error to pop up at login:
Addons that catch Lua errors (BugSack, Improved Error Frame, pfUI, etc.) don’t expect an error to be thrown by Blizzard code before they load, so they don’t suppress it. I was tired of clicking Okay every time I logged in or reloaded my UI, so I wrote this extremely lightweight addon (it’s literally five lines of code).
All it does is check to see if the error frame is visible, and if so, it captures the message, prints it to chat, and closes the error window. Any other addon that deals with Lua errors will continue to catch them.
Installation
Easy mode
Use GitAddonsManager.
Manual instructions
- Download the code (green Code button > Download ZIP)
- Extract the ZIP file
- Move the !HideScriptErrorFrameAtLogin folder to <Path\To\WoW Folder>\Interface\Addons
Once you’re done, the folder structure should be <Path\To\WoW Folder>\Interface\Addons!HideScriptErrorFrameAtLogin!HideScriptErrorFrameAtLogin.toc
In order to troubleshoot potential issues, particularly when the addon isn’t loading correctly, you’ll need to post any error messages Lua will display in the game. These are disabled by default in the most current client versions.
You can, however, enable them using this command:
/console scriptErrors 1
Once you’re done reporting a problem, and no longer wish to see error messages, feel free to disable them with this command:
/console scriptErrors 0
Important: There is no confirmation after typing these commands, and you’ll need to reload your interface or restart/relog to see the relevant error messages if Rarity failed to load.
Please understand that you’re making it extremely difficult, if not impossible, for me to help you if you don’t give me all the information that you can. The more I know about the specifics of a potential issue, the faster I’ll be able to fix it, and the more likely it is to become a higher priority for me to do so.
——
Note: If you’d like to collect and report script errors more easily to help addon authors out and/or get your addon problems fixed quickly, I recommend using specific addons to do so. Here are some good reasons for why you should consider this.
Original by Omegal (Tech Support MVP) — saved here in case the forums are shut down:
Honestly the best thing to do is to install buggrabber/bugsack
it replaces blizzard lua errors with better system.
1. duplicates of same error are not reported in additional popups. they are aggregated
2. popups do not occur when doing anything important such as in combat
3. popups can be disabled entirely if you’d rather manually open error report at leisure.
4. all errors are saved so you can actually go through them at any time and report them to addon authors or just diagnose them yourself to figure out what addons are erring when multiple are occurring
People hate blizzards error reports because they suck. are invasive and not intuitive at all. They block gameplay in most inconvenient times and are often dismissed and forgotten as a result.
So look up Bugsack and BugGrabber on curse (need both, one is the core other is GUI). Install. and now you can diagnose errors properly in future. yes you can just turn errors off but that’s about as recommended as putting fingers in your ears and going «lalalalalala». your gameplay experience will suffer ignoring errors. So instead make the reporting better and tolerable.
Links:
BugSack on CurseForge
BugGrabber on CurseForge
Posts Quoted:
Reply
Clear All Quotes
Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
NME 1.0.910 release | 2.53 KB | Oct 19, 2021 | 9.1.0 | 25 |
Description
This Addon Let you toggle all Lua Errors. This can be helpfull when you have some addons that pop regulary lua errors but without any bad results.
You can of course Enable or Disable it at any time via Interface Options or chat commands.
Commands: prefix are /nme or /nomoreerrors.
- no argument: Open Interface Options Frame
- toggle_errors: Switch between Enable or Disable Statment
- help: Display help in default chat frame
If you have bugs or any suggestions, let me know.
Available on Wowinterface:
https://www.wowinterface.com/downloads/info26162-NoMoreErrors.html