Author Topic: Help with a couple of problems  (Read 1574 times)

Arcadiano

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Help with a couple of problems
« on: May 29, 2021, 07:25:02 PM »
Hi everyone I am writing with the google translator, so I apologize if there are errors, in practice I wanted to ask you a couple of things, I am customizing a style taken from here, in practice I have two problems that I report below.

Version RetroFe 0.8.18


here is the error reported in the log,
Code: [Select]
[2021-05-29 20:10:13] [ERROR] [FontCache] Could not open font: SDL_RWFromFile(): No file or no mode specified
it does not show me the number of players, the year of the game, and the genre, although there is the code in the xml file of the loyout that I report below together with the image

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Help with a couple of problems
« Reply #1 on: May 29, 2021, 08:21:17 PM »
Looks like RetroFE cannot find the font you specified. Can you upload your layout.xml file?

Arcadiano

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Help with a couple of problems
« Reply #2 on: May 29, 2021, 08:53:40 PM »
ok, the style is this, only I only have the second menu, the first one I deleted, maybe there is something wrong with the code.
i also tell you that the xml list of mame is correct
Code: [Select]
<game name="88games" index="true" image="'">
    <description>'88 Games</description>
    <developer>Mame</developer>
    <crc>86731451</crc>
    <manufacturer>Konami</manufacturer>
    <year>1988</year>
    <genre>Sports/Track &amp; Field</genre>
    <rating>AAMA - Green (Suitable For All Ages)</rating>
    <players>4</players>
    <ctrltype>Buttons</ctrltype>
    <buttons>3</buttons>
    <score>3.2</score>
    <enabled>Yes</enabled>
  </game>
« Last Edit: May 29, 2021, 08:57:33 PM by Arcadiano »

Arcadiano

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Help with a couple of problems
« Reply #3 on: May 30, 2021, 10:08:30 AM »
if it can be useful, in the font folder, the font recalled in the code is not missing, I am not an expert in this language, but it is not so difficult, only in certain situations you do not understand everything.