flathub / org.libretro.RetroArch

https://flathub.org/apps/details/org.libretro.RetroArch
Creative Commons Zero v1.0 Universal
18 stars 16 forks source link

Error: symbol not defined on the Play! core #137

Open lixoman100 opened 4 years ago

lixoman100 commented 4 years ago

Description

Running RetroArch on MX Linux 64bit; I've tested several cores and they're all working normally (including PS1 and N64 cores). When using the PS2 core (Play!), however, when trying to load content it fails and prints this message on the log:

[ERROR] Failed to open libretro core: "/home/user/.var/app/org.libretro.RetroArch/config/retroarch/cores/play_libretro.so" [ERROR] Error(s): /home/user/.var/app/org.libretro.RetroArch/config/retroarch/cores/play_libretro.so: symbol _ZNSt10filesystem7__cxx114path5_ListC1Ev version GLIBCXX_3.4.26 not defined in file libstdc++.so.6 with link time reference

Expected behavior

I expect the content to be loaded.

Actual behavior

RetroArch reports that the core failed to load and print the message above to verbose logs.

Steps to reproduce the bug

  1. Latest version of RetroArch and of the Play! core installed on a fresh, fully updated install of MX Linux
  2. Try to load PS2 content

Version/Commit

Environment information

RobLoach commented 4 years ago

Thanks... Updating the KDE Runtime, hopefully that helps.

lixoman100 commented 4 years ago

Do I need to do anything, or do I just wait for an update?

RobLoach commented 4 years ago

Usually takes a while to publish across repos. It'll be a flatpak update that you'll run.

lixoman100 commented 4 years ago

Usually takes a while to publish across repos. It'll be a flatpak update that you'll run.

Thanks, I'll report back on this issue once I've got an update.

lixoman100 commented 4 years ago

@RobLoach I got the update. It installed and updated a few different packages. It gave me the message Warning: org.freedesktop.Platform.openh264 not installed, and that package keeps showing on subsequente flatpack update commands.

When trying to load the Play! core, the missing library has changed; now it is complaining about libbz2.so.1.0. It still fails to load.

So these are two problems; one of the packages is not installed and another library is now missing (is it a library included in the package that failed to install?)

lixoman100 commented 4 years ago

