Skip to content

Troubleshooting

Vocino edited this page Aug 20, 2026 · 6 revisions

Troubleshooting

Addon List Missing

  • Folder _retail_/Interface/AddOns/WarbandPro/ has WarbandPro.toc with 9 files. Interface 120100 Retail Midnight.
  • Keep folder WarbandPro for SavedVariables WarbandProDB orphan-free. TOC Title wins display.

/warband Does Nothing

  • /reload (restart if TOC changed)
  • /warband status for debug

Panel Will Not Open In Combat

Expected. InCombatLockdown() blocks to avoid taint. Red bar "Cannot export in combat" queues reopen after PLAYER_REGEN_ENABLED.

String Empty Length 0

Run /warband status first. It names the reason on the bundle: line.

bundle error: LibDeflate missing — affects v1.0.0 and v1.0.1, fixed after. Nothing you can configure around it. Panel says "Could not build the bundle" and the box stays empty even with characters stored.

Cause: another addon registered LibDeflate through LibStub before ours loaded, so our vendored copy returned early and never handed itself to the addon. Common — LibDeflate ships inside a lot of addons. Update to the newest release.

bundle: wb1! 0 bytes, characters stored 0 — nothing captured yet. Log the character, open bags, bank, vault once. Snapshots are event-driven, throttled 0.5s, not on a timer.

CurseForge 404

Project 1660174 uploaded successfully, page stays 404 until moderation clears after first upload. Use GitHub Releases meanwhile.

No Minimap Button

Intentional bloat avoidance. Blizzard stated place is Compartment top-right minimap. Saves compatibility. Click there or /warband or keybind.

Warbank Never Refreshes

Need to open account bank frame on any alt to snapshot. Shared one row per account, tabs repeated avoided.

Bank 0 Free Confused

Unknown versus empty: before fix empty reported 0 free (reads as full). Now "Not opened" if never opened. Open bank once.

Toast "Does Not Look Like wb1!"

  • You copied Camp DNA wb0! -> use Share tab import
  • Otherwise re-copy /warband ensure highlighted -> Ctrl+C not drag

Too Large

Over 20 characters or over 1 MB decoded -> try /warband copy current single-character for stream test.

No Auto-Upload

Trust. No network calls ever. Check TOC, verify code. Copy-only, you paste to your own account.

Freshness Always Red

App versus addon time mismatch. Addon Unix seconds WoW time(), web converts. PC clock skewed off UTC drifts. Check system clock.

Warbank 1 Hour By Vocnar But Exporting From Voctara Did It Save

Yes, intentional. Shared account-wide. Seeing 1 hour by Vocnar valid when exporting from Voctara who did not open bank.

4-7 KB Versus 26 KB

4-7 KB circulating is slim with no per-item lists. v1 full single 8.6 KB, 6 26 KB. Do not trust old README. Measured table in Contract doc.

Heavy

No OnUpdate scanner only 0.5s etc. Saved under 200 KB for 6 characters. Memory under 2 MB.

Clipboard Permission Denied

HTTPS user gesture required. Click Import button inside click, not Enter auto. Firefox and Safari stricter -> fallback to text area Ctrl+V.

Warband.pro Companion

Home

Start

Integration

Internals

Clone this wiki locally