OpenGLES cores do not render on Odroid XU4
#2
Same thing when running under Wayland (gnome 3.34):
Code:
2020-05-29 20:17:03.032 T:2642     INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA
2020-05-29 20:17:03.032 T:2642     INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
...
2020-05-29 20:17:36.859 T:2642     INFO <general>: RetroPlayer[PROCESS]: Created process info for Wayland
2020-05-29 20:17:37.071 T:2642     INFO <general>: Loading controller layout: /home/odroid/.kodi/addons/game.controller.dreamcast/resources/layout.xml
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: ------------------------------------
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: Loaded DLL for game.libretro.flycast
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: Client: Sega - Dreamcast/NAOMI (Flycast) at version 0.1.0.18
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: Valid extensions: .7z .bin .cdi .chd .cue .dat .elf .gdi .iso .lst .m3u .zip
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: Supports VFS:                  no
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: Supports standalone execution: no
2020-05-29 20:17:37.072 T:2642     INFO <general>: GAME: ------------------------------------
2020-05-29 20:17:37.072 T:2642     INFO <general>: RetroPlayer[PLAYER]: Opening: /mnt/sdcard/src/RA_Profile/roms/dreamcast/Sonic Adventure International v1.003 (1999)(Sega)(NTSC)(JP)(M5)[!]/Sonic Adventure International v1.003 (1999)(Sega)(NTSC)(JP)(M5)[!].gdi
2020-05-29 20:17:37.072 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): Rumble interface supported!
                                                    
2020-05-29 20:17:37.073 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): File extension is: .gdi
                                                    
2020-05-29 20:17:37.075 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:075 hw/mem/_vmem.cpp:556 N[VMEM]: Info: nvmem is enabled, with addr space of size 512MB
                                                    
2020-05-29 20:17:37.142 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): Unable to find bios in /home/odroid/.kodi/addons/game.libretro.flycast/resources/system/dc/. Exiting...
                                                    
2020-05-29 20:17:37.151 T:2642    ERROR <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:151 nullDC.cpp:436 W[COMMON]: Did not load bios, using reios
                                                    
2020-05-29 20:17:37.322 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:322 hw/maple/maple_devs.cpp:569 N[MAPLE]: Loaded VMU from file "/home/odroid/.kodi/addons/game.libretro.flycast/resources/system/dc/vmu_save_A1.bin"
                                                    
2020-05-29 20:17:37.324 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:324 hw/maple/maple_devs.cpp:569 N[MAPLE]: Loaded VMU from file "/home/odroid/.kodi/addons/game.libretro.flycast/resources/system/dc/vmu_save_B1.bin"
                                                    
2020-05-29 20:17:37.326 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:326 hw/maple/maple_devs.cpp:569 N[MAPLE]: Loaded VMU from file "/home/odroid/.kodi/addons/game.libretro.flycast/resources/system/dc/vmu_save_C1.bin"
                                                    
2020-05-29 20:17:37.329 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:329 hw/maple/maple_devs.cpp:569 N[MAPLE]: Loaded VMU from file "/home/odroid/.kodi/addons/game.libretro.flycast/resources/system/dc/vmu_save_D1.bin"
                                                    
2020-05-29 20:17:37.336 T:2642     INFO <general>: AddOnLog: Sega - Dreamcast/NAOMI (Flycast): 00:00:336 nullDC.cpp:152 N[BOOT]: [LUT]: Product number: HDR-0043  .
                                                    
2020-05-29 20:17:37.336 T:2642     INFO <general>: GAME: ---------------------------------------
2020-05-29 20:17:37.336 T:2642     INFO <general>: GAME: Game loop:      true
2020-05-29 20:17:37.336 T:2642     INFO <general>: GAME: FPS:            60.000000
2020-05-29 20:17:37.337 T:2642     INFO <general>: GAME: Sample Rate:    44100.000000
2020-05-29 20:17:37.337 T:2642     INFO <general>: GAME: Region:         NTSC
2020-05-29 20:17:37.337 T:2642     INFO <general>: GAME: Savestate size: 28120411
2020-05-29 20:17:37.337 T:2642     INFO <general>: GAME: ---------------------------------------
2020-05-29 20:17:38.150 T:2642     INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
2020-05-29 20:17:38.152 T:2642     INFO <general>: Loading skin file: GameOSD.xml, load type: KEEP_IN_MEMORY
2020-05-29 20:17:38.162 T:2642     INFO <general>: Loading controller layout: /usr/local/share/kodi/addons/game.controller.snes/resources/layout.xml
2020-05-29 20:17:38.310 T:2947     INFO <general>: RetroPlayer[AUDIO]: Creating audio stream, format = AE_FMT_S16NE, sample rate = 44100, channels = 2
Reply


Messages In This Thread
RE: OpenGLES cores do not render on Odroid XU4 - by MastaG - 2020-05-29, 22:20
Logout Mark Read Team Forum Stats Members Help
OpenGLES cores do not render on Odroid XU40