More info: after doing some research, I ran the command flatpak install org.freedesktop.Platform/x86_64/19.08 and then the flatpak update command was able to install org.freedesktop.Platform.open264 successfully (so maybe org.freedesktop.Platform/x86_64/19.08 needs to be a dependency on the RetroArch package? I don't know much about how flatpak works)

Despite being able to install the h264 package successfully, the error persisted with the same library missing (libbz2.so.1.0)

lixoman100 commented 4 years ago

I tried doing

ln -s /usr/lib/x86_64-linux-gnu/libbz2.so.1.0 /var/lib/flatpak/app/org.libretro.RetroArch/current/active/files/lib

The original file exists and the link is created, but RetroArch still does not find the library.

2WhlWzrd commented 4 years ago

Sorry, I replied to the wrong issue. See the original here.

thiDucTran commented 4 years ago

i get the same issue..but my libstdc++.so.6 is already latest.....how do i have GLIBCXX_3.4.26 ?

$ cat /etc/os*
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
$ retroarch --version
RetroArch: Frontend for libretro -- v1.8.5 -- 3ee89a1 --
Compiler: GCC (7.4.0) 64-bit Built: Feb 22 2020
$ retroarch -vvv
[INFO] RetroArch 1.8.5 (Git 3ee89a1)
[INFO] === Build =======================================
[INFO] CPU Model Name: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
[INFO] Capabilities:  MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX AVX2
[INFO] Built: Feb 22 2020
[INFO] Version: 1.8.5
[INFO] Git: 3ee89a1
[INFO] =================================================
[INFO] [Environ]: SET_PIXEL_FORMAT: RGB565.
[INFO] Version of libretro API: 1
[INFO] Compiled against API: 1
[INFO] [Audio]: Set audio input rate to: 30000.00 Hz.
[INFO] [Video]: Video @ fullscreen
[ERROR] [Wayland]: Failed to connect to Wayland server.
[INFO] [GLX]: GLX_OML_sync_control and GLX_MESA_swap_control supported, using better swap control method...
[INFO] [GL]: Found GL context: x
[INFO] [GL]: Detecting screen resolution 1366x768.
[INFO] [GLX]: Window manager is GNOME Shell.
[INFO] [XINERAMA]: Xinerama version: 1.1.
[INFO] [XINERAMA]: Xinerama screens: 1.
[INFO] [GLX]: Using Xinerama on screen #0.
[INFO] [GLX]: X = 0, Y = 0, W = 1366, H = 768.
[INFO] [GLX]: Using windowed fullscreen.
[INFO] [GLX]: Found swap function: glXSwapIntervalEXT.
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [GL]: Vendor: Intel Open Source Technology Center, Renderer: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) .
[INFO] [GL]: Version: 3.0 Mesa 19.2.8.
[INFO] [GL]: Using resolution 1366x768
[INFO] [GL]: Default shader backend found: glsl.
[INFO] [Shader driver]: Using GLSL shader backend.
[INFO] [GLSL]: Checking GLSL shader support ...
[WARN] [GL]: Stock GLSL shaders will be used.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] Setting up menu pipeline shaders for XMB ... 
[INFO] [GLSL]: Compiling ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling simple ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling modern snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling bokeh shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snowflake shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GL]: Using 4 textures.
[INFO] [GL]: Loaded 1 program(s).
[INFO] [GL]: Using GL_RGB565 for texture uploads.
[INFO] [Joypad]: Found joypad driver: "udev".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [DBus]: Suspended screensaver via DBus.
[INFO] [Video]: Found display server: x11
[INFO] [PulseAudio]: Requested 24576 bytes buffer, got 18432.
[INFO] [Menu]: Found menu display driver: "gl".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Menu]: Found menu display driver: "gl".
[CDROM] Could not open /dev/sg0, please check permissions.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [LED]: LED driver = 'null' 0x55af9bfe6b60
[INFO] [MIDI]: Initializing ...
[INFO] [MIDI]: Input disabled.
[INFO] [MIDI]: Output disabled.
[INFO] [MIDI]: Initialized "alsa" driver.
[INFO] SRAM will not be saved.
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_music_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_video_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_image_history.lpl].
[INFO] Loading favorites file: [/home/ubuntuuser/.config/retroarch/content_favorites.lpl].
[INFO] [GL]: VSync => on
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [GL]: VSync => on
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [PulseAudio]: Pausing.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [XINERAMA]: Xinerama version: 1.1.
[INFO] [XINERAMA]: Xinerama screens: 1.
[INFO] [XINERAMA]: Saved monitor #0.
[INFO] [Video]: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
[INFO] [Audio]: Set audio input rate to: 30000.00 Hz.
[INFO] [Video]: Video @ 960x720
[ERROR] [Wayland]: Failed to connect to Wayland server.
[INFO] [GLX]: GLX_OML_sync_control and GLX_MESA_swap_control supported, using better swap control method...
[INFO] [GL]: Found GL context: x
[INFO] [GL]: Detecting screen resolution 1366x768.
[INFO] [GLX]: Window manager is GNOME Shell.
[INFO] [GLX]: X = 0, Y = 0, W = 960, H = 720.
[INFO] [GLX]: Found swap function: glXSwapIntervalEXT.
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [GL]: Vendor: Intel Open Source Technology Center, Renderer: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) .
[INFO] [GL]: Version: 3.0 Mesa 19.2.8.
[INFO] [GL]: Using resolution 960x671
[INFO] [GL]: Default shader backend found: glsl.
[INFO] [Shader driver]: Using GLSL shader backend.
[INFO] [GLSL]: Checking GLSL shader support ...
[WARN] [GL]: Stock GLSL shaders will be used.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] Setting up menu pipeline shaders for XMB ... 
[INFO] [GLSL]: Compiling ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling simple ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling modern snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling bokeh shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snowflake shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GL]: Using 4 textures.
[INFO] [GL]: Loaded 1 program(s).
[INFO] [GL]: Using GL_RGB565 for texture uploads.
[INFO] [Joypad]: Found joypad driver: "udev".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [DBus]: Suspended screensaver via DBus.
[INFO] [Video]: Found display server: x11
[INFO] [PulseAudio]: Requested 24576 bytes buffer, got 18432.
[INFO] [Menu]: Found menu display driver: "gl".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [LED]: LED driver = 'null' 0x55af9bfe6b60
[INFO] [MIDI]: Initializing ...
[INFO] [MIDI]: Input disabled.
[INFO] [MIDI]: Output disabled.
[INFO] [MIDI]: Initialized "alsa" driver.
[INFO] Game focus is: : off.
[INFO] [GL]: VSync => on
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] Updating firmware status for: /home/ubuntuuser/.config/retroarch/cores/mame_libretro.so on /home/ubuntuuser/Downloads/retroStuff/bios
[INFO] Using content: /home/ubuntuuser/Downloads/retroStuff/MAME/005.zip.
[INFO] arg #0: retroarch
[INFO] arg #1: /home/ubuntuuser/Downloads/retroStuff/MAME/005.zip
[INFO] arg #2: -c
[INFO] arg #3: /home/ubuntuuser/.config/retroarch/retroarch.cfg
[INFO] arg #4: -L
[INFO] arg #5: /home/ubuntuuser/.config/retroarch/cores/mame_libretro.so
[INFO] Content ran for a total of: 00 hours, 00 minutes, 00 seconds.
[INFO] Unloading game..
[INFO] [PulseAudio]: Pausing.
[INFO] Unloading core..
[INFO] Unloading core symbols..
[INFO] [XINERAMA]: Xinerama version: 1.1.
[INFO] [XINERAMA]: Xinerama screens: 1.
[INFO] [XINERAMA]: Saved monitor #0.
[INFO] [Video]: Does not have enough samples for monitor refresh rate estimation. Requires to run for at least 4096 frames.
[INFO] RetroArch 1.8.5 (Git 3ee89a1)
[INFO] Redirecting save file to "/home/ubuntuuser/Downloads/retroStuff/MAME/005.srm".
[INFO] Redirecting savestate to "/home/ubuntuuser/Downloads/retroStuff/MAME/005.state".
[INFO] === Build =======================================
[INFO] CPU Model Name: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
[INFO] Capabilities:  MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE4.2 AES AVX AVX2
[INFO] Built: Feb 22 2020
[INFO] Version: 1.8.5
[INFO] Git: 3ee89a1
[INFO] =================================================
[INFO] Loading dynamic libretro core from: "/home/ubuntuuser/.config/retroarch/cores/mame_libretro.so"
[INFO] [Overrides] no core-specific overrides found at /home/ubuntuuser/.config/retroarch/config/MAME/MAME.cfg.
[INFO] [Overrides] no content-dir-specific overrides found at /home/ubuntuuser/.config/retroarch/config/MAME/MAME.cfg.
[INFO] [Overrides] no game-specific overrides found at /home/ubuntuuser/.config/retroarch/config/MAME/005.cfg.
[INFO] [Environ]: SET_VARIABLES.
[INFO] [Remaps]: remap directory: /home/ubuntuuser/.config/retroarch/config/remaps
[INFO] Redirecting save file to "/home/ubuntuuser/Downloads/retroStuff/MAME/005.srm".
[INFO] Redirecting savestate to "/home/ubuntuuser/Downloads/retroStuff/MAME/005.state".
[INFO] [Environ]: GET_LOG_INTERFACE.
[INFO] [Environ]: SYSTEM_DIRECTORY: "/home/ubuntuuser/Downloads/retroStuff/bios".
[libretro INFO] SYSTEM_DIRECTORY: /home/ubuntuuser/Downloads/retroStuff/bios
[INFO] [Environ]: CORE_ASSETS_DIRECTORY: "/home/ubuntuuser/.config/retroarch/downloads".
[libretro INFO] CONTENT_DIRECTORY: /home/ubuntuuser/.config/retroarch/downloads
[libretro INFO] SAVE_DIRECTORY: /home/ubuntuuser/Downloads/retroStuff/MAME/
[INFO] [Environ]: SET_PIXEL_FORMAT: XRGB8888.
[INFO] Content loading skipped. Implementation will load it on its own.
[INFO] [Environ]: SET_INPUT_DESCRIPTORS:
[INFO] [RCHEEVOS]: ext_hash 0b88c7d8 ('zip')
[INFO] Skipping SRAM load..
[INFO] Version of libretro API: 1
[INFO] Compiled against API: 1
[INFO] [Environ]: SET_INPUT_DESCRIPTORS:
[libretro INFO] AV_INFO: width=640 height=480
[libretro INFO] AV_INFO: max_width=640 max_height=480
[INFO] [RCHEEVOS]: Load task finished
[libretro INFO] AV_INFO: aspect_ratio = 1.333333
[libretro INFO] AV_INFO: fps = 60.000000 sample_rate = 48000.000000
[INFO] [Cheats]: Load game-specific cheatfile: /home/ubuntuuser/.config/retroarch/cheats/MAME/005.cht
[INFO] [Audio]: Set audio input rate to: 48000.00 Hz.
[INFO] [Video]: Video @ 1920x1440
[ERROR] [Wayland]: Failed to connect to Wayland server.
[INFO] [GLX]: GLX_OML_sync_control and GLX_MESA_swap_control supported, using better swap control method...
[INFO] [GL]: Found GL context: x
[INFO] [GL]: Detecting screen resolution 1366x768.
[INFO] [GLX]: Window manager is GNOME Shell.
[INFO] [GLX]: X = 0, Y = 0, W = 1920, H = 1440.
[INFO] [GLX]: Found swap function: glXSwapIntervalEXT.
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [GL]: Vendor: Intel Open Source Technology Center, Renderer: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) .
[INFO] [GL]: Version: 3.0 Mesa 19.2.8.
[INFO] [GL]: Using resolution 1366x671
[INFO] [GL]: Default shader backend found: glsl.
[INFO] [Shader driver]: Using GLSL shader backend.
[INFO] [GLSL]: Checking GLSL shader support ...
[WARN] [GL]: Stock GLSL shaders will be used.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] Setting up menu pipeline shaders for XMB ... 
[INFO] [GLSL]: Compiling ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling simple ribbon shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling modern snow shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling bokeh shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GLSL]: Compiling snowflake shader..
[INFO] [GLSL]: Found GLSL vertex shader.
[INFO] [GLSL]: Found GLSL fragment shader.
[INFO] [GLSL]: Linking GLSL program.
[INFO] [GL]: Using 4 textures.
[INFO] [GL]: Loaded 1 program(s).
[INFO] [Joypad]: Found joypad driver: "udev".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [DBus]: Suspended screensaver via DBus.
[INFO] [Video]: Found display server: x11
[INFO] [PulseAudio]: Requested 24576 bytes buffer, got 18432.
[INFO] [Menu]: Found menu display driver: "gl".
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [LED]: LED driver = 'null' 0x55af9bfe6b60
[INFO] [MIDI]: Initializing ...
[INFO] [MIDI]: Input disabled.
[INFO] [MIDI]: Output disabled.
[INFO] [MIDI]: Initialized "alsa" driver.
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_music_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_video_history.lpl].
[INFO] Loading history file: [/home/ubuntuuser/.config/retroarch/content_image_history.lpl].
[INFO] Loading favorites file: [/home/ubuntuuser/.config/retroarch/content_favorites.lpl].
[INFO] [GL]: VSync => on
[INFO] [GLX]: glXSwapIntervalEXT(1)
[INFO] [Font]: Using font rendering backend: freetype.
[INFO] [Font]: Using font rendering backend: freetype.
[libretro INFO] Starting game:/home/ubuntuuser/Downloads/retroStuff/MAME/005.zip
[libretro INFO] Game name: 005, Game description: 005
[libretro ERROR] System not found: MAME
[libretro WARN] Driver MAME not found -1
[libretro INFO] Creating frontend for game: 005
[libretro INFO] Softlists: 1
Error opening translation file English
Adding monitor screen0 (640 x 480) a:1.333333
[libretro INFO] SOURCE FILE: ../../../../../src/mame/drivers/segag80r.cpp
[libretro INFO] PARENT: 0
[libretro INFO] NAME: 005
[libretro INFO] DESCRIPTION: 005
[libretro INFO] YEAR: 1981
[libretro INFO] MANUFACTURER: Sega
6331.sound-u8 ROM NEEDS REDUMP
WARNING: the machine might not run correctly.
retroarch: relocation error: /home/ubuntuuser/.config/retroarch/cores/mame_libretro.so: symbol _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev version GLIBCXX_3.4.26 not defined in file libstdc++.so.6 with link time reference
$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.14
GLIBC_2.4
GLIBC_2.18
GLIBC_2.16
GLIBC_2.3.4
GLIBC_2.17
GLIBC_2.3.2
GLIBCXX_DEBUG_MESSAGE_LENGTH
ghost commented 4 years ago

Is there any update on this? I'm still running into this issue.

yhojann-cl commented 3 years ago

Same problem with last retroarch and arcade mame 2016 bios on Ubuntu 20.04 LTS & snap package.

RobLoach commented 1 year ago

I've been able to run the LRVM core, with the latest additions.