Dolphin, the GameCube and Wii emulator - Forums

Full Version: 64bit linux -- can't play anything
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Ok. lspci confirms that you have an Ivy Bridge (3rd gen Intel Core) CPU and integrated graphics. You're using the i915 kernel driver (native Linux driver).

See this page: http://stackoverflow.com/questions/8545291/opengl-glx-extension-not-supported

What do you get from glxinfo/glxgears? I think i915 uses the Mesa libGL.
Code:
➜  ~  glxinfo
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_fbconfig_packed_float,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context,
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_import_context,
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.3
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_draw_buffers_blend,
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
    GL_APPLE_object_purgeable, GL_ARB_ES2_compatibility,
    GL_ARB_ES3_compatibility, GL_ARB_base_instance,
    GL_ARB_blend_func_extended, GL_ARB_copy_buffer, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_draw_buffers,
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex,
    GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_invalidate_subdata,
    GL_ARB_map_buffer_range, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, GL_ARB_provoking_vertex,
    GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_shader_bit_encoding, GL_ARB_shader_objects,
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_packing, GL_ARB_sync,
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array,
    GL_ARB_texture_float, GL_ARB_texture_multisample,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
    GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_uniform_buffer_object,
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
    GL_ARB_vertex_shader, GL_ARB_vertex_type_2_10_10_10_rev,
    GL_ATI_blend_equation_separate, GL_ATI_texture_float, GL_EXT_abgr,
    GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2,
    GL_EXT_draw_instanced, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled,
    GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float,
    GL_EXT_pixel_buffer_object, GL_EXT_provoking_vertex, GL_EXT_texture_array,
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback,
    GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays,
    GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_ycbcr_texture,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil,
    GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc

OpenGL version string: 3.0 Mesa 9.2.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_draw_buffers_blend,
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
    GL_APPLE_object_purgeable, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility,
    GL_ARB_ES3_compatibility, GL_ARB_blend_func_extended,
    GL_ARB_color_buffer_float, GL_ARB_copy_buffer, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary,
    GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects,
    GL_ARB_seamless_cube_map, GL_ARB_shader_bit_encoding,
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample,
    GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_transpose_matrix,
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object,
    GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos,
    GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
    GL_ATI_envmap_bumpmap, GL_ATI_separate_stencil,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2,
    GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle,
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra,
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
    GL_MESA_pack_invert, GL_MESA_texture_array, GL_MESA_texture_signed_rgba,
    GL_MESA_window_pos, GL_MESA_ycbcr_texture, GL_NV_blend_square,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent,
    GL_NV_packed_depth_stencil, GL_NV_primitive_restart,
    GL_NV_texgen_reflection, GL_NV_texture_env_combine4,
    GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format,
    GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

20 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x060 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x061 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0cb 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0cc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0cd 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ce 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0cf 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0d0 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0d1 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0d2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0d3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0d4 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0d5 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0d6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0d7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0d8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0d9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0da 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0db 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x09e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

44 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x09f  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a0  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0a1  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0a2  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0a3  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a4  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0a5 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a6 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a7 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a9  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0aa  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0ab 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ac 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ad  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0ae  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0af  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x0b0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x0b1 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0b2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0b3 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0b4 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0b5  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b6  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b7  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b8  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b9  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ba  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0bb 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0bc 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0bd 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0be 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0bf  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c0  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c1 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0c3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0c4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0c5  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x0c6  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x0c7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0c8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0c9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0ca 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None

➜  ~  glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
306 frames in 5.0 seconds = 61.096 FPS
➜  ~
* rokclimb15 thinks this might be an OpenGL bug with your driver. glxgears seems to complete ok, so I'm a little confused. What kernel version are you running?

Can you attach/link uname -a and lsmod -v?
Code:
➜  ~  uname -a
Linux linux-axly.site 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64 GNU/Linux
➜  ~  lsmod -v
Usage: lsmod
➜  ~  lsmod
Module                  Size  Used by
ndiswrapper           308724  0
hid_logitech_dj        18581  0
af_packet              39774  6
xt_tcpudp              12884  2
xt_pkttype             12504  3
xt_LOG                 17718  10
xt_limit               12711  10
vboxpci                23227  0
vboxnetadp             25670  0
vboxnetflt             23517  0
ip6t_REJECT            12939  3
nf_conntrack_ipv6      18938  3
nf_defrag_ipv6         34645  1 nf_conntrack_ipv6
ip6table_raw           12683  1
ipt_REJECT             12541  3
iptable_raw            12678  1
xt_CT                  12956  4
iptable_filter         12810  1
ip6table_mangle        12700  0
nf_conntrack_netbios_ns    12665  0
nf_conntrack_broadcast    12589  1 nf_conntrack_netbios_ns
nf_conntrack_ipv4      15012  3
nf_defrag_ipv4         12729  1 nf_conntrack_ipv4
vboxdrv               336784  3 vboxpci,vboxnetadp,vboxnetflt
ip_tables              27239  2 iptable_raw,iptable_filter
xt_conntrack           12760  6
nf_conntrack          105228  6 nf_conntrack_ipv6,xt_CT,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_ipv4,xt_conntrack
ip6table_filter        12815  1
ip6_tables             27025  3 ip6table_raw,ip6table_mangle,ip6table_filter
x_tables               34059  15 xt_tcpudp,xt_pkttype,xt_LOG,xt_limit,ip6t_REJECT,ip6table_raw,ipt_REJECT,iptable_raw,xt_CT,iptable_filter,ip6table_mangle,ip_tables,xt_conntrack,ip6table_filter,ip6_tables
bnep                   19704  2
fuse                   95850  5
asus_nb_wmi            16990  0
asus_wmi               28287  1 asus_nb_wmi
sparse_keymap          13948  1 asus_wmi
x86_pkg_temp_thermal    14162  0
snd_hda_codec_hdmi     45213  1
snd_hda_codec_realtek    51700  1
arc4                   12608  2
iTCO_wdt               13480  0
iTCO_vendor_support    13718  1 iTCO_wdt
coretemp               13435  0
iwldvm                254403  0
kvm_intel             142707  0
kvm                   469295  1 kvm_intel
mac80211              635562  1 iwldvm
crc32_pclmul           13113  0
snd_hda_intel          48171  3
snd_hda_codec         205080  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
ghash_clmulni_intel    13259  0
uvcvideo               84981  0
snd_hwdep              13602  1 snd_hda_codec
aesni_intel            55665  1
ablk_helper            13597  1 aesni_intel
cryptd                 16262  3 ghash_clmulni_intel,aesni_intel,ablk_helper
lrw                    13286  1 aesni_intel
gf128mul               14951  1 lrw
glue_helper            13990  1 aesni_intel
videobuf2_core         44595  1 uvcvideo
videodev              141701  2 uvcvideo,videobuf2_core
rts5139               339358  0
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops       13362  1 videobuf2_vmalloc
aes_x86_64             17131  1 aesni_intel
joydev                 17332  0
serio_raw              13413  0
snd_pcm               110211  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
pcspkr                 12718  0
i2c_i801               22444  0
btusb                  32266  0
bluetooth             396742  23 bnep,btusb
iwlwifi               121862  1 iwldvm
cfg80211              522716  3 iwldvm,mac80211,iwlwifi
rfkill                 26487  5 asus_wmi,bluetooth,cfg80211
nouveau              1013347  1
ttm                    92265  1 nouveau
mxm_wmi                13021  1 nouveau
snd_seq                69752  0
snd_timer              29423  2 snd_pcm,snd_seq
snd_seq_device         14497  1 snd_seq
battery                18723  0
snd                    87417  15 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
wmi                    19070  3 asus_wmi,nouveau,mxm_wmi
ac                     13266  0
intel_rst              12953  0
soundcore              15047  1 snd
snd_page_alloc         18710  2 snd_hda_intel,snd_pcm
lpc_ich                21080  0
mfd_core               13435  1 lpc_ich
shpchp                 32936  0
mperf                  12667  0
sg                     40629  0
dm_mod                 92428  0
autofs4                42770  2
btrfs                 913865  0
raid6_pq              106004  1 btrfs
zlib_deflate           26914  1 btrfs
xor                    21411  1 btrfs
libcrc32c              12644  1 btrfs
crc32c_intel           22079  1
i915                  710199  4
drm_kms_helper         52710  2 nouveau,i915
drm                   313440  8 nouveau,ttm,i915,drm_kms_helper
i2c_algo_bit           13413  2 nouveau,i915
thermal                18754  0
button                 13952  2 nouveau,i915
video                  19507  3 asus_wmi,nouveau,i915
xhci_hcd              108655  0
processor              44625  0
thermal_sys            36646  4 x86_pkg_temp_thermal,thermal,video,processor
scsi_dh_alua           17295  0
scsi_dh_hp_sw          12895  0
scsi_dh_emc            17258  0
scsi_dh_rdac           17447  0
scsi_dh                14882  4 scsi_dh_alua,scsi_dh_hp_sw,scsi_dh_emc,scsi_dh_rdac
➜  ~
My best guess is a bug in the Mesa libGL with i915. I have no documentation or proof.

Question: can you boot Ubuntu 13.10 64 bit desktop (LiveUSB) and try the same thing? This kernel is new enough that they would have fixed most of these bugs I think. I have no experience with Mint whatsoever, but I wonder if their downstream work from Ubuntu has made this system a little too "fresh" and buggy for your fairly new hardware.
(12-18-2013, 02:00 AM)rokclimb15 Wrote: [ -> ]My best guess is a bug in the Mesa libGL with i915. I have no documentation or proof.

Probably not. The OP already said Dolphin fails to run games even with the software renderer, which is not dependent on any implementation of the OpenGL API. The issue is most likely elsewhere.

@delibalta - Have you tried running it through gdb yet? If Dolphin gives you little from standard output (hint: the bit about double buffered visual or whatever is normal, ignore that) gdb should tell you if anything else is happening. It doesn't look like a segfault, but Dolphin could just be exiting unexpectedly for whatever reason.
@Shonumi, if someone explain what should I do in more detailed way, I'd like to do it. (I already have gdb installed)
You should probably compile Dolphin from source with the -g argument first(you can the -g to this line in the CMakeLists.txt)

Once Dolphin is compiled, just run

Code:
gdb path/to/dolphin/emulator
run

and then see what kind of output you get (don't forget to show us too). Dolphin seems to exit rather than crash, but perhaps gdb will help tell you where or why.

EDIT: Possibly, you might have to use this instead. Don't have a Linux system with me atm, so I can't tell you how well it works (or doesn't :S).

Code:
gdb path/to/dolphin/emulator
thread apply all bt
run
Oh boy! It's a segfault!

Code:
➜  Binaries git:(master) gdb ./dolphin-emu
GNU gdb (GDB; openSUSE 13.1) 7.6.50.20130731-cvs
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
..
Reading symbols from /home/omer/opt/dolphin-emu/Build/Binaries/dolphin-emu...done.
(gdb) run
Starting program: /home/omer/opt/dolphin-emu/Build/Binaries/dolphin-emu
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(build-id)=afa98667969782208459e394f8c8f87ac7510710"
Missing separate debuginfo for /usr/lib64/libspeex.so.1
Try: zypper install -C "debuginfo(build-id)=737849d34838f338e353b648fcb36389e085e2b4"
Missing separate debuginfo for /usr/lib64/liblzo2.so.2
Try: zypper install -C "debuginfo(build-id)=a50c259671a114d45407fb8b68ebde987c5e5307"
Missing separate debuginfo for /lib64/libz.so.1
Try: zypper install -C "debuginfo(build-id)=9e815ef41bf59451f1855b91195b2124e2a95f9e"
Missing separate debuginfo for /usr/lib64/libfreetype.so.6
Try: zypper install -C "debuginfo(build-id)=4403c1216c9f4eefc474f1d7b8a27c2e9b00d6e3"
Missing separate debuginfo for /usr/lib64/libgtk-x11-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=acacadf2dbf00066e2abf6ba870b36894f7a017e"
Missing separate debuginfo for /usr/lib64/libgdk-x11-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=5b0b62a6eb18b08530ad82aa28e65f6ad8092341"
Missing separate debuginfo for /usr/lib64/libcairo.so.2
Try: zypper install -C "debuginfo(build-id)=31ca45f257658c9483e053012b45f2cb3a38677a"
Missing separate debuginfo for /usr/lib64/libpango-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=83fea6cf628120eddb76a549f2a6305da057780f"
Missing separate debuginfo for /usr/lib64/libgdk_pixbuf-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=3abb1529c938d30d798f02f404e0bcd840e8530a"
Missing separate debuginfo for /usr/lib64/libgio-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=1b14ef6b9ed17e05d707975e562384b7c04a1b6c"
Missing separate debuginfo for /usr/lib64/libatk-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=2f2d42e0ac897ff8cb12ea7fba3fe6d83631d305"
Missing separate debuginfo for /usr/lib64/libgobject-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=a3f8edc19f47fd2290dbbf3d05670ed13ba6a93c"
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3800.2-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace
Missing separate debuginfo for /usr/lib64/libglib-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=b1f96c621fd97cfe7079f0978c4146729463d674"
Missing separate debuginfo for /lib64/librt.so.1
Try: zypper install -C "debuginfo(build-id)=0913d5ea4659cfa3ffad451acc84a6ed62772141"
Missing separate debuginfo for /usr/lib64/libSM.so.6
Try: zypper install -C "debuginfo(build-id)=82320ca88c2f667a4a7bc45a9dddf7ce7d2162ef"
Missing separate debuginfo for /usr/lib64/libICE.so.6
Try: zypper install -C "debuginfo(build-id)=3c0712449120f737d38143d851487220bb613d3a"
Missing separate debuginfo for /usr/lib64/libX11.so.6
Try: zypper install -C "debuginfo(build-id)=bc2bf51620a006d6392286492c766444d7468bf9"
Missing separate debuginfo for /usr/lib64/libXext.so.6
Try: zypper install -C "debuginfo(build-id)=0807b733a052985c11b6dc268d24d7be6fde68a1"
Missing separate debuginfo for /usr/lib64/libXi.so.6
Try: zypper install -C "debuginfo(build-id)=f2d2ddd2a00cde61928a3a0e46f64b393e24bd46"
Missing separate debuginfo for /usr/lib64/libXrandr.so.2
Try: zypper install -C "debuginfo(build-id)=c39cf1197c22ab7cd272f53adc2a9194c89a3db9"
Missing separate debuginfo for /lib64/libpthread.so.0
Try: zypper install -C "debuginfo(build-id)=522229c2dde70aaa8e4295ecb7b6643c810f758f"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Missing separate debuginfo for /usr/lib64/wx-2.9-stl/libwx_gtk2u_core-2.9.so.4
Try: zypper install -C "debuginfo(build-id)=f6d1c90649dc098acab4daa02fa2bbca2c4b29cf"
Missing separate debuginfo for /usr/lib64/wx-2.9-stl/libwx_gtk2u_aui-2.9.so.4
Try: zypper install -C "debuginfo(build-id)=dbc9842df6e2e6acf28c49bebbb688ea45ddf65e"
Missing separate debuginfo for /usr/lib64/wx-2.9-stl/libwx_gtk2u_adv-2.9.so.4
Try: zypper install -C "debuginfo(build-id)=715cb539901e54be11357cd1a9b4d017504b7562"
Missing separate debuginfo for /usr/lib64/wx-2.9-stl/libwx_baseu-2.9.so.4
Try: zypper install -C "debuginfo(build-id)=4ed9dcd0b9d4aea4428e6ca460b95b45fd6961e8"
Missing separate debuginfo for /lib64/libdl.so.2
Try: zypper install -C "debuginfo(build-id)=666913ec064c25fde1720db77b1f57bdeb5d9b3a"
Missing separate debuginfo for /usr/lib64/libportaudio.so.2
Try: zypper install -C "debuginfo(build-id)=5a041528cf060c6841dbdae2d140500c59c35578"
Missing separate debuginfo for /usr/lib64/libSOIL.so.1
Try: zypper install -C "debuginfo(build-id)=3715393d8e0cdbb5dd2895c1f5dcb696d290d7b6"
Missing separate debuginfo for /usr/lib64/libGLEW.so.1.9
Try: zypper install -C "debuginfo(build-id)=9f16da53acf3def4d1227b899820ccd6bd761164"
Missing separate debuginfo for /usr/lib64/libGLU.so.1
Try: zypper install -C "debuginfo(build-id)=0f4158ae5e04eaf72ccce6ec93d70991457e24ee"
Missing separate debuginfo for /usr/lib64/libGL.so.1
Try: zypper install -C "debuginfo(build-id)=1bebd22a9527d238157f105a32483d09441bef30"
Missing separate debuginfo for /usr/lib64/libpng12.so.0
Try: zypper install -C "debuginfo(build-id)=13b23c6fd7292d2207c7fb795895364c5f290757"
Missing separate debuginfo for /usr/lib64/libasound.so.2
Try: zypper install -C "debuginfo(build-id)=55f5ceb434b70c053cde79e78e8853d040cd6b6c"
Missing separate debuginfo for /usr/lib64/libao.so.4
Try: zypper install -C "debuginfo(build-id)=8579f663d2b4da79a5e7f06d52c8dc5c4fd8f1c9"
Missing separate debuginfo for /usr/lib64/libopenal.so.1
Try: zypper install -C "debuginfo(build-id)=6fee8188293257f2b3aacd58c589b471965763c7"
Missing separate debuginfo for /usr/lib64/libpulse-simple.so.0
Try: zypper install -C "debuginfo(build-id)=76569291850eb9086d3ccc9623dd62a85fcb3937"
Missing separate debuginfo for /usr/lib64/libpulse.so.0
Try: zypper install -C "debuginfo(build-id)=4914963d40b46b40d28893edb4e362d8a5af6133"
Missing separate debuginfo for /usr/lib64/libstdc++.so.6
Try: zypper install -C "debuginfo(build-id)=893844ce9810835b76559f6ec3dc5a15e0d32a00"
Missing separate debuginfo for /lib64/libm.so.6
Try: zypper install -C "debuginfo(build-id)=35d35d9ce781be3a140a34242d998498615b021f"
Missing separate debuginfo for /usr/lib64/libgomp.so.1
Try: zypper install -C "debuginfo(build-id)=f27b38f1703589b3477de64712de152fb5690a01"
Missing separate debuginfo for /lib64/libgcc_s.so.1
Try: zypper install -C "debuginfo(build-id)=26253bec1076626f73b8b13bed9510ae626e1ead"
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(build-id)=add838dff54f86a92af42b775679db6000a0b676"
Missing separate debuginfo for /usr/lib64/libpng16.so.16
Try: zypper install -C "debuginfo(build-id)=c0d262d3e7c31b9309384c94cacbd07bacc54a0a"
Missing separate debuginfo for /usr/lib64/libgmodule-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=290aaf8105f4b337484ea233f09b4dd353eb0abf"
Missing separate debuginfo for /usr/lib64/libpangocairo-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=97b583912e654fdeb381f52c07515e87c4519062"
Missing separate debuginfo for /usr/lib64/libXfixes.so.3
Try: zypper install -C "debuginfo(build-id)=9cb2d6bd518bbc980a29e6e01731fca38fbcc13e"
Missing separate debuginfo for /usr/lib64/libpangoft2-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=9305eccc07af95e4dd7042dea815baf918c4f18e"
Missing separate debuginfo for /usr/lib64/libfontconfig.so.1
Try: zypper install -C "debuginfo(build-id)=4a9f2b5f4361c46f929498bfa0079b186348e7a8"
Missing separate debuginfo for /usr/lib64/libXrender.so.1
Try: zypper install -C "debuginfo(build-id)=7f1193ad6199bf9129321828306f786667b04f61"
Missing separate debuginfo for /usr/lib64/libXinerama.so.1
Try: zypper install -C "debuginfo(build-id)=1e4fd16b4219872ba01206ff9d4fb163aae72d00"
Missing separate debuginfo for /usr/lib64/libXcursor.so.1
Try: zypper install -C "debuginfo(build-id)=51e64e283dd61586dcb6b8d888768f574b50cf33"
Missing separate debuginfo for /usr/lib64/libXcomposite.so.1
Try: zypper install -C "debuginfo(build-id)=75400160b66434fa25f855be27f15a67a761ab76"
Missing separate debuginfo for /usr/lib64/libXdamage.so.1
Try: zypper install -C "debuginfo(build-id)=a31a85e165e362c9038d06e626371ea1333ec6a7"
Missing separate debuginfo for /usr/lib64/libpixman-1.so.0
Try: zypper install -C "debuginfo(build-id)=9d007a253b2398f4d0dc439dbddfcea50abd22bf"
Missing separate debuginfo for /usr/lib64/libEGL.so.1
Try: zypper install -C "debuginfo(build-id)=3ad6bdb016a80f2519c0646181834873d157b9df"
Missing separate debuginfo for /usr/lib64/libxcb-shm.so.0
Try: zypper install -C "debuginfo(build-id)=77a6b9785e20aedeaf86739f31a5a3c6f67ec073"
Missing separate debuginfo for /usr/lib64/libxcb-render.so.0
Try: zypper install -C "debuginfo(build-id)=d2646d12501e207ae001c34daf4d07486a305247"
Missing separate debuginfo for /usr/lib64/libxcb.so.1
Try: zypper install -C "debuginfo(build-id)=d3ca8665813dd850a9dc3d83639d23b9dd099cf2"
Missing separate debuginfo for /lib64/libselinux.so.1
Try: zypper install -C "debuginfo(build-id)=e2bba1e6e7493c181ab4da9f2c771c8db0875872"
Missing separate debuginfo for /lib64/libresolv.so.2
Try: zypper install -C "debuginfo(build-id)=247118cbdbba76e077f10ee4bf809e0411011bc6"
Missing separate debuginfo for /usr/lib64/libffi.so.4
Try: zypper install -C "debuginfo(build-id)=926e49a6618c3a16618653d036bc992191de3a16"
Missing separate debuginfo for /usr/lib64/libpcre.so.1
Try: zypper install -C "debuginfo(build-id)=ef846533cf9aa9f40966ff8f2c1d120f1847bb45"
Missing separate debuginfo for /usr/lib64/libuuid.so.1
Try: zypper install -C "debuginfo(build-id)=0fee89fc46999fef721ac130c77269881e0435ea"
Missing separate debuginfo for /usr/lib64/libXxf86vm.so.1
Try: zypper install -C "debuginfo(build-id)=40b1954702e8aeb3599755cc27eb3f5f918c20ef"
Missing separate debuginfo for /usr/lib64/libtiff.so.5
Try: zypper install -C "debuginfo(build-id)=6565566f24763021a82d3c0a4057344067bc7f51"
Missing separate debuginfo for /usr/lib64/libjack.so.0
Try: zypper install -C "debuginfo(build-id)=331c53c157c3c3a8fd7bca9925e2fcbeb0728d2a"
Missing separate debuginfo for /usr/lib64/libglapi.so.0
Try: zypper install -C "debuginfo(build-id)=fef266d8c8e06672fc3d3b9939cf17e5aa3a9b63"
Missing separate debuginfo for /usr/lib64/libX11-xcb.so.1
Try: zypper install -C "debuginfo(build-id)=2423c10bbf3ae05c7a120362431f580e4b82df32"
Missing separate debuginfo for /usr/lib64/libxcb-glx.so.0
Try: zypper install -C "debuginfo(build-id)=5173b801935a64543ddc8033326b8a0b1a8bc427"
Missing separate debuginfo for /usr/lib64/libxcb-dri2.so.0
Try: zypper install -C "debuginfo(build-id)=4b342e0883b749b56137f3d21100327999b9e222"
Missing separate debuginfo for /usr/lib64/libdrm.so.2
Try: zypper install -C "debuginfo(build-id)=be54a417dcf1fca2afff698b88ed21676d78c51a"
Missing separate debuginfo for /usr/lib64/pulseaudio/libpulsecommon-4.0.so
Try: zypper install -C "debuginfo(build-id)=e9baaca99866c44110d82f77e5d8ac6ef2a46b6c"
Missing separate debuginfo for /usr/lib64/libjson.so.0
Try: zypper install -C "debuginfo(build-id)=2895e4d6661ac2dd86707330c9dd8acdc3107af7"
Missing separate debuginfo for /lib64/libdbus-1.so.3
Try: zypper install -C "debuginfo(build-id)=bb6dfaa730111e4f2ba069c9d98fda44c3dee089"
Missing separate debuginfo for /usr/lib64/libharfbuzz.so.0
Try: zypper install -C "debuginfo(build-id)=995f5d44536180975db2d389ef34c91a81722d2b"
Missing separate debuginfo for /usr/lib64/libexpat.so.1
Try: zypper install -C "debuginfo(build-id)=7a9d0a0d3c055d48b9c5b1c4da6eeb8135604cd0"
Missing separate debuginfo for /usr/lib64/libxcb-xfixes.so.0
Try: zypper install -C "debuginfo(build-id)=c65d9d2746c735547aa31df6feb3a00e0319b28d"
Missing separate debuginfo for /usr/lib64/libgbm.so.1
Try: zypper install -C "debuginfo(build-id)=26304efb271b514c30e31812cb36d7a8bf4612ff"
Missing separate debuginfo for /usr/lib64/libwayland-client.so.0
Try: zypper install -C "debuginfo(build-id)=e23c66009f0244b0941f667292532428a4526115"
Missing separate debuginfo for /usr/lib64/libwayland-server.so.0
Try: zypper install -C "debuginfo(build-id)=2b279857315e09f5bc23acbf49eea0415727680e"
Missing separate debuginfo for /usr/lib64/libudev.so.1
Try: zypper install -C "debuginfo(build-id)=d5032d18412faf0a496fe560b8d6524b66fd56b7"
Missing separate debuginfo for /usr/lib64/libXau.so.6
Try: zypper install -C "debuginfo(build-id)=1d9338bd0b89e7530cd331c277f93d6bdd420103"
Missing separate debuginfo for /usr/lib64/liblzma.so.5
Try: zypper install -C "debuginfo(build-id)=8f2cbb2a0e341bef4d5116eede8a83465de6ca4b"
Missing separate debuginfo for /usr/lib64/libjbig.so.2
Try: zypper install -C "debuginfo(build-id)=890b9a22b55378237a578515f2acf25fb508a245"
Missing separate debuginfo for /usr/lib64/libjpeg.so.8
Try: zypper install -C "debuginfo(build-id)=a2d6b3101763291a0c0f129f359fc920a7a17d13"
Missing separate debuginfo for /lib64/libwrap.so.0
Try: zypper install -C "debuginfo(build-id)=1b986139de9922cbad77fd86bbbedd752844feaf"
Missing separate debuginfo for /usr/lib64/libsndfile.so.1
Try: zypper install -C "debuginfo(build-id)=ac6ea5bb9fa76db218a1671c511a46ed4a2ec94f"
Missing separate debuginfo for /usr/lib64/libgraphite2.so.3
Try: zypper install -C "debuginfo(build-id)=4461bf9059620d5387d7185386b9e104fc343d50"
Missing separate debuginfo for /usr/lib64/libFLAC.so.8
Try: zypper install -C "debuginfo(build-id)=158c627883fc54becd1772933e3e415bced67dc8"
Missing separate debuginfo for /usr/lib64/libvorbisenc.so.2
Try: zypper install -C "debuginfo(build-id)=d5954ec5a4e338e4180be82a20bcc916dba7a434"
Missing separate debuginfo for /lib64/libcrypto.so.1.0.0
Try: zypper install -C "debuginfo(build-id)=140bbbcc751f793386ecfcacebc5bfb1c903e52e"
Missing separate debuginfo for /usr/lib64/libogg.so.0
Try: zypper install -C "debuginfo(build-id)=941240abd0bd7bb37d63ce6bad7d78d0288add89"
Missing separate debuginfo for /usr/lib64/libvorbis.so.0
Try: zypper install -C "debuginfo(build-id)=d8ee98f6b4ef0d8fb49279c62f1e250d11d493e4"
Missing separate debuginfo for /usr/lib64/gconv/UTF-32.so
Try: zypper install -C "debuginfo(build-id)=6d58285a4929c0943bcfea3224973939d99221f0"
Missing separate debuginfo for /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
Try: zypper install -C "debuginfo(build-id)=e983b933672d6bb712ec0dce7fc883782839dffb"
Missing separate debuginfo for /usr/lib64/libcanberra-gtk.so.0
Try: zypper install -C "debuginfo(build-id)=0848abd5ec0e15c97d1746213cc6749a64b53b80"
Missing separate debuginfo for /usr/lib64/libcanberra.so.0
Try: zypper install -C "debuginfo(build-id)=b527b889576aceac1371c928e31052ccf58016f9"
Missing separate debuginfo for /usr/lib64/libvorbisfile.so.3
Try: zypper install -C "debuginfo(build-id)=d62bd82d0332db707dc3bde32ad113dc1c280186"
Missing separate debuginfo for /usr/lib64/libltdl.so.7
Try: zypper install -C "debuginfo(build-id)=b52d22f7d9b4c83e82c09b1d45ef02dc1c1f71b6"
Missing separate debuginfo for /usr/lib64/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
Try: zypper install -C "debuginfo(build-id)=f28cbe010ec1ec0999b6b52943a6f597bd08a3fe"
Detaching after fork from child process 23951.
Detaching after fork from child process 23952.
Missing separate debuginfo for /usr/lib64/gio/modules/libgvfsdbus.so
Try: zypper install -C "debuginfo(build-id)=fa73f2dab4bfd60350d6f1ea3bc0e1f0ca0e7643"
Missing separate debuginfo for /usr/lib64/libgvfscommon.so.0
Try: zypper install -C "debuginfo(build-id)=b87ae791ed853ef2bb0ba6dc74e81abb049e05d6"
[New Thread 0x7fffe83f8700 (LWP 23953)]
[New Thread 0x7fffe7bf7700 (LWP 23954)]
Missing separate debuginfo for /usr/lib64/libgnomevfs-2.so.0
Try: zypper install -C "debuginfo(build-id)=0553580efc4cd516e3ff80bc45ea7d522070c7ab"
Missing separate debuginfo for /usr/lib64/libgconf-2.so.4
Try: zypper install -C "debuginfo(build-id)=476d9e9f3673e8fd3cbad2a5c34eb57bdc8270fe"
Missing separate debuginfo for /usr/lib64/libxml2.so.2
Try: zypper install -C "debuginfo(build-id)=c3da734ac2fd579ec0a8ac901f1d70a5588e7550"
Missing separate debuginfo for /usr/lib64/libdbus-glib-1.so.2
Try: zypper install -C "debuginfo(build-id)=1db2f6e66758617e09984c384849bdb8b947905c"
Missing separate debuginfo for /lib64/libssl.so.1.0.0
Try: zypper install -C "debuginfo(build-id)=c4623bb829bfb87b4c2217993e98c67136560930"
Missing separate debuginfo for /usr/lib64/libavahi-glib.so.1
Try: zypper install -C "debuginfo(build-id)=f61452edb2036cdde273d6d6d14ea99da1c77edd"
Missing separate debuginfo for /usr/lib64/libavahi-client.so.3
Try: zypper install -C "debuginfo(build-id)=78446da05f93593296ab77316ebff6c0556be159"
Missing separate debuginfo for /usr/lib64/libavahi-common.so.3
Try: zypper install -C "debuginfo(build-id)=976fb1b6fb8e791d44ee702f888f479ed29da21d"
Missing separate debuginfo for /lib64/libutil.so.1
Try: zypper install -C "debuginfo(build-id)=5456e1906aa17f31db17fb993b1fc1667489d634"
Detaching after fork from child process 23955.
Detaching after fork from child process 23956.
Detaching after fork from child process 23957.
Detaching after fork from child process 23958.
Detaching after fork from child process 23959.
Detaching after fork from child process 23968.
Detaching after fork from child process 23977.
Detaching after fork from child process 23986.
Missing separate debuginfo for /usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so
Try: zypper install -C "debuginfo(build-id)=7bafed6bdacff8a13002f17c7987619e4208957b"
Missing separate debuginfo for /usr/lib64/libibus-1.0.so.5
Try: zypper install -C "debuginfo(build-id)=e47d59edee904a5fe444d1fcbfa46905e86c3968"
[New Thread 0x7fffe5ada700 (LWP 23998)]
Missing separate debuginfo for /usr/lib64/pango/1.8.0/modules/pango-basic-fc.so
Try: zypper install -C "debuginfo(build-id)=1ff6f36661906ee61c71f19f443939994cbc744a"
23:23:372 ../Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/omer/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd
23:23:399 ../Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/omer/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd                                                                
Missing separate debuginfo for /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
Try: zypper install -C "debuginfo(build-id)=f528d32cadeae175a53c0aae3b979ec888f04770"
Missing separate debuginfo for /usr/lib64/libcanberra-0.30/libcanberra-multi.so
Try: zypper install -C "debuginfo(build-id)=d23227a67edb878996ea50667ee05dc31b711145"
Missing separate debuginfo for /usr/lib64/libcanberra-0.30/libcanberra-pulse.so
Try: zypper install -C "debuginfo(build-id)=75a9a76742471b1d127b30faed93488a76f65733"
[New Thread 0x7fffd3ffe700 (LWP 23999)]
Missing separate debuginfo for /usr/lib64/libcanberra-0.30/libcanberra-alsa.so
Try: zypper install -C "debuginfo(build-id)=03121831372fdea52a0f77a685857b1372bf1e34"
Missing separate debuginfo for /usr/lib64/libcanberra-0.30/libcanberra-oss.so
Try: zypper install -C "debuginfo(build-id)=13dffafbf2767a518c39110cad65e6d6589cccd9"
23:25:416 ../Source/Core/Core/Src/ConfigManager.cpp:139 N[BOOT]: Saving settings to /home/omer/.dolphin-emu/Config/Dolphin.ini
Missing separate debuginfo for /usr/lib64/gconv/CP1252.so
Try: zypper install -C "debuginfo(build-id)=4e4c72f49579d660a9231471f3ea1adbde71a9c8"
[New Thread 0x7fffd37fd700 (LWP 24000)]
Detaching after fork from child process 24001.
Missing separate debuginfo for /usr/lib64/dri/i965_dri.so
Try: zypper install -C "debuginfo(build-id)=a85fd6923fce4a97a69f85730d3f3c537f8fd1e7"
Missing separate debuginfo for /usr/lib64/libdricore9.2.3.so.1
Try: zypper install -C "debuginfo(build-id)=d199ea2fddf6b8c7e9538cb96ac83295a2f84fa0"
Missing separate debuginfo for /usr/lib64/libdrm_intel.so.1
Try: zypper install -C "debuginfo(build-id)=02de06f5a6ff35134df999f88b0151198c935a4f"
Missing separate debuginfo for /usr/lib64/libpciaccess.so.0
Try: zypper install -C "debuginfo(build-id)=a4950beea7b7fbab33700d788dc954985f5ee6e0"
23:25:558 ../Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:88 N[Video]: glX-Version 1.4
23:25:558 ../Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:110 N[Video]: Got double buffered visual!
[New Thread 0x7fffba136700 (LWP 24030)]
Missing separate debuginfo for /usr/lib64/libudev.so.0
Try: zypper install -C "debuginfo(build-id)=388d1fe818f769243cf663ada47e02efec57072a"

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd37fd700 (LWP 24000)]
0x00007ffff0bf5eea in strlen () from /lib64/libc.so.6
(gdb) exit
Undefined command: "exit".  Try "help".
(gdb) quit
A debugging session is active.

        Inferior 1 [process 23947] will be killed.

Quit anyway? (y or n) y
➜  Binaries git:(master)

Unfortunately I didn't get any useful source information because this is not a debug build.
Guys, here's a stack trace:

Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd37fd700 (LWP 25471)]
0x00007fffeb882305 in udev_list_entry_get_next () from /usr/lib64/libudev.so.1
(gdb) bt
#0  0x00007fffeb882305 in udev_list_entry_get_next () from /usr/lib64/libudev.so.1
#1  0x00007fffeb886c04 in udev_monitor_filter_update () from /usr/lib64/libudev.so.1
#2  0x00007fffb9330501 in udev_monitor_enable_receiving () from /usr/lib64/libudev.so.0
#3  0x00007ffff49ebca8 in JoystickInitWithUdev () at /home/omer/Downloads/SDL2-2.0.0/src/joystick/linux/SDL_sysjoystick.c:397
#4  SDL_SYS_JoystickInit () at /home/omer/Downloads/SDL2-2.0.0/src/joystick/linux/SDL_sysjoystick.c:443
#5  0x00007ffff496357c in SDL_JoystickInit () at /home/omer/Downloads/SDL2-2.0.0/src/joystick/SDL_joystick.c:64
#6  0x00007ffff4934f95 in SDL_InitSubSystem (flags=20992) at /home/omer/Downloads/SDL2-2.0.0/src/SDL.c:194
#7  0x00000000006861fc in ciface::SDL::Init(std::vector<ciface::Core::Device*, std::allocator<ciface::Core::Device*> >&) ()
#8  0x000000000067d7ad in ControllerInterface::Initialize() ()
#9  0x000000000056fc31 in Pad::Initialize(void*) ()
#10 0x00000000005225ec in Core::EmuThread() ()
#11 0x00007ffff1700f30 in ?? () from /usr/lib64/libstdc++.so.6
#12 0x00007ffff470c0db in start_thread () from /lib64/libpthread.so.0
#13 0x00007ffff0c5a90d in clone () from /lib64/libc.so.6
(gdb)

guys, do you think it would work if someone with 64 bit linux system who has dolphin-emu working could build with statically-linked everything and then send me the binary?
Pages: 1 2 3