View Single Post
11-04-14, 09:36 PM   #16
evie2883
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2012
Posts: 15
Red face Awesome fix! Small Error (kinda)

@Ebmor:

I loved the previous hotfix, though I got errors every once in a while, and several zones didn't work, when it did work, it was awesome!

However, when I tried using your new hotfix, all I get are errors about 'map' being nil whenever I try to open the map. This is causing both the Blizz map and the Carbonite map not to show. I can still get the blizz map to show using "L" for questlog which is annoyingly combined into the blizz map.

Also, my Carbonite questlog is no longer showing up.

This is the first error message.

=========================================================
2x Carbonite\NxMap.lua:3173: attempt to index local 'map' (a nil value)
Carbonite\NxMap.lua:3173: in function `BlizzToggleWorldMap'
Carbonite\NxMap.lua:3137: in function `ToggleWorldMap'
[string "TOGGLEWORLDMAP"]:1: in function <[string "TOGGLEWORLDMAP"]:1>

Locals:
=========================================================

I thought zoning might help, so upon zoning, I got a new error:

=========================================================
1x Carbonite\Carbonite-5.4.2 alpha 5.lua:2792: attempt to index local 'map' (a nil value)
Carbonite\Carbonite-5.4.2 alpha 5.lua:2792: in function `GetPlyrPos'
Carbonite\Carbonite-5.4.2 alpha 5.lua:2682: in function `AddInfo'
Carbonite\Carbonite-5.4.2 alpha 5.lua:1102: in function `h'
Carbonite\Carbonite-5.4.2 alpha 5.lua:863: in function `NXOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals:
self = <table> {
AddHerb = <function> defined @Carbonite\Carbonite.lua:2740
UpdateAll = <function> defined @Carbonite\Carbonite.lua:2797
Init = <function> defined @Carbonite\Carbonite.lua:2672
AddOpen = <function> defined @Carbonite\Carbonite.lua:2774
AddHonor = <function> defined @Carbonite\Carbonite.lua:2727
GetPlyrPos = <function> defined @Carbonite\Carbonite.lua:2788
AddMine = <function> defined @Carbonite\Carbonite.lua:2757
SortCmp = <function> defined @Carbonite\Carbonite.lua:2807
Sort = <function> defined @Carbonite\Carbonite.lua:2819
AddKill = <function> defined @Carbonite\Carbonite.lua:2713
UpdateMap = <function> defined @Carbonite\Carbonite.lua:2933
List = <table> {
}
AddInfo = <function> defined @Carbonite\Carbonite.lua:2680
AddDeath = <function> defined @Carbonite\Carbonite.lua:2694
}
name = "Entered"
=========================================================