Thread Tools Display Modes
11-05-14, 02:56 PM   #1
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Font error r7

Code:
3x nibRealUI\Core\Fonts.lua:379: attempt to index local 'obj' (a nil value)
nibRealUI\Core\Fonts.lua:379: in function <nibRealUI\Core\Fonts.lua:378>
nibRealUI\Core\Fonts.lua:426: in function `UpdateUIFonts'
nibRealUI\Core\Fonts.lua:603: in function <nibRealUI\Core\Fonts.lua:567>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0-12.lua:529: in function `InitializeAddon'
...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0-12.lua:644: in function <...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0.lua:636>

Locals:
nil
  Reply With Quote
11-05-14, 03:26 PM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
I've uploaded r7b. Try it and see if the error persists.
  Reply With Quote
11-05-14, 08:18 PM   #3
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
I've uploaded r7b. Try it and see if the error persists.
Error stiil here and custom fonts doesn't work on blizzard ui

Code:
1x nibRealUI\Core\Fonts.lua:379: attempt to index local 'obj' (a nil value)
nibRealUI\Core\Fonts.lua:379: in function <nibRealUI\Core\Fonts.lua:378>
nibRealUI\Core\Fonts.lua:426: in function `UpdateUIFonts'
nibRealUI\Core\Fonts.lua:603: in function <nibRealUI\Core\Fonts.lua:567>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0-12.lua:529: in function `InitializeAddon'
...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0-12.lua:644: in function <...aceMasque\Libs\AceAddon-3.0\AceAddon-3.0.lua:636>

Locals:
nil

Last edited by Out1aw : 11-05-14 at 08:21 PM.
  Reply With Quote
11-05-14, 09:23 PM   #4
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Seems like the issue may be that some Blizz font objects don't exist on the RU client. Try out the latest upload of RealUI.
  Reply With Quote
11-05-14, 09:31 PM   #5
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Seems like the issue may be that some Blizz font objects don't exist on the RU client. Try out the latest upload of RealUI.
So...
  Reply With Quote
11-05-14, 09:39 PM   #6
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Download this.
Then copy the nibRealUI folder into your Interface folder.
  Reply With Quote
11-05-14, 09:42 PM   #7
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Download this.
Then copy the nibRealUI folder into your Interface folder.
Same broken interface here
  Reply With Quote
11-05-14, 09:48 PM   #8
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Wish I could test this myself.

Try the download link again.
  Reply With Quote
11-05-14, 09:56 PM   #9
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Wish I could test this myself.

Try the download link again.
There is no errors now, but custom fonts still not working.
  Reply With Quote
11-05-14, 09:57 PM   #10
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Think this might be a SharedMedia issue. I tried setting up a couple of custom ruRU fonts, but it appears they aren't being recognised.
  Reply With Quote
11-05-14, 10:00 PM   #11
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Think this might be a SharedMedia issue. I tried setting up a couple of custom ruRU fonts, but it appears they aren't being recognised.
Do you used my hint about 4th argument? ", 2"
  Reply With Quote
11-05-14, 10:04 PM   #12
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Yep

You can try different things in MyMedia.lua to see if you can achieve any success. I'm lost as to what to do.
  Reply With Quote
11-05-14, 10:10 PM   #13
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Yep

You can try different things in MyMedia.lua to see if you can achieve any success. I'm lost as to what to do.
In r7 new version of shared media? On r6 version all works fine witout errors, i'll try restore my backup to r6 and waiting for some updates.

Try to not use 4th argument, u have english locale, so it should work without it.
  Reply With Quote
11-05-14, 10:17 PM   #14
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Were you able to use the RealUI standard font in r6?

I've set it up so that MyMedia registers separate fonts for the ru locale, with the 4th arg set to 2. Otherwise everything is as it was in r6 for every other locale.
  Reply With Quote
11-05-14, 10:26 PM   #15
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Were you able to use the RealUI standard font in r6?
What do you mean in "standard" font? Standard font or "pixel_" fonts? Standard font works fine but "pixel_" fonts doesn't have russians letter. Here report in github (not mine)

And mine font works everywhere in r6


P.S Sorry for my baaaaad English.
  Reply With Quote
11-05-14, 10:33 PM   #16
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Interesting. Oh wells.
  Reply With Quote
11-05-14, 10:55 PM   #17
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
Originally Posted by Nibelheim View Post
Interesting. Oh wells.
So i tested English locale in r7 and here same issue, fonts doesn't works


it is really interesting thing.
__________________
  Reply With Quote
11-05-14, 11:19 PM   #18
Out1aw
A Theradrim Guardian
 
Out1aw's Avatar
Join Date: Jan 2014
Posts: 65
I tried to update from r6 to r7 without replace sharedmedia and sharedmedia_mymedia and i figured out that not sharedmedia probs, coz fonts still not working.
__________________
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Font error r7


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