Thread Tools Display Modes
10-15-10, 02:44 AM   #1
stinger2k
A Murloc Raider
Join Date: Oct 2010
Posts: 4
4.0003 shows no map

Hi

i have downloaded 4.0003 and copied it to the WoW folder.
after i log in i get lots of LUA errors (53)

i can see the carbonite minimap button, right klick will open the options but under no circumstances i get the map to open (klicking hotkey m oder klicking the worldmap wow button)

thx for help

edit: i get an error at startup "CARBOTITE Unknown map name: Der Heulende Fjord(4 3)
maybe its because i have an german client.

Message: Interface\AddOns\Carbonite\Carbonite.lua:2498: attempt to index local 'map' (a nil value)
Time: 10/15/10 10:33:04
Count: 15
Stack: Interface\AddOns\Carbonite\Carbonite.lua:2498: in function `ALP'
Interface\AddOns\Carbonite\Carbonite.lua:18849: in function `h'
Interface\AddOns\Carbonite\Carbonite.lua:24112: in function `NXOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals: self = <table> {
UpI = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:22831
OTB = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:19349
CaP = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:14013
PanelTemplates_SetTab = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:25127
OnU = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:10896
Cre = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:4000
DCRP = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:22051
OFLU = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:25230
GoP1 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:15355
GPPI = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:11115
OUT = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:17124
Lis = <table> {
}
ShowUIPanel = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:7944
PHUD = <table> {
}
OnW = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:15490
RFF = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:20354
LLP = "Prīncess"
HideUIPanel = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:8400
Ini = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:18919
SBT2 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:1852
Show = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:20073
PCH = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:20056
ALP = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:2491
GeP1 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:12819
THUD = <table> {
}
}
nam = "Prīncess"
plN1 = nil
lev = nil
cla = nil
map = nil
(*temporary) = "Prīncess"
(*temporary) = "Prīncess"
(*temporary) = "[^-]+"
(*temporary) = "Prīncess"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'map' (a nil value)"
or
Message: Interface\FrameXML\UIPanelTemplates.lua:383: attempt to perform arithmetic on field 'cursorOffset' (a nil value)
Time: 10/15/10 10:29:40
Count: 1
Stack: Interface\FrameXML\UIPanelTemplates.lua:383: in function `ScrollingEdit_OnUpdate'
[string "*:OnUpdate"]:1: in function <[string "*:OnUpdate"]:1>

Locals: self = ScriptErrorsFrameScrollFrameText {
0 = <userdata>
text = "Message: Interface\AddOns\Carbonite\Carbonite.lua:10794: attempt to index field 'GOp' (a nil value)
Time: 10/15/10 10:29:40
Count: 3
Stack: Interface\AddOns\Carbonite\Carbonite.lua:10794: in function `TP2'
Interface\AddOns\Carbonite\Carbonite.lua:4073: in function `ToP'
Interface\AddOns\Carbonite\Carbonite.lua:3122: in function `h'
Interface\AddOns\Carbonite\Carbonite.lua:24112: in function `NXOnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>

Locals: self = <table> {
OPM = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:14800
FiC3 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:16940
CWC = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:21550
BCS = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:1382
M_OT1 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:7419
GetQuestReward = <function> defined @Interface\Ad handleCursorChange = true
}
elapsed = 0.017000000923872
scrollFrame = ScriptErrorsFrameScrollFrame {
ScrollBar = ScriptErrorsFrameScrollFrameScrollBar {
}
offset = 0
0 = <userdata>
}
height = 193.99998045976
range = 0
scroll = 0
size = 193.99998045976
cursorOffset = nil
(*temporary) = nil
(*temporary) = ScriptErrorsFrameScrollFrame {
ScrollBar = ScriptErrorsFrameScrollFrameScrollBar {
}
offset = 0
0 = <userdata>
}
(*temporary) = 0
(*temporary) = "attempt to perform arithmetic on field 'cursorOffset' (a nil value)"

Last edited by stinger2k : 10-15-10 at 04:17 AM.
 
10-15-10, 04:26 AM   #2
stinger2k
A Murloc Raider
Join Date: Oct 2010
Posts: 4
i got it fixed...

i changed the Localization.lua

["Howling Fjord"] = "Der heulende Fjord",

to ===>

["Howling Fjord"] = "Der Heulende Fjord",

and it worked
 
10-15-10, 06:59 AM   #3
sid78
A Kobold Labourer
Join Date: Oct 2010
Posts: 1
Originally Posted by stinger2k View Post
i got it fixed...

i changed the Localization.lua

["Howling Fjord"] = "Der heulende Fjord",

to ===>

["Howling Fjord"] = "Der Heulende Fjord",

and it worked
It“s working really nice thanks
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » 4.0003 shows no map


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