Hello,
I am trying to use it on libreelec on NUC.
games seems to launch and being playable. But the AUDIO doesn't work, even when returning back to Kodi the audio isn't working until I reboot the system.
I have tried configuring /flash/config.txt with the following settings but it didn't worked for me
hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
anything else I can check?
thank you,
Gamestarter: Retrogaming add-ons (RPi/Generic)
-
bite_your_idols -
May 9, 2016 at 12:28 PM -
Thread is Unresolved
-
-
Sorry, I use ES binary from Escalade's build, so I will update if Escalade does.
I'm not sure Escalade is updating his build anymore. 5schatten has been updating a fork:
-
I had few issues with audio too but got it working but setting audio device in the retroarch audio settings..first make sure you are using the correct driver for your machine in retroarch settings->Drivers->Audio Drivers.
If it doesn't work you might need to override your audio device from retroarch audio settings...
ssh to your nuc
Note the card and device number for your audio autput..probably you r using HDMI out for audio so look for that..
Should look something like this
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Enter that into Settings->Audio->Audio device in the retroarch GUI
like this "hw:0,3" without the "
Should work
-
Hello,
I am trying to use it on libreelec on NUC.
games seems to launch and being playable. But the AUDIO doesn't work, even when returning back to Kodi the audio isn't working until I reboot the system.
I have tried configuring /flash/config.txt with the following settings but it didn't worked for me
hdmi_force_edid_audio=1
hdmi_group=1
hdmi_mode=16
anything else I can check?
thank you,Try what Mario77 says and you can also take a look to another users issues over here: Issues · bite-your-idols/Gamestarter · GitHub
I'm not sure Escalade is updating his build anymore. 5schatten has been updating a fork:
Thanks for advising, I need some time to take a look and see if we can use updated RA and/or ES.
-
Should look something like this
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Enter that into Settings->Audio->Audio device in the retroarch GUI
like this "hw:0,3" without the "
Should work
that worked!!!! thank you!
it was exactly hw:0,3 card device
Try what Mario77 says and you can also take a look to another users issues over here: Issues · bite-your-idols/Gamestarter · GitHub
Thanks for advising, I need some time to take a look and see if we can use updated RA and/or ES.
yes I tried that, what Mario77 suggested (setting manually the audio device) worked for me. thank you for the help and for the excellent Gamestarter
-
Hi there!
i am using the following build from millhouse
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
when i start retroarch, it starts kodi again.
Code: retroarch_debug.log/storage/.kodi/addons/game.retroarch/game.retroarch-RPi: error while loading shared libraries: libavcodec.so.57: cannot open shared object file: No such file or directory
i have copy all libavcodec - files to /storage/.kodi/addons/game.retroarch/lib and rebooted. But no success
Anyone a suggestion?
-
Hi there!
i am using the following build from millhouse
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
when i start retroarch, it starts kodi again.
Code: retroarch_debug.log/storage/.kodi/addons/game.retroarch/game.retroarch-RPi: error while loading shared libraries: libavcodec.so.57: cannot open shared object file: No such file or directory
i have copy all libavcodec - files to /storage/.kodi/addons/game.retroarch/lib and rebooted. But no success
Anyone a suggestion?
I guess after copying libs and rebooting the error is different, maybe another lib... you should use ldd command to get list of all missing libs...
I don't use LE9 testbuilds a lot time ago so I don't know if RA addon should work out -of-the-box...
I'm sorry for being absent but I don't use my RPi for emulation anymore so I need to get some freetime just to try to update addons and check how they work in newer LE versions...
-
I guess after copying libs and rebooting the error is different, maybe another lib... you should use ldd command to get list of all missing libs...
I don't use LE9 testbuilds a lot time ago so I don't know if RA addon should work out -of-the-box...
No it is the same error.
here the ldd output:
Code
Display MorePOT-MC:~/.kodi/addons/game.retroarch # ldd game.retroarch-RPi linux-vdso.so.1 (0x7eeb5000) /usr/lib/libarmmem-v7l.so (0x76fb5000) libm.so.6 => /usr/lib/libm.so.6 (0x76f32000) librt.so.1 => /usr/lib/librt.so.1 (0x76f1b000) libass.so.5 => /storage/.kodi/addons/game.retroarch/lib/libass.so.5 (0x76edf000) libasound.so.2 => /usr/lib/libasound.so.2 (0x76e3a000) libpulse.so.0 => /usr/lib/libpulse.so.0 (0x76de6000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x76d6b000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x76d42000) libudev.so.1 => /usr/lib/libudev.so.1 (0x76d28000) libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0x76d0c000) libbrcmEGL.so => /usr/lib/libbrcmEGL.so (0x76cd3000) libbrcmGLESv2.so => /usr/lib/libbrcmGLESv2.so (0x76cae000) libbcm_host.so => /usr/lib/libbcm_host.so (0x76c87000) libvcos.so => /usr/lib/libvcos.so (0x76c6d000) libvchiq_arm.so => /usr/lib/libvchiq_arm.so (0x76c57000) libSDL2-2.0.so.0 => /storage/.kodi/addons/game.retroarch/lib/libSDL2-2.0.so.0 (0x76b6c000) libz.so.1 => /usr/lib/libz.so.1 (0x76b59000) libavcodec.so.57 => not found libavformat.so.57 => not found libavutil.so.55 => not found libswscale.so.4 => not found libswresample.so.2 => not found libdl.so.2 => /usr/lib/libdl.so.2 (0x76b46000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x76b16000) libc.so.6 => /usr/lib/libc.so.6 (0x769da000) /lib/ld-linux-armhf.so.3 => /usr/lib/ld-linux-armhf.so.3 (0x76fca000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x76996000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x76979000) libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x7695d000) libpulsecommon-11.1.so => /usr/lib/pulseaudio/libpulsecommon-11.1.so (0x76886000) libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x7683e000) libX11.so.6 => /storage/.kodi/addons/game.retroarch/lib/libX11.so.6 (0x76728000) libXext.so.6 => /storage/.kodi/addons/game.retroarch/lib/libXext.so.6 (0x76709000) libXcursor.so.1 => /storage/.kodi/addons/game.retroarch/lib/libXcursor.so.1 (0x766f8000) libXinerama.so.1 => /storage/.kodi/addons/game.retroarch/lib/libXinerama.so.1 (0x766ed000) libXi.so.6 => /storage/.kodi/addons/game.retroarch/lib/libXi.so.6 (0x766d8000) libXrandr.so.2 => /storage/.kodi/addons/game.retroarch/lib/libXrandr.so.2 (0x766c8000) libXss.so.1 => /storage/.kodi/addons/game.retroarch/lib/libXss.so.1 (0x766be000) libXxf86vm.so.1 => /storage/.kodi/addons/game.retroarch/lib/libXxf86vm.so.1 (0x766b1000) libsystemd.so.0 => /usr/lib/libsystemd.so.0 (0x76642000) libxcb.so.1 => /storage/.kodi/addons/game.retroarch/lib/libxcb.so.1 (0x76623000) libXrender.so.1 => /storage/.kodi/addons/game.retroarch/lib/libXrender.so.1 (0x76612000) libXfixes.so.3 => /storage/.kodi/addons/game.retroarch/lib/libXfixes.so.3 (0x76605000) libXau.so.6 => /storage/.kodi/addons/game.retroarch/lib/libXau.so.6 (0x765fa000) libXdmcp.so.6 => /storage/.kodi/addons/game.retroarch/lib/libXdmcp.so.6 (0x765ee000)
why does libavcodec.so.57 => not found?
it is placed in /storage/.kodi/addons/game.retroarch/lib/
btw thx for your
-
-
All files are in newer version installed .... how can i get the old ones
-
All files are in newer version installed .... how can i get the old ones
you need to burn old LE in a sd, boot and copy all needed files. Then go back to your current installation and paste them.
-
Hi,
I have installed Gamestarter in my raspberry pi 3, and I can emulate roms from genesis, snes, PSX, N64... However, I have trouble emulating Dreamcast roms.
I placed BIOS files here...
Code
Display MoreLibreELEC:~ # cd emulators/bios/dc/ LibreELEC:~/emulators/bios/dc # ls -l total 4352 -rwxr--r-- 1 root root 2097152 Feb 20 2009 boot.bin -rwxr--r-- 1 root root 2097152 Feb 20 2009 dc_boot.bin -rwxr--r-- 1 root root 131072 Feb 20 2009 dc_flash.bin -rwxr--r-- 1 root root 131072 Feb 20 2009 flash.bin LibreELEC:~/emulators/bios/dc # md5sum boot.bin e10c53c2f8b90bab96ead2d368858623 boot.bin LibreELEC:~/emulators/bios/dc # md5sum dc_boot.bin e10c53c2f8b90bab96ead2d368858623 dc_boot.bin LibreELEC:~/emulators/bios/dc # md5sum dc_flash.bin 0a93f7940c455905bea6e392dfde92a4 dc_flash.bin LibreELEC:~/emulators/bios/dc # md5sum flash.bin 0a93f7940c455905bea6e392dfde92a4 flash.bin
And Reicast and Redream cores recognize bios files.
When starting a rom, retroarch is closed, and I am in LibreElec.
This is the log using Redream...
Code
Display More[INFO] RetroArch 1.7.0 (Git 63d9d80) [INFO] Redirecting save file to "/storage/emulators/saves/Jet Grind Radio (USA).srm". [INFO] Redirecting savestate to "/storage/emulators/saves/Jet Grind Radio (USA).state". [INFO] === Build ======================================= Capabilities: NEON VFPv3 VFPv4 Built: Feb 4 2018 [INFO] Version: 1.7.0 [INFO] Git: 63d9d80 [INFO] ================================================= [INFO] Loading dynamic libretro core from: "/storage/.kodi/userdata/addon_data/game.retroarch/cores/redream_libretro.so" [INFO] [overrides] no core-specific overrides found at /storage/.config/retroarch/config/redream/redream.cfg. [INFO] [overrides] no game-specific overrides found at /storage/.config/retroarch/config/redream/Jet Grind Radio (USA).cfg. [INFO] Shaders: preset directory: /storage/.config/retroarch/shaders/presets [INFO] Shaders: no game-specific preset found at /storage/.config/retroarch/shaders/presets/redream/Jet Grind Radio (USA).cgp. [INFO] Shaders: no game-specific preset found at /storage/.config/retroarch/shaders/presets/redream/Jet Grind Radio (USA).glslp. [INFO] Shaders: no core-specific preset found at /storage/.config/retroarch/shaders/presets/redream/redream.cgp. [INFO] Shaders: no core-specific preset found at /storage/.config/retroarch/shaders/presets/redream/redream.glslp. [INFO] Remaps: remap directory: /storage/.config/retroarch/config/remaps [INFO] Remaps: no game-specific remap found at /storage/.config/retroarch/config/remaps/redream/Jet Grind Radio (USA).rmp. [INFO] Remaps: no core-specific remap found at /storage/.config/retroarch/config/remaps/redream/redream.rmp. [INFO] Redirecting save file to "/storage/emulators/saves/Jet Grind Radio (USA).srm". [INFO] Redirecting savestate to "/storage/emulators/saves/Jet Grind Radio (USA).state". [INFO] Environ SYSTEM_DIRECTORY: "/storage/emulators/bios". [INFO] Content loading skipped. Implementation will load it on its own. fs_set_appdir path=/storage/emulators/bios/dc vmu_create initializing /storage/emulators/bios/dc/vmu0.bin vmu_create initializing /storage/emulators/bios/dc/vmu1.bin vmu_create initializing /storage/emulators/bios/dc/vmu2.bin vmu_create initializing /storage/emulators/bios/dc/vmu3.bin failed to reserve address space dc_init failed to initialize shared memory [src/guest/dreamcast.c:257] Check failed: res
And this one using Reicast...
Code
Display More[INFO] RetroArch 1.7.0 (Git 63d9d80) [INFO] Redirecting save file to "/storage/emulators/saves/Jet Grind Radio (USA).srm". [INFO] Redirecting savestate to "/storage/emulators/saves/Jet Grind Radio (USA).state". [INFO] === Build ======================================= Capabilities: NEON VFPv3 VFPv4 Built: Feb 4 2018 [INFO] Version: 1.7.0 [INFO] Git: 63d9d80 [INFO] ================================================= [INFO] Loading dynamic libretro core from: "/storage/.kodi/userdata/addon_data/game.retroarch/cores/reicast_libretro.so" [INFO] [overrides] no core-specific overrides found at /storage/.config/retroarch/config/Reicast/Reicast.cfg. [INFO] [overrides] no game-specific overrides found at /storage/.config/retroarch/config/Reicast/Jet Grind Radio (USA).cfg. [INFO] Shaders: preset directory: /storage/.config/retroarch/shaders/presets [INFO] Shaders: no game-specific preset found at /storage/.config/retroarch/shaders/presets/Reicast/Jet Grind Radio (USA).cgp. [INFO] Shaders: no game-specific preset found at /storage/.config/retroarch/shaders/presets/Reicast/Jet Grind Radio (USA).glslp. [INFO] Shaders: no core-specific preset found at /storage/.config/retroarch/shaders/presets/Reicast/Reicast.cgp. [INFO] Shaders: no core-specific preset found at /storage/.config/retroarch/shaders/presets/Reicast/Reicast.glslp. [INFO] Environ SET_VARIABLES. [INFO] Remaps: remap directory: /storage/.config/retroarch/config/remaps [INFO] Remaps: no game-specific remap found at /storage/.config/retroarch/config/remaps/Reicast/Jet Grind Radio (USA).rmp. [INFO] Remaps: no core-specific remap found at /storage/.config/retroarch/config/remaps/Reicast/Reicast.rmp. [INFO] Redirecting save file to "/storage/emulators/saves/Jet Grind Radio (USA).srm". [INFO] Redirecting savestate to "/storage/emulators/saves/Jet Grind Radio (USA).state". [INFO] Environ GET_LOG_INTERFACE. [INFO] Environ GET_PERF_INTERFACE. [INFO] Environ SET_PIXEL_FORMAT: XRGB8888. [INFO] Content loading skipped. Implementation will load it on its own. [INFO] Environ SET_INPUT_DESCRIPTORS: [INFO] RetroPad, User 1, Button "B (bottom)" => "A" [INFO] RetroPad, User 1, Button "Y (left)" => "X" [INFO] RetroPad, User 1, Button "Start" => "Start" [INFO] RetroPad, User 1, Button "D-Pad Up" => "D-Pad Up" [INFO] RetroPad, User 1, Button "D-Pad Down" => "D-Pad Down" [INFO] RetroPad, User 1, Button "D-Pad Left" => "D-Pad Left" [INFO] RetroPad, User 1, Button "D-Pad Right" => "D-Pad Right" [INFO] RetroPad, User 1, Button "A (right)" => "B" [INFO] RetroPad, User 1, Button "X (up)" => "Y" [INFO] RetroPad, User 1, Button "L" => "L (fierce)" [INFO] RetroPad, User 1, Button "R" => "R (fierce)" [INFO] RetroPad, User 1, Button "L2" => "L (weak)" [INFO] RetroPad, User 1, Button "R2" => "R (weak)" [INFO] RetroPad, User 2, Button "B (bottom)" => "A" [INFO] RetroPad, User 2, Button "Y (left)" => "X" [INFO] RetroPad, User 2, Button "Start" => "Start" [INFO] RetroPad, User 2, Button "D-Pad Up" => "D-Pad Up" [INFO] RetroPad, User 2, Button "D-Pad Down" => "D-Pad Down" [INFO] RetroPad, User 2, Button "D-Pad Left" => "D-Pad Left" [INFO] RetroPad, User 2, Button "D-Pad Right" => "D-Pad Right" [INFO] RetroPad, User 2, Button "A (right)" => "B" [INFO] RetroPad, User 2, Button "X (up)" => "Y" [INFO] RetroPad, User 2, Button "L" => "L (fierce)" [INFO] RetroPad, User 2, Button "R" => "R (fierce)" [INFO] RetroPad, User 2, Button "L2" => "L (weak)" [INFO] RetroPad, User 2, Button "R2" => "R (weak)" [INFO] RetroPad, User 3, Button "B (bottom)" => "A" [INFO] RetroPad, User 3, Button "Y (left)" => "X" [INFO] RetroPad, User 3, Button "Start" => "Start" [INFO] RetroPad, User 3, Button "D-Pad Up" => "D-Pad Up" [INFO] RetroPad, User 3, Button "D-Pad Down" => "D-Pad Down" [INFO] RetroPad, User 3, Button "D-Pad Left" => "D-Pad Left" [INFO] RetroPad, User 3, Button "D-Pad Right" => "D-Pad Right" [INFO] RetroPad, User 3, Button "A (right)" => "B" [INFO] RetroPad, User 3, Button "X (up)" => "Y" [INFO] RetroPad, User 3, Button "L" => "L (fierce)" [INFO] RetroPad, User 3, Button "R" => "R (fierce)" [INFO] RetroPad, User 3, Button "L2" => "L (weak)" [INFO] RetroPad, User 3, Button "R2" => "R (weak)" [INFO] RetroPad, User 4, Button "B (bottom)" => "A" [INFO] RetroPad, User 4, Button "Y (left)" => "X" [INFO] RetroPad, User 4, Button "Start" => "Start" [INFO] RetroPad, User 4, Button "D-Pad Up" => "D-Pad Up" [INFO] RetroPad, User 4, Button "D-Pad Down" => "D-Pad Down" [INFO] RetroPad, User 4, Button "D-Pad Left" => "D-Pad Left" [INFO] RetroPad, User 4, Button "D-Pad Right" => "D-Pad Right" [INFO] RetroPad, User 4, Button "A (right)" => "B" [INFO] RetroPad, User 4, Button "X (up)" => "Y" [INFO] RetroPad, User 4, Button "L" => "L (fierce)" [INFO] RetroPad, User 4, Button "R" => "R (fierce)" [INFO] RetroPad, User 4, Button "L2" => "L (weak)" [INFO] RetroPad, User 4, Button "R2" => "R (weak)" [INFO] Environ GET_RUMBLE_INTERFACE. [libretro INFO] Rumble interface supported! [INFO] Environ SYSTEM_DIRECTORY: "/storage/emulators/bios". [INFO] Environ GET_VARIABLE reicast_internal_resolution: [INFO] 640x480 [reicast]: Got size: 640 x 480. [INFO] Environ GET_VARIABLE reicast_cpu_mode: [INFO] dynamic_recompiler [INFO] Environ GET_VARIABLE reicast_boot_to_bios: [INFO] disabled [INFO] Environ GET_VARIABLE reicast_mipmapping: [INFO] enabled [INFO] Environ GET_VARIABLE reicast_volume_modifier_mode: [INFO] disabled [INFO] Environ GET_VARIABLE reicast_widescreen_hack: [INFO] disabled [INFO] Environ GET_VARIABLE reicast_audio_buffer_size: [INFO] 1024 [INFO] Environ GET_VARIABLE reicast_cable_type: [INFO] TV (VBS/Y+S/C) [INFO] Environ GET_VARIABLE reicast_broadcast: [INFO] 4 [INFO] Environ GET_VARIABLE reicast_framerate: [INFO] normal [INFO] Environ GET_VARIABLE reicast_region: [INFO] 3 [INFO] Environ GET_VARIABLE reicast_precompile_shaders: [INFO] disabled [INFO] Environ GET_VARIABLE reicast_enable_rtt: [INFO] enabled [INFO] Environ GET_VARIABLE reicast_enable_purupuru: [INFO] enabled [INFO] Environ SET_HW_RENDER. [INFO] Requesting OpenGLES2 context. [INFO] Skipping SRAM load.. [INFO] Version of libretro API: 1 [INFO] Compiled against API: 1 [INFO] [Audio]: Set audio input rate to: 44055.95 Hz. [INFO] [CHEEVOS]: system RAM: (nil) 0 [INFO] [CHEEVOS]: save RAM: (nil) 0 [INFO] [CHEEVOS]: video RAM: (nil) 0 [INFO] [CHEEVOS]: RTC: (nil) 0 [INFO] [Video]: Video @ 1920x1440 [INFO] [Video]: Using HW render, OpenGL driver forced. [INFO] [EGL] Falling back to eglGetDisplay [INFO] [EGL]: EGL version: 1.4 [INFO] [EGL]: Current context: 0x1. [INFO] [GL]: Found GL context: videocore [INFO] [GL]: Detecting screen resolution 1366x768. [INFO] [EGL]: eglSwapInterval(1) [INFO] [GL]: Vendor: Broadcom, Renderer: VideoCore IV HW. [INFO] [GL]: Version: OpenGL ES 2.0. [WARN] [GL]: GLES implementation does not have BGRA8888 extension. 32-bit path will require conversion. [INFO] [GL]: Using resolution 1366x768 [INFO] [GL]: Default shader backend found: glsl. [INFO] [Shader driver]: Using GLSL shader backend. [WARN] [GL]: Stock GLSL shaders will be used. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GLSL]: Found GLSL vertex shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Found GLSL fragment shader. [INFO] Shader log: Compiled [INFO] [GLSL]: Linking GLSL program. [INFO] [GL]: Using 1 textures. [INFO] [GL]: Loaded 1 program(s). [INFO] [GL]: Initializing HW render (1024 x 1024). [INFO] [GL]: Max texture size: 2048 px, renderbuffer size: 2048 px. [INFO] [GL]: Supports FBO (render-to-texture). [ERROR] [GL]: Failed to create HW render FBO #0, error: 0x8cd6. [ERROR] [GL]: Hardware rendering context initialization failed. [ERROR] [Video]: Cannot open video driver ... Exiting ... [ERROR] Fatal error received in: "init_video()" [ERROR] This core requires a content file. [ERROR] failed_to_start_audio_driver Creating dir: /storage/emulators/bios/dc/data ARM VFP-Run Fast (NFP) enabled ! Linux paging: 00001000 00001000 00000FFF MAP 00800000 w/ 25165824 MAP 20000000 w/ 25165824 MAP 04000000 w/ 16777216 MAP 06000000 w/ 16777216 MAP 0C000000 w/ 0 A8 vmem reserve: base: 4F550000, aram: 6f550000, vram: 53550000, ram: 5B550000 Resetting mem Mem alloc successful!Loaded /storage/emulators/bios/dc/dc_boot.bin as bootrom Loaded /storage/emulators/bios/dc/dc_flash.bin as nvram Using Recompiler Sh4 Reset recSh4 Init @@ ngen_ResetBlocks() Freeing fpcb readm helpers: up to 6FB69250 GDI : 3 tracks file[1] "Jet Grind Radio (USA) (Track 1).bin": FAD:0, CTRL:4, SSIZE:2352, OFFSET:0 file[2] "Jet Grind Radio (USA) (Track 2).bin": FAD:606, CTRL:0, SSIZE:2352, OFFSET:0 file[3] "Jet Grind Radio (USA) (Track 3).bin": FAD:45000, CTRL:4, SSIZE:2352, OFFSET:0 gdrom: Opened image "/storage/emulators/roms/dreamcast/Jet Grind Radio (USA)/Jet Grind Radio (USA).gdi" Unable to open VMU save file "/storage/emulators/bios/dc/vmu_save_A1.bin", creating new file Initialising empty vmu... Unable to open VMU save file "/storage/emulators/bios/dc/vmu_save_B1.bin", creating new file Initialising empty vmu... Unable to open VMU save file "/storage/emulators/bios/dc/vmu_save_C1.bin", creating new file Initialising empty vmu... Unable to open VMU save file "/storage/emulators/bios/dc/vmu_save_D1.bin", creating new file Initialising empty vmu... Sh4 Reset reios: IP.bin is 'SEGA SEGAKATANA SEGA ENTERPRISESD018 GD-ROM1/1 U 2799A10 MK-51058 V1.00520001002 1ST_READ.BIN SEGA ENTERPRISESJET GRIND RADIO ??l' reios: Hardware ID is: SEGA SEGAKATANA reios: Maker ID is: SEGA ENTERPRISES reios: Device info is: D018 GD-ROM1/1 reios: Area symbols is: U reios: Peripherals is: 2799A10 reios: Product number is: MK-51058 reios: Product version is: V1.005 reios: Release date is: 20001002 reios: Boot filename is: 1ST_READ.BIN reios: Software company is: SEGA ENTERPRISES reios: Software name is: JET GRIND RADIO reios: loading ip.bin from FAD: 45150 reios: bootfile is '1ST_READ.BIN ' reios: iso9660 PVD found reios: iso9660 root_directory, FAD: 45170, len: 2048 Found 1ST_READ.BIN at 000093 filename len: 14 file LBA: 547498 file LEN: 3075648 Get MemPtr unsupported area : addr=0xA0000000 SIGSEGV @ 0x4 (signal_handler + 0x0x9049d348) ... 0x4 -> was not in vram [libretro INFO] Fatal error : segfault in signal_handler -> core/libretro/common.cpp : 389 DEBUGBREAK!
Could you please help me? I get the same thing with other roms (Shenmue, Sonic Adventure...)
And thank very much for your LibreELEC Addon. You are doing a great job!
Regards
-
Hi,
I have installed Gamestarter in my raspberry pi 3, and I can emulate roms from genesis, snes, PSX, N64... However, I have trouble emulating Dreamcast roms.
Could you please help me? I get the same thing with other roms (Shenmue, Sonic Adventure...)
And thank very much for your LibreELEC Addon. You are doing a great job!
Regards
I don't follow dreamcast cores development but as I say some weeks ago these cores are WIP so I think that can be difficult to get them working in a RPi
-
I don't follow dreamcast cores development but as I say some weeks ago these cores are WIP so I think that can be difficult to get them working in a RPi
Thank you very much! I hadnt seen your previous answers.
We’ll see in the near future if it works.
Regards,
-
All files are in newer version installed .... how can i get the old ones
Hi wintuxx
Could you solve your problem and maybe share the needed libs?
I want to use also the newest milhouse build and currently I'm getting the same error like yours.
Thx
-
Hi wintuxx
Could you solve your problem and maybe share the needed libs?
I want to use also the newest milhouse build and currently I'm getting the same error like yours.
Thx
I just released a new RA 8.170.9 version including those missing libs, I tried it out and it worked in a fresh new LE9 alpha build installation.
You can update from kodi's Gamestarter repo or download zip from here: game.retroarch-8.170.9.zip
Also, I tried to get new RA 1.7.3 binary from escalade's/5schatten's releases but I can not make it work in official LE build... Since nowadays I just use my RPi for hyperion/ambilight control (and twice a month to watch some downloaded movies) by the moment 1.7.0 will be the last RA version in gamestarter addon, unless someone offers itself to compile RA using official LE toolchain... sorry...
-
Hello all! I just got the Gamestarter addon installed on my Asus Chromebox CN60 (got fed up with issues using Retroplayer).
I've seen tons of threads on this, but I have not viewed a single fix across any forums. In Retroarch, under Audio Device, what is the proper way to format the HDMI port settings?
I, like tons of others, have no option to edit the Audio Device via the GUI by pressing left or right. I can click on Audio Device and It gives me Audio Device and the keyboard, but I'm not sure the formatting of the code that needs to be put in. Do I just type out ="hw:00: with no spaces there, or...? Obviously you won't know what the hardware ID of the hdmi for chromebox is, but no matter what I put in the GUI keyboard pop up, I get no sound. Of course sound works perfect in Kodi.
-
Not sure about Chromebox but I assume it's a generic box and you can ssh from putty or whatever you use...follow post #741 on this thread...posted that lately for someone else.
-