Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
Help / Background starting a game
« Last post by sonkers on August 02, 2024, 12:22:41 PM »
Hi!

Is there any way when I select a game and I want to put something in front while the game starts in the background?
Example:

I want to put an image when the game starts while this image stays for like 5 seconds, meanwhile in the background the rom starts like rocket launch

tks.
52
Help / Re: Layout on menu
« Last post by sonkers on August 02, 2024, 12:20:23 PM »
Hi!

Which software? retrofe? any forks? what is your discord channel? Could it pass? tks
53
General Discussion & Help / Re: Black screen hang on startup
« Last post by Pieter Hulshoff on July 30, 2024, 12:37:02 PM »
Many of the themes on the website are outdated, and haven't been tested with the latest versions of RetroFE. If you can post the entire log.txt I'm willing to have a look for you. I assume you've made changes to the default download though?
54
General Discussion & Help / Re: Debugging
« Last post by Pieter Hulshoff on July 30, 2024, 12:34:23 PM »
I've always used gdb myself.
55
General Discussion & Help / Re: Black screen hang on startup
« Last post by lordbah on July 26, 2024, 06:31:15 PM »
The trigger is collections/MAME/system_artwork/video.mp4, but I'm no closer to understanding why. It plays fine in vlc. Nothing shown in that video is a game that is installed here so I'm just going to delete the file for now.
56
General Discussion & Help / Re: Black screen hang on startup
« Last post by lordbah on July 26, 2024, 04:51:20 AM »
Did some manual cleaning and finally got symbols. It's choking in Page.cpp trying to iterate menus. Maybe now I can finally get somewhere.
57
General Discussion & Help / Re: Black screen hang on startup
« Last post by lordbah on July 26, 2024, 04:32:38 AM »
I'm about at my wit's end here. No matter how I build it the retrofe executable does not contain debug symbols according to gdb - though it does say "not stripped".
You know, I suspect that --clean-first isn't really cleaning, since some of the timestamps in RetroFE/Build/CMakeFiles/retrofe.dir are hours too old. link.txt is not showing the -ggdb argument.
I need the --I-said-CLEAN-damn-it argument.
58
General Discussion & Help / Re: Black screen hang on startup
« Last post by lordbah on July 26, 2024, 12:27:08 AM »
segfault with either core or core 1.4.

With the source and vscode/gdb I can see there is an exception but not what it is. (after mogrifying the .png files in Ergo Proxy)
Call stack attached, hopefully. But it's in gstreamer video land.
59
General Discussion & Help / Debugging
« Last post by lordbah on July 25, 2024, 08:52:59 PM »
How are people debugging RetroFE on Linux? gdb? vscode? Something else?
60
General Discussion & Help / Re: Black screen hang on startup
« Last post by lordbah on July 25, 2024, 04:47:00 AM »
I tried Ergo Proxy. First it logged a bunch of errors and exited.
Code: [Select]
libpng warning: iCCP: known incorrect sRGB profileAfter a short web search I installed imageMagick and used mogrify to remove the incorrect profiles.
Now, it draws a green outline box in the middle of the screen and then immediately exits with a segmentation fault. This time there are no ERRORs in the log file.
Code: [Select]
[2024-07-24 23:31:05] [INFO] [Layout] Initialized
[2024-07-24 23:31:05] [INFO] [Layout] Initializing /home/lordbah/RetroFE/layouts/Ergo Proxy/layout 16x9 - 0.xml
[2024-07-24 23:31:05] [INFO] [Layout] could not find layout file: /home/lordbah/RetroFE/layouts/Ergo Proxy/layout 16x9 - 0.xml
[2024-07-24 23:31:05] [INFO] [Layout] Initializing /home/lordbah/RetroFE/layouts/Ergo Proxy/layout - 0.xml
[2024-07-24 23:31:05] [INFO] [Layout] could not find layout file: /home/lordbah/RetroFE/layouts/Ergo Proxy/layout - 0.xml
[2024-07-24 23:31:05] [INFO] [CollectionInfoBuilder] Checking for "/home/lordbah/RetroFE/collections/Main/include.txt"
[2024-07-24 23:31:05] [INFO] [CollectionInfoBuilder] Scanning directory "/home/lordbah/RetroFE/collections/Main/roms"
[2024-07-24 23:31:05] [INFO] [Menu] Found: "/home/lordbah/RetroFE/collections/Main/menu.txt"

Aside: in both of these layouts, in splash.xml, do we not want the logo comment closed earlier, perhaps right after the image element? It looks like it's commenting out everything through statusText.
Pages: 1 ... 4 5 [6] 7 8 ... 10