Thread Tools Display Modes
10-16-10, 09:30 PM   #1
Coasty
A Flamescale Wyrmkin
Join Date: Aug 2009
Posts: 116
Minimap Mousewheel Movement Busted

I just discovered that using the mousewheel to zoom the minimap in/out is broken. Here's the LUA error message:

Date: 2010-10-16 20:26:50
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\nUI\Integration\nUI_Minimap.lua line 465:
attempt to compare number with nil
Debug:
[C]: ?
nUI\Integration\nUI_Minimap.lua:465:
nUI\Integration\nUI_Minimap.lua:464
AddOns:
Swatter, v5.9.4938 (WhackyWallaby)
NPCScan, v4.0.0.4
NPCScanOverlay, v4.0.0.2
A3FuInfoclock, v1.4
ACP, v3.3.8
AddonLoader, v2.0
AdvancedTradeSkillWindow, v
Archy, v1.0
ArkInventory, v3.02
ArkInventoryRules, v
Armory, vv9.0.7
ArmoryGuildBank, vv9.0.7
Atlas, v1.18.0
AtlasArena, v1.1
AtlasBattlegrounds, v1.18.0
AtlasDungeonLocs, v1.18.0
AtlasOutdoorRaids, v1.18.0
AtlasTransportation, v1.18.0
AtlasQuest, v4.5.0 BETA
AtlasWorld, vCBv4.0.0.1
AucAdvanced, v5.9.4938 (WhackyWallaby)
AucFilterBasic, v5.9.4938 (WhackyWallaby)
AucFilterOutlier, v5.9.4938.2531
AucMatchUndercut, v5.9.4938.2531
AucStatHistogram, v5.9.4938 (WhackyWallaby)
AucStatiLevel, v5.9.4938 (WhackyWallaby)
AucStatPurchased, v5.9.4938 (WhackyWallaby)
AucStatSales, v5.9.4938.2842
AucStatSimple, v5.9.4938 (WhackyWallaby)
AucStatStdDev, v5.9.4938 (WhackyWallaby)
AucStatWOWEcon, v5.9.4938.2530
AucUtilAHWindowControl, v5.9.4938.3311
AucUtilAppraiser, v5.9.4938.2530
AucUtilAskPrice, v5.9.4938.3175
AucUtilAutoMagic, v5.9.4938.3142
AucUtilCompactUI, v5.9.4938.2530
AucUtilEasyBuyout, v5.9.4938.3583
AucUtilGlypher, v5.9.4938.2545
AucUtilItemSuggest, v5.9.4938.3108
AucUtilPriceLevel, v5.9.4938.2545
AucUtilScanButton, v5.9.4938.2530
AucUtilScanFinish, v5.9.4938.2530
AucUtilScanProgress, v5.9.4938.2530
AucUtilScanStart, v5.9.4938.4819
AucUtilSearchUI, v5.9.4938.3655
AucUtilSimpleAuction, v5.9.4938.4546
AucUtilVendMarkup, v5.9.4938.2530
AutoItemStartQuest, v1.0.1
AutoRepSwitch, v1.12
AutoRes, v
Babylonian, v5.1.DEV.130
BasicBrokers, v1.2
Bazooka, v1.8.8
BeanCounter, v5.9.4938 (WhackyWallaby)
Bimbo, v4.0.0.8
BonusScanner, v5.3.1
BrokerAltGuild, vv1.4
BrokerAutoLoot, v1.0
BrokerEquipment, v30300.9-Release
BrokerMail, v1.0
BrokerRecZone, v3.0.88
Buffet, v3.2.0.30
Carbonite, v4.0005
CarboniteTransfer, v1.01
Configator, v5.1.DEV.282
CookingHelper, v1.60
DebugLib, v5.1.DEV.275
DualSpeccer, v
Enchantrix, v5.9.4938 (WhackyWallaby)
EnchantrixBarker, v5.9.4938 (WhackyWallaby)
FaceShooter, v0.1.4
Farmed, v4.2
FBMergeDatabase, v0.9.9
FBOutfitDisplayFrame, v0.9.9
FBTrackingFrame, v0.9.9
FeedIt, vv1.6
FishingBuddy, v0.9.9a
GearManagerIconFix, vr1
GearScore, v3.1.19 - Release
GTFO, v2.6
GupPet, v2.012
GupPetCollectMe, v
GupSpellBook, v1.0
Informant, v5.9.4938 (WhackyWallaby)
InspectEquip, v1.8.0
JebusMiniMapCoords, v4.0.0b
LightHeaded, v315
LootDB, v3.1.1
LootFilter, v3.15
nUI, v5.07.04 (Development)
nUIConfigGUI, v30300.6
nUIHUDCombo, v30100.0
nUIHUDTargetLevel, v30100.0
nUIInfoPanelCarbonite, v2.1.00
nUIInfoPanelZygor, v1.1
nUITransparentConsole, v1.00.00
Pawn, v1.4
Prat30, v3.4.6
Prat30Libraries, v
QuestReward, v1.2.6
QuickRepair, v4.0.1
RecipeKnown, v0.26
SilverDragon, vv2.4
SkillLevel, v1
SpellFlash, v5.20
SpellFlashHunter, v1.21.1
SpellFlashCore, v1.20
Stubby, v5.9.4938 (WhackyWallaby)
TradesBar, vv201010142203
TravelAgent, v4.0.1-1.0.8
UrbinRange, v30300.1
xUtils, v4.0.1
ZygorGuidesViewer, v2.0
BlizRuntimeLib_enUS v4.0.1.40000 <us>
(ck=c53)
__________________
Paul Stout
nUI User and Contributor
[email protected]
 
10-16-10, 09:37 PM   #2
Brillynt
A Black Drake
 
Brillynt's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 77
This can be fixed by changing nUI/Interfaces/nUI_Minimap.lua line 464

Code:
Minimap:SetScript( "OnMouseWheel", function()
to
Code:
Minimap:SetScript( "OnMouseWheel", function(self, arg1)


Brillynt
 
10-17-10, 07:36 AM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This has been fixed in the 5.07.05 (Development) release which would be out sometime later today... many thanks to Brillynt for running this one down!
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Minimap Mousewheel Movement Busted

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off