Загрузка…
Предыдущие версии
Название | Размер | Обновлено | Версия игры | Загрузок | |
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
23 февраля 2017
35349
1
Надоели сообщения с ошибками, которые заполонили твой монитор? Тогда, аддон для вов ImprovedErrorFrame поможет Вам, он скрывает все сообщения об ошибках, которые выдаются от аддонов. Вам теперь не нужны постоянно клацать мышкой на ошибки в центре экрана, аддон все скроет сам. Это действительно полезное дополнение в игре, так как ошибки встречаются достаточно часто, и мешают игровому процессу. После установки данного дополнения Вы просто забудете об этом.
Скачать аддон ImprovedErrorFrame
Skip to content
Sign up
Search code, repositories, users, issues, pull requests…
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
shagu
/
ShaguError
Public
-
Notifications
-
Fork
1 -
Star
4
A Vanilla+TBC Addon to hide error message popups
4
stars
1
fork
Activity
Star
Notifications
master
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
1
branch
0
tags
Code
-
Clone
Use Git or checkout with SVN using the web URL.
-
Open with GitHub Desktop
-
Download ZIP
Latest commit
Git stats
-
9
commits
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
README.md
ShaguError-tbc.toc
ShaguError.lua
ShaguError.toc
ShaguError
Installation (Vanilla)
Installation (The Burning Crusade)
README.md
ShaguError
A World of Warcraft: Vanilla and TBC Addon to hide error message popups. All error or info popups will be prefixed with their type, and then go into the chat instead of throwing popups at you.
Notice:
This Addon or a superior and maintained version of it, is already included in pfUI. If using this in combination with pfUI you might get bad results or up to performance regressions.
Installation (Vanilla)
- Download Latest Version
- Unpack the Zip file
- Rename the folder «ShaguError-master» to «ShaguError»
- Copy «ShaguError» into Wow-Directory\Interface\AddOns
- Restart Wow
Installation (The Burning Crusade)
- Download Latest Version
- Unpack the Zip file
- Rename the folder «ShaguError-master» to «ShaguError-tbc»
- Copy «ShaguError-tbc» into Wow-Directory\Interface\AddOns
- Restart Wow
About
A Vanilla+TBC Addon to hide error message popups
Resources
Readme
Activity
Stars
4
stars
Watchers
4
watching
Forks
1
fork
Report repository
Releases
No releases published
Packages
No packages published
Languages
-
Lua
100.0%
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