Created
February 16, 2018 22:51
-
-
Save simias/3ee4c6ca285fe7e61aa1d717102a9ee3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting program: /home/simias/src/RetroArch/retroarch | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
[New Thread 0x7fffdecff700 (LWP 14633)] | |
[INFO] Environ SET_PIXEL_FORMAT: RGB565. | |
[INFO] Version of libretro API: 1 | |
[INFO] Compiled against API: 1 | |
[INFO] [Audio]: Set audio input rate to: 29970.03 Hz. | |
[INFO] Found shader "/home/simias/.config/retroarch/shaders/gb.glslp" | |
[INFO] Found shader "/home/simias/.config/retroarch/shaders/retroarch.glslp" | |
[INFO] [Video]: Video @ fullscreen | |
[WARN] Failed to bind API (#1, version 0.0) on context driver "khr_display". | |
[INFO] [GL]: Found GL context: null | |
[INFO] [GL]: Detecting screen resolution 320x240. | |
[INFO] [GL]: Vendor: (null), Renderer: (null). | |
[INFO] [GL]: Version: (null). | |
Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault. | |
0x0000000000000000 in ?? () | |
(gdb) bt | |
#0 0x0000000000000000 in () | |
#1 0x00005555556f1aa2 in rglgen_resolve_symbols () | |
#2 0x00005555556ec57c in gl_init () | |
#3 0x00005555555dc34b in video_driver_init () | |
#4 0x00005555555e0e47 in drivers_init () | |
#5 0x000055555559b232 in retroarch_main_init () | |
#6 0x00005555555ab453 in content_load () | |
#7 0x00005555555ab82f in task_load_content () | |
#8 0x00005555555abd4a in task_load_content_callback.constprop () | |
#9 0x00005555555952a9 in rarch_main () | |
#10 0x00007ffff1c2ef2a in __libc_start_main (main= | |
0x5555555912d0 <main>, argc=1, argv=0x7fffffffe758, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe748) at ../csu/libc-start.c:310 | |
#11 0x00005555555924aa in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment