Thread Tools Display Modes
08-14-10, 04:21 PM   #1
Valandris
A Fallenroot Satyr
 
Valandris's Avatar
Join Date: Mar 2010
Posts: 22
I broke FuBar!!!!!

I was wanting to unify my UI in Spanish for my esMX interface, and it just so happened that there were some esES (Spain Spanish) localization files. Since I'm esMX, I obviously can't use them unless I were to change which locales they were to get, so I switched esES with esMX. I then noticed that it executed the localization from some ace libs. I went in, and switched esES with esMX, logged in, and fubar was gone and all the buttons collected into my MBF. So I have officially broke my fubar and will have to reinstall unless yall can help me do what I INTENDED to do.

Btw I know nothing about programming, so if you got a fix, explain it to me in plain English. If only I could pair up with someone who could read all the programming gibberish >>

If it'll help, here's an error message related to my problem:
Date: 2010-08-14 19:48:47
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\FuBar\libs\LibRockLocale-1.0\LibRockLocale-1.0.lua line 185:
'=' expected near 'end'
Debug:
[C]: ?
AddOns:
Swatter, v5.8.4723 (CreepyKangaroo)
Achieved, v0.4
ACP, v3.3.4
AtlasLoot, vv5.11.03
FuBar, v
BlizRuntimeLib_esMX v3.3.5.30300 <us>
(ck=90)
__________________
Speak out! Ask for Stargate Atlantis to be brought back!
http://www.petitionspot.com/petitions/SaveSGA/

Last edited by Valandris : 08-14-10 at 06:50 PM.
  Reply With Quote
08-17-10, 04:56 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Most likely, you omitted a quotation mark around a string, or a comma at the end of something, or a bracket around a table key. For example, what should be this:
Code:
    ["You broke it!"] = "Tú lo rompes!",
Currently looks like this:
Code:
    ["You broke it!" = "Tú lo rompes!",
Or this:
Code:
    ["You broke it!"] = "Tú lo rompes!"
Or this:
Code:
    ["You broke it!" = Tú lo rompes!",
Look at lines 184 and 185 in the file named in the error message. The problem is probably on one of those lines.

If you were modifying stuff other than localization, post the section of code around line 185.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » I broke FuBar!!!!!


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