41
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.
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.
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.
Code: [Select]
libpng warning: iCCP: known incorrect sRGB profile
After 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.