runcommand launching images for ANY theme
-
@meleu The Megadrive logo itself It has a faint, but noticable blur to it.
-
@lilbud oh yeah, I noticed it too. Not sure, but maybe the logo file isn't in svg format.
-
As far I know it happens only with png format logos. SVG shows just fine.
-
So how can we go about being able to figure out a way to generate for systems that are not in a theme that we choose? Example is I am going off the Tronky (sp?) theme. It doesn't generate for PCEngineCD, TG16, and TG16CD. Thanks!
I had a similar issues and meleu had me create a symbolic link to pcengine
https://retropie.org.uk/forum/topic/7193/runcommand-launching-images-for-any-theme/70Something like this:
cd /etc/emulationstation/themes/tronkyfran/ sudo ln -s pcengine tg16 sudo ln -s pcengine pce-cd sudo ln -s pcengine tg-cd
Even though this will create a pictures saying "PC Engine" when you launch a TG16 or TG-CD game.
Maybe @meleu should put something about this on the first post? ;-)
-
Can anyone check if they can access the launch menu by pushing the A button while the launching.png screen is showing.
-
@FlyingTomahawk no one can.
-
@FlyingTomahawk It's not always the A button on the controller. It's whatever key is 0 in your config. For me it's the B button, so I changed the text to that. Also you need to press it after the image is gone, it's a very small time limit.
-
I see... I'll just give it another try then. Thanks guys.
-
@FlyingTomahawk mash buttons til it works
-
lol, will try. Thanks. :-))
-
@FlyingTomahawk
I just do what @herb_fargus mentioned "mash buttons til it works" but sometimes it will put me in where I am choosing which emulator to use and I have to back out one menu.I think I read somewhere on here that the Runcommand looks for the button pressing either the last millisecond that launching.png is on screen or just right after it goes away.
-
@backstander I just press it once after the launching screen goes away and it works every time.
-
@FlyingTomahawk After the image is gone you have 2 seconds of black screen where you can press the button 0 and access the runcommand menu. But if you press the button 0 while the image still on screen the image disappears and then you have those 2 seconds to press button 0 and access the runcommand menu.
-
@meleu
I couldn't had said it any better! Maybe you should put something about this on the Runcommand Wiki page? -
@backstander sounds like a good idea to me. This is the only time on retropie I'll ever recommend button mashing as a solution to a problem!
-
Hmm, I built a custom theme and placed it in /etc/emulationstation/themes and the script picks it up, but when I try generating images, it tells me WARNING: image for <system> was NOT created!
That's all it tells me. It works on the stock carbon theme, and any themes downloaded through the retropie es themes menu, but if I manually upload a theme via ftp into the /etc/emulationstation/themes folder, it doesn't generate loading images for them.
To see if maybe it was a permissions issue, I modified the esthemes.sh script to add in my theme at it's github repository, and even after installing the script, it still doesn't allow me to generate images for my theme.
(It's saying 'failed to add the logo image' in the systems that I do have)
My theme can be found at https://github.com/Ex0r/es-theme-xcade
-
@masteryoer If you are comfortable enough with Linux command line, I would like to ask you something...
Please, execute the following command:
(If you installed the tool via RetroPie-Setup, the script is at
/opt/retropie/supplementary/launchingimages/
)bash -x ./generate-launching-images.sh -t theme_name 2> ~/debug.txt
It will generate the
/home/pi/debug.txt
file. Then paste the log.txt in http://codepad.org/ (select the "Plain Text" at the left of text box). It could be pastebin or something, but I'm behind a restrictive proxy now... -
is the current debug.txt
-
@masteryoer I've found the problem. My script looks for the logo in the detailed view. Your theme.xml files don't have a logo for this (they have for system view only).
I think I'll make the script look for the logo in the detailed view first, and if fail, look for it in the system view.
Will look into it next weekend (pretty busy currently).
I'll let you know when it's ready. ;-)
Cheers!
-
So for the time being, would using the --no-logo flag cause the script to work?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.