XBMC_PC Win32 GUI Development Environment for skinners (skin developers)

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MCorven Offline
Junior Member
Posts: 2
Joined: Nov 2006
Reputation: 0
Post: #41
edwinmcdunlap Wrote:I'm also having a problem with no text, but only on MC360.

[img=http://www.maj.com/gallery/ericjdunlap/Xbox/XBMCPC/thumb/mc360error.jpg_thumb.jpg]
click to enlarge


Thanks for the tip. I switched skins and all is now well. Big Grin
find quote
Jezz_X Online
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #42
for the people who get no fonts in the skins it only supports truetype fonts not the xpr ones (xbmc will be dropping xpr fonts soon anyway) and then they have to be set to unicode true
if your trying to get mc360 to run you will need to open up the font.xml files and change the lines like this for the truetype fonts
Quote:<fontset id="TeamBlackbolt" unicode="true">
then it should load fonts.
Also the build in this thread has problems with the mc30 carbon themes so don't use them or it will crash its to do with how xbmctex compresses the xpr ( I think jmarshall has fixed this in the svn allready )
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,520
Joined: Oct 2003
Reputation: 138
Post: #43
Those of you who are getting crashes after the splash: It's likely because your graphics card doesn't support non-power of 2 textures.

I believe that elupus has fixed this in his own codebase and so a fix in SVN should not be far away.

And yes, the fix for the carbon themes is already in SVN.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
mbay Offline
Junior Member
Posts: 20
Joined: Jun 2006
Reputation: 0
Post: #44
when it is said to open font.xml and make sure the font id tag says:
Code:
<fontset id="TeamBlackbolt" unicode="true">
is there anything else aside from restarting that needs to be done?

my font.xml page looks as follows:
Code:
<fonts>

    <fontset id="Default">

        <font>
            <name>font10</name>
            <filename>common-font10.xpr</filename>
        </font>

        <font>
            <name>font12</name>
            <filename>common-font12.xpr</filename>
        </font>

        <font>
            <name>font13</name>
            <filename>common-font13.xpr</filename>
        </font>

        <font>
            <name>font14</name>
            <filename>common-font14.xpr</filename>
        </font>

        <font>
            <name>font16</name>
            <filename>common-font16.xpr</filename>
        </font>

        <font>
            <name>font18</name>
            <filename>common-font18.xpr</filename>
        </font>

        <font>
            <name>font20</name>
            <filename>common-font20.xpr</filename>
        </font>

        <font>
            <name>bold14</name>
            <filename>common-font-bold14.xpr</filename>
        </font>

        <font>
            <name>matrix8</name>
            <filename>matrix8.xpr</filename>
        </font>

        <font>
            <name>fontKB</name>
            <filename>common-font13.xpr</filename>
        </font>

        <font>
            <name>special13</name>
            <filename>special-bold-pal.xpr</filename>
        </font>

    </fontset>

    <fontset id="MC360.TTF" unicode="true">

        <font>
            <name>font10</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>14</size>
            <style>bold</style>
        </font>

        <font>
            <name>font12</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>14</size>
            <style>bold</style>
        </font>

        <font>
            <name>font13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>15</size>
            <style>bold</style>
        </font>

        <font>
            <name>font14</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>17</size>
            <style>bold</style>
        </font>

        <font>
            <name>font18</name>
            <filename>common-font18.xpr</filename>
        </font>

        <font>
            <name>matrix8</name>
            <filename>matrix8.xpr</filename>
        </font>

        <font>
            <name>special13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>16</size>
            <style>bold</style>
        </font>

    </fontset>

    <fontset id="TeamBlackbolt" unicode="true">

        <font>
            <name>font10</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>14</size>
        </font>

        <font>
            <name>font12</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>17</size>
        </font>

        <font>
            <name>font13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>18</size>
        </font>

        <font>
            <name>font14</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>20</size>
        </font>

        <font>
            <name>font16</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>22</size>
        </font>

        <font>
            <name>font18</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>25</size>
        </font>

        <font>
            <name>font20</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>28</size>
        </font>

        <font>
            <name>bold14</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>19</size>
            <style>bold</style>
        </font>

        <font>
            <name>matrix8</name>
            <filename>matrix8.xpr</filename>
        </font>

        <font>
            <name>special13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>18</size>
        </font>

    </fontset>

</fonts>

Thanks for any help
find quote
CademiaX
Unregistered

Post: #45
Here is what I did and it made all the text show just fine, tho there is still some really weird issues..

Code:
<fonts>

    <fontset id="TeamBlackbolt" unicode="true">

        <font>
            <name>font10</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>14</size>
        </font>

        <font>
            <name>font12</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>17</size>
        </font>

        <font>
            <name>font13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>18</size>
        </font>

        <font>
            <name>font14</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>20</size>
        </font>

        <font>
            <name>font16</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>22</size>
        </font>

        <font>
            <name>font18</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>25</size>
        </font>

        <font>
            <name>font20</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>28</size>
        </font>

        <font>
            <name>bold14</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>19</size>
            <style>bold</style>
        </font>

        <font>
            <name>matrix8</name>
            <filename>matrix8.xpr</filename>
        </font>

        <font>
            <name>special13</name>
            <filename>TeamBlackbolt.ttf</filename>
            <size>18</size>
        </font>

    </fontset>

</fonts>
quote
Jezz_X Online
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #46
mbay Wrote:when it is said to open font.xml and make sure the font id tag says:
Code:
<fontset id="TeamBlackbolt" unicode="true">
is there anything else aside from restarting that needs to be done?

Thanks for any help

make sure you do it for the resolution that you actually use each dir pal pal16x9 nsc ntsc16x9 720p and 1080 all have there own font.xml files in them
find quote
Jezz_X Online
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #47
Ok anyone trying to use mc360 in it just use these font xmls also if you use the teamblackbolt font on the xbox these are newer and greatly improved size and should look heaps better
http://www.myfilehut.com/userfiles/12943...bmc_pc.rar
find quote
mbay Offline
Junior Member
Posts: 20
Joined: Jun 2006
Reputation: 0
Post: #48
Jezz_X,

thanks buddy - i updated the ntsc-specific font.xml file and it worked like a charm. Smile
find quote
SleepyP Offline
Posting Freak
Posts: 2,282
Joined: Nov 2005
Reputation: 4
Location: Portland, Oregon
Post: #49
yo. My issues were due to incorrect mapping of my drive letters (what a surprise). It now runs correctly and I can get a full debug log output, as well as sound output. However, the video remains black. JMarshall, would a debug log prove interesting for this, or is it safe to assume my video card is too ghetto?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,520
Joined: Oct 2003
Reputation: 138
Post: #50
Pretty sure that it's the same issue that elupus had. debug log wouldn't hurt ofcourse.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Post Reply