Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Arcadiano

Pages: [1]
1
General Discussion & Help / Re: Help with a couple of problems
« 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.

2
General Discussion & Help / Re: Help with a couple of problems
« 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>

3
General Discussion & Help / 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

Pages: [1]