Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] airshipper from AUR crashes on startup #181

Open
Max7cd opened this issue May 9, 2022 · 1 comment
Open

[Linux] airshipper from AUR crashes on startup #181

Max7cd opened this issue May 9, 2022 · 1 comment

Comments

@Max7cd
Copy link

Max7cd commented May 9, 2022

Description

I installed the AUR version of Airshipper and it crashes on startup.
I have tried using the airshipper GUI and the CLI start parameter and both fail.

Airshipper information

Version 0.7.0
From AUR at 09.05.2022 12:00 UTC

System info

OS: Garuda Linux
Kernel: 5.17.5-zen1-1-zen
DE: Plasma 5.24.5
WM: KWin
CPU: AMD Ryzen 9 5950X (32) @ 3.4GHz
GPU: NVIDIA GeForce RTX 3070
Memory: 64GB
Display Server: X11
Graphics Driver: nvidia

running airshipper in GUI mode

running `RUST_BACKTRACE=full airshipper -d` :
[airshipper::cli:23][DEBUG] Running on linux
[airshipper::cli:24][DEBUG] Base Path: /home/maxf/.local/share/airshipper
[airshipper::cli:25][DEBUG] Log file: /home/maxf/.local/share/airshipper/airshipper.log
[airshipper::cli:28][DEBUG] Cmdline args: CmdLine { action: None, verbose: 0, debug: 1 }
[wgpu_hal::gles::egl:495][DEBUG] Client extensions: [
"EGL_EXT_platform_base",
"EGL_EXT_device_base",
"EGL_EXT_device_enumeration",
"EGL_EXT_device_query",
"EGL_KHR_client_get_all_proc_addresses",
"EGL_EXT_client_extensions",
"EGL_KHR_debug",
"EGL_KHR_platform_x11",
"EGL_EXT_platform_x11",
"EGL_EXT_platform_device",
"EGL_KHR_platform_wayland",
"EGL_EXT_platform_wayland",
"EGL_KHR_platform_gbm",
"EGL_MESA_platform_gbm",
"EGL_MESA_platform_xcb",
"EGL_MESA_platform_surfaceless",
]
[wgpu_hal::gles::egl:120][INFO] Loading Wayland library to get the current display
[wgpu_hal::gles::egl:107][INFO] Loading X11 library to get the current display
[wgpu_hal::gles::egl:529][INFO] Using X11 platform
[wgpu_hal::gles::egl:345][INFO] Display vendor "NVIDIA", version (1, 5)
[wgpu_hal::gles::egl:346][DEBUG] Display extensions: [
"EGL_EXT_buffer_age",
"EGL_EXT_client_sync",
"EGL_EXT_create_context_robustness",
"EGL_EXT_image_dma_buf_import",
"EGL_EXT_image_dma_buf_import_modifiers",
"EGL_MESA_image_dma_buf_export",
"EGL_EXT_output_base",
"EGL_EXT_stream_acquire_mode",
"EGL_EXT_sync_reuse",
"EGL_IMG_context_priority",
"EGL_KHR_config_attribs",
"EGL_KHR_create_context_no_error",
"EGL_KHR_context_flush_control",
"EGL_KHR_create_context",
"EGL_KHR_fence_sync",
"EGL_KHR_get_all_proc_addresses",
"EGL_KHR_partial_update",
"EGL_KHR_swap_buffers_with_damage",
"EGL_KHR_no_config_context",
"EGL_KHR_gl_colorspace",
"EGL_KHR_gl_renderbuffer_image",
"EGL_KHR_gl_texture_2D_image",
"EGL_KHR_gl_texture_3D_image",
"EGL_KHR_gl_texture_cubemap_image",
"EGL_KHR_image",
"EGL_KHR_image_base",
"EGL_KHR_image_pixmap",
"EGL_KHR_reusable_sync",
"EGL_KHR_stream",
"EGL_KHR_stream_attrib",
"EGL_KHR_stream_consumer_gltexture",
"EGL_KHR_stream_cross_process_fd",
"EGL_KHR_stream_fifo",
"EGL_KHR_stream_producer_eglsurface",
"EGL_KHR_surfaceless_context",
"EGL_KHR_wait_sync",
"EGL_NV_nvrm_fence_sync",
"EGL_NV_post_sub_buffer",
"EGL_NV_quadruple_buffer",
"EGL_NV_stream_consumer_eglimage",
"EGL_NV_stream_cross_display",
"EGL_NV_stream_cross_object",
"EGL_NV_stream_cross_process",
"EGL_NV_stream_cross_system",
"EGL_NV_stream_dma",
"EGL_NV_stream_flush",
"EGL_NV_stream_metadata",
"EGL_NV_stream_remote",
"EGL_NV_stream_reset",
"EGL_NV_stream_socket",
"EGL_NV_stream_socket_inet",
"EGL_NV_stream_socket_unix",
"EGL_NV_stream_sync",
"EGL_NV_stream_fifo_next",
"EGL_NV_stream_fifo_synchronous",
"EGL_NV_stream_consumer_gltexture_yuv",
"EGL_NV_stream_attrib",
"EGL_NV_stream_origin",
"EGL_NV_system_time",
"EGL_NV_output_drm_flip_event",
"EGL_NV_triple_buffer",
"EGL_NV_robustness_video_memory_purge",
"EGL_WL_bind_wayland_display",
"EGL_WL_wayland_eglstream",
]
[wgpu_hal::gles::egl:153][INFO]         Trying native-render
[wgpu_hal::gles::egl:166][WARN] No config found!
[wgpu_hal::gles::egl:153][INFO]         Trying presentation
[wgpu_hal::gles::egl:392][INFO]         EGL context: +robust access
[wgpu_hal::gles::egl:422][INFO]         EGL context: +surfaceless
[wgpu_hal::gles::egl:435][INFO]         EGL surface: +srgb
[wgpu_hal::gles::adapter:185][INFO] Vendor: NVIDIA Corporation
[wgpu_hal::gles::adapter:186][INFO] Renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
[wgpu_hal::gles::adapter:187][INFO] Version: OpenGL ES 3.2 NVIDIA 510.68.02
[wgpu_hal::gles::adapter:189][DEBUG] Extensions: {
"GL_NV_scissor_exclusive",
"GL_EXT_texture_filter_minmax",
"GL_NV_explicit_attrib_location",
"GL_NV_fragment_coverage_to_color",
"GL_NV_mesh_shader",
"GL_NV_polygon_mode",
"GL_EXT_tessellation_point_size",
"GL_KHR_robust_buffer_access_behavior",
"GL_EXT_render_snorm",
"GL_NV_blend_minmax_factor",
"GL_EXT_texture_mirror_clamp_to_edge",
"GL_NV_sample_locations",
"GL_KHR_parallel_shader_compile",
"GL_NV_draw_texture",
"GL_EXT_EGL_image_storage",
"GL_NV_stereo_view_rendering",
"GL_EXT_shader_non_constant_global_initializers",
"GL_NV_bindless_texture",
"GL_OES_draw_elements_base_vertex",
"GL_OES_texture_buffer",
"GL_EXT_clear_texture",
"GL_EXT_sparse_texture2",
"GL_EXT_copy_image",
"GL_KHR_robustness",
"GL_KHR_texture_compression_astc_sliced_3d",
"GL_NV_framebuffer_multisample",
"GL_EXT_disjoint_timer_query",
"GL_NV_fbo_color_attachments",
"GL_NV_read_buffer",
"GL_EXT_texture_rg",
"GL_NV_shader_subgroup_partitioned",
"GL_EXT_shader_texture_lod",
"GL_OES_geometry_shader",
"GL_NV_gpu_shader5",
"GL_OES_element_index_uint",
"GL_EXT_map_buffer_range",
"GL_EXT_shader_implicit_conversions",
"GL_KHR_shader_subgroup",
"GL_KHR_texture_compression_astc_hdr",
"GL_OES_depth32",
"GL_NV_shadow_samplers_cube",
"GL_NV_viewport_array",
"GL_OES_standard_derivatives",
"GL_OES_texture_storage_multisample_2d_array",
"GL_EXT_sparse_texture",
"GL_EXT_multi_draw_indirect",
"GL_EXT_texture_filter_anisotropic",
"GL_EXT_texture_compression_rgtc",
"GL_EXT_clip_cull_distance",
"GL_EXT_window_rectangles",
"GL_NV_bgr",
"GL_NV_conservative_raster",
"GL_NV_generate_mipmap_sRGB",
"GL_OES_compressed_ETC1_RGB8_texture",
"GL_KHR_no_error",
"GL_NV_primitive_shading_rate",
"GL_OES_sample_shading",
"GL_KHR_blend_equation_advanced_coherent",
"GL_OES_texture_float",
"GL_NV_instanced_arrays",
"GL_NV_shader_noperspective_interpolation",
"GL_NV_sample_mask_override_coverage",
"GL_OES_depth24",
"GL_EXT_base_instance",
"GL_EXT_multisample_compatibility",
"GL_NV_fragment_shader_barycentric",
"GL_NV_read_stencil",
"GL_OES_EGL_image",
"GL_NV_copy_buffer",
"GL_NV_timer_query",
"GL_EXT_discard_framebuffer",
"GL_EXT_texture_storage",
"GL_KHR_texture_compression_astc_ldr",
"GL_EXT_texture_compression_bptc",
"GL_EXT_texture_format_BGRA8888",
"GL_EXT_texture_shadow_lod",
"GL_NV_blend_equation_advanced",
"GL_NV_compute_shader_derivatives",
"GL_EXT_sRGB",
"GL_NV_framebuffer_blit",
"GL_NV_shader_texture_footprint",
"GL_EXT_memory_object",
"GL_NV_framebuffer_mixed_samples",
"GL_KHR_blend_equation_advanced",
"GL_OES_copy_image",
"GL_OES_tessellation_shader",
"GL_OES_geometry_point_size",
"GL_OES_EGL_image_external_essl3",
"GL_EXT_blend_minmax",
"GL_OES_sample_variables",
"GL_EXT_primitive_bounding_box",
"GL_EXT_texture_norm16",
"GL_NV_internalformat_sample_query",
"GL_NV_packed_float_linear",
"GL_EXT_float_blend",
"GL_OES_packed_depth_stencil",
"GL_EXT_draw_elements_base_vertex",
"GL_NV_draw_instanced",
"GL_OES_texture_npot",
"GL_EXT_color_buffer_half_float",
"GL_EXT_draw_buffers_indexed",
"GL_EXT_texture_border_clamp",
"GL_EXT_unpack_subimage",
"GL_NV_path_rendering_shared_edge",
"GL_EXT_conservative_depth",
"GL_EXT_polygon_offset_clamp",
"GL_KHR_context_flush_control",
"GL_OES_texture_border_clamp",
"GL_KHR_debug",
"GL_EXT_texture_cube_map_array",
"GL_NV_representative_fragment_test",
"GL_NV_viewport_swizzle",
"GL_EXT_occlusion_query_boolean",
"GL_EXT_EGL_image_external_wrap_modes",
"GL_EXT_multiview_texture_multisample",
"GL_EXT_blend_func_extended",
"GL_EXT_raster_multisample",
"GL_EXT_shadow_samplers",
"GL_OES_draw_buffers_indexed",
"GL_OES_primitive_bounding_box",
"GL_OES_EGL_image_external",
"GL_OES_rgb8_rgba8",
"GL_OES_shader_image_atomic",
"GL_EXT_shader_integer_mix",
"GL_NV_read_depth_stencil",
"GL_EXT_color_buffer_float",
"GL_NV_path_rendering",
"GL_EXT_shader_group_vote",
"GL_OES_shader_io_blocks",
"GL_OES_texture_float_linear",
"GL_OES_get_program_binary",
"GL_NV_EGL_stream_consumer_external",
"GL_OES_depth_texture_cube_map",
"GL_NV_image_formats",
"GL_OES_texture_stencil8",
"GL_OVR_multiview2",
"GL_NVX_blend_equation_advanced_multi_draw_buffers",
"GL_EXT_tessellation_shader",
"GL_OVR_multiview",
"GL_EXT_gpu_shader5",
"GL_NV_pack_subimage",
"GL_EXT_post_depth_coverage",
"GL_NV_shadow_samplers_array",
"GL_NV_texture_barrier",
"GL_EXT_texture_compression_dxt1",
"GL_EXT_semaphore",
"GL_EXT_debug_label",
"GL_EXT_multisampled_render_to_texture2",
"GL_NV_texture_compression_latc",
"GL_EXT_buffer_storage",
"GL_EXT_multisampled_render_to_texture",
"GL_NV_conservative_raster_pre_snap_triangles",
"GL_EXT_semaphore_fd",
"GL_NV_packed_float",
"GL_EXT_multiview_timer_query",
"GL_EXT_texture_sRGB_R8",
"GL_EXT_sRGB_write_control",
"GL_NV_read_depth",
"GL_EXT_texture_compression_s3tc",
"GL_NV_sRGB_formats",
"GL_NV_texture_dirty_tile_map",
"GL_OES_texture_view",
"GL_OES_mapbuffer",
"GL_EXT_texture_query_lod",
"GL_EXT_shader_io_blocks",
"GL_EXT_frag_depth",
"GL_EXT_texture_sRGB_decode",
"GL_NV_memory_object_sparse",
"GL_NV_clip_space_w_scaling",
"GL_NV_memory_attachment",
"GL_NV_occlusion_query_samples",
"GL_NV_pixel_buffer_object",
"GL_OES_EGL_sync",
"GL_OES_gpu_shader5",
"GL_OES_surfaceless_context",
"GL_EXT_texture_buffer",
"GL_OES_texture_cube_map_array",
"GL_NV_viewport_array2",
"GL_OES_tessellation_point_size",
"GL_OES_vertex_array_object",
"GL_OES_depth_texture",
"GL_EXT_clip_control",
"GL_NV_texture_compression_s3tc_update",
"GL_OES_vertex_half_float",
"GL_EXT_geometry_shader",
"GL_ANDROID_extension_pack_es31a",
"GL_OES_viewport_array",
"GL_NV_fragment_shader_interlock",
"GL_EXT_draw_transform_feedback",
"GL_NV_texture_border_clamp",
"GL_NV_copy_image",
"GL_EXT_compressed_ETC1_RGB8_sub_texture",
"GL_OES_texture_half_float",
"GL_OES_texture_half_float_linear",
"GL_NV_blend_equation_advanced_coherent",
"GL_EXT_robustness",
"GL_NV_timeline_semaphore",
"GL_EXT_separate_shader_objects",
"GL_NV_draw_vulkan_image",
"GL_NV_non_square_matrices",
"GL_EXT_EGL_image_array",
"GL_NV_shading_rate_image",
"GL_OES_shader_multisample_interpolation",
"GL_OVR_multiview_multisampled_render_to_texture",
"GL_NV_shader_atomic_fp16_vector",
"GL_EXT_memory_object_fd",
"GL_OES_fbo_render_mipmap",
"GL_NV_draw_buffers",
"GL_NV_geometry_shader_passthrough",
"GL_EXT_geometry_point_size",
"GL_NV_texture_array",
"GL_NV_texture_compression_s3tc",
"GL_EXT_texture_view",
"GL_EXT_depth_clamp",
"GL_NV_conditional_render",
"GL_NV_fill_rectangle",
}
[wgpu_hal::gles::adapter:195][INFO] SL version: OpenGL ES GLSL ES 3.20
[wgpu_hal::vulkan::adapter:750][DEBUG] Supported extensions: ["VK_KHR_swapchain"]
[wgpu_hal::vulkan::adapter:843][INFO] Private capabilities: PrivateCapabilities { flip_y_requires_shift: true, imageless_framebuffers: true, image_view_usage: true, timeline_semaphores: true, texture_d24: true, texture_d24_s8: true, non_coherent_map_mask: 63 }
[wgpu_hal::vulkan:548][WARN] Unrecognized device error ERROR_INITIALIZATION_FAILED
[airshipper::error:79][ERROR] Airshipper panicked:

Error in Surface::configure: parent device is lost: panicked at 'Error in Surface::configure: parent device is lost', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.10.1/src/backend/direct.rs:186:9
thread 'main' panicked at 'Error in Surface::configure: parent device is lost', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.10.1/src/backend/direct.rs:186:9
stack backtrace:
0:     0x56066029858b - <unknown>
1:     0x56065feff49c - <unknown>
2:     0x56066026c804 - <unknown>
3:     0x560660299fae - <unknown>
4:     0x560660299cfd - <unknown>
5:     0x56065fd8453a - <unknown>
6:     0x56066029abd8 - <unknown>
7:     0x56066029a87d - <unknown>
8:     0x56066029a7f6 - <unknown>
9:     0x56066029a7b2 - <unknown>
10:     0x56065fd0f7d0 - <unknown>
11:     0x5606603ad402 - <unknown>
12:     0x56066036b04f - <unknown>
13:     0x56065fdadb7f - <unknown>
14:     0x56065fe4f117 - <unknown>
15:     0x56065fe4d34c - <unknown>
16:     0x56065fe4d21c - <unknown>
17:     0x56065fe4d1c4 - <unknown>
18:     0x56065fe0fb1e - <unknown>
19:     0x56065fe0ee40 - <unknown>
20:     0x56065fe9a6be - <unknown>
21:     0x56065fd6acd9 - <unknown>
22:     0x56065fe46393 - <unknown>
23:     0x56065fd6df21 - <unknown>
24:     0x7f95fd70b310 - __libc_start_call_main
25:     0x7f95fd70b3c1 - __libc_start_main@GLIBC_2.2.5
26:     0x56065fd3c04a - <unknown>
27:                0x0 - <unknown>
Aborted (core dumped)

running airshipper update worked flawlessly

running `RUST_BACKTRACE=full airshipper -d start` leads to a different error:
[airshipper::cli:23][DEBUG] Running on linux
[airshipper::cli:24][DEBUG] Base Path: /home/maxf/.local/share/airshipper
[airshipper::cli:25][DEBUG] Log file: /home/maxf/.local/share/airshipper/airshipper.log
[airshipper::cli:28][DEBUG] Cmdline args: CmdLine { action: Some(Start), verbose: 0, debug: 1 }
[airshipper::cli:152][INFO] Starting...
[airshipper::profiles:198][ERROR] Environment variable error: Unnecessary ',' in variable list
[airshipper::profiles:204][DEBUG] Launching /home/maxf/.local/share/airshipper/profiles/default/veloren-voxygen
[airshipper::profiles:205][DEBUG] CWD: "/home/maxf/.local/share/airshipper/profiles/default"
[airshipper::profiles:206][DEBUG] ENV: {"VOXYGEN_SCREENSHOT": "/home/maxf/.local/share/airshipper/profiles/default/screenshots", "VELOREN_USERDATA": "/home/maxf/.local/share/airshipper/profiles/default/userdata", "VELOREN_ASSETS": "/home/maxf/.local/share/airshipper/profiles/default/assets"}
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.309946Z  INFO veloren_common_frontend: Setup terminal and file logging. path="/home/maxf/.local/share/airshipper/profiles/default/userdata/voxygen/logs" file="2022-05-09_voxygen.log"
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.309976Z  INFO veloren_voxygen: Using userdata dir at: /home/maxf/.local/share/airshipper/profiles/default/userdata
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.309978Z  INFO veloren_voxygen: Using config dir at: /home/maxf/.local/share/airshipper/profiles/default/userdata/voxygen
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.332468Z  INFO veloren_common_assets: Assets found path=/home/maxf/.local/share/airshipper/profiles/default/assets
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.354427Z  INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 508    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.378967Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Original order:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.378994Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.378999Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Order set to:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379001Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070  
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379003Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Original order:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379009Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379011Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Order set to:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379013Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070  
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379015Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : Copying old device 0 into new device 0
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379214Z  INFO wgpu_core::instance: Adapter Vulkan AdapterInfo { name: "NVIDIA GeForce RTX 3070", vendor: 4318, device: 9348, device_type: DiscreteGpu }    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379236Z  INFO veloren_voxygen::render::renderer: graphics device #0 info.name="NVIDIA GeForce RTX 3070" info.vendor=4318 info.backend=Vulkan info.device=9348 info.device_type=DiscreteGpu
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379245Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Original order:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379251Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379254Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Order set to:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379256Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070  
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379258Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : Copying old device 0 into new device 0
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379261Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Original order:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379266Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379268Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : linux_read_sorted_physical_devices:  Order set to:
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379271Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :            [0] NVIDIA GeForce RTX 3070  
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.379274Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] : Copying old device 0 into new device 0
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.380499Z  INFO wgpu_core::instance: Adapter Vulkan AdapterInfo { name: "NVIDIA GeForce RTX 3070", vendor: 4318, device: 9348, device_type: DiscreteGpu }    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.380510Z  INFO veloren_voxygen::render::renderer: selected graphics device info.name="NVIDIA GeForce RTX 3070" info.vendor=4318 info.backend=Vulkan info.device=9348 info.device_type=DiscreteGpu
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.380516Z  WARN wgpu_core::instance: The underlying API or device in use does not support enough features to be a fully compliant implementation of WebGPU. A subset of the features can still be used. If you are running this program on native and not in a browser and wish to limit the features you use to the supported subset, call Adapter::downlevel_properties or Device::downlevel_properties to get a listing of the features the current platform supports.    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.380760Z  INFO gfx_backend_vulkan: 
[airshipper::cli:157][INFO] [Veloren] GENERAL [Loader Message (0x0)] :        Using "NVIDIA GeForce RTX 3070" with driver: "libGLX_nvidia.so.0"
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] object info: (type: INSTANCE, hndl: 0x56403dedcee0)
[airshipper::cli:157][INFO] [Veloren]     
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.402355Z  INFO wgpu_core::command::allocator: Starting on (internal) thread ThreadId(1)    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.402454Z  INFO veloren_voxygen::render::renderer: Using Bgra8UnormSrgb as the swapchain format
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.431816Z ERROR gfx_backend_vulkan::device: Unexpected result - driver bug? ERROR_INITIALIZATION_FAILED    
[airshipper::cli:157][INFO] [Veloren] 2022-05-09T12:44:42.506817Z ERROR veloren_voxygen: VOXYGEN HAS PANICKED
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] A critical error has occurred and Voxygen has been forced to terminate in an unusual manner. Details about the error can be found below.
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] > What should I do?
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] We need your help to fix this! You can help by contacting us and reporting this problem. To do this, open an issue on the Veloren issue tracker:
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] https://www.gitlab.com/veloren/veloren/issues/new
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] If you're on the Veloren community Discord server, we'd be grateful if you could also post a message in the #support channel.
[airshipper::cli:157][INFO] [Veloren]             
[airshipper::cli:157][INFO] [Veloren] > What should I include?
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] The error information below will be useful in finding and fixing the problem. Please include as much information about your setup and the events that led up to the panic as possible.
[airshipper::cli:157][INFO] [Veloren]             
[airshipper::cli:157][INFO] [Veloren] Voxygen has logged information about the problem (including this message) to the file /home/maxf/.local/share/airshipper/profiles/default/userdata/voxygen/logs/2022-05-09_voxygen.log. Please include the contents of this file in your bug report.
[airshipper::cli:157][INFO] [Veloren]             
[airshipper::cli:157][INFO] [Veloren] > Error information
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] The information below is intended for developers and testers.
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] Panic Payload: "failed to configure swap chain on creation: Swapchain can't be created for an unknown reason"
[airshipper::cli:157][INFO] [Veloren] PanicInfo: panicked at 'failed to configure swap chain on creation: Swapchain can't be created for an unknown reason', /root/.cargo/git/checkouts/wgpu-53e70f8674b08dd4/a92b854/wgpu-core/src/device/mod.rs:4541:29
[airshipper::cli:157][INFO] [Veloren] Game version: 6b69fbe9 [2022-05-08]
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] Backtrace:
[airshipper::cli:157][INFO] [Veloren]    0: veloren_voxygen::main::{{closure}}
[airshipper::cli:157][INFO] [Veloren]              at /builds/veloren/veloren/voxygen/src/main.rs:136:13
[airshipper::cli:157][INFO] [Veloren]    1: std::panicking::rust_panic_with_hook
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:702:17
[airshipper::cli:157][INFO] [Veloren]    2: std::panicking::begin_panic_handler::{{closure}}
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:588:13
[airshipper::cli:157][INFO] [Veloren]    3: std::sys_common::backtrace::__rust_end_short_backtrace
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:138:18
[airshipper::cli:157][INFO] [Veloren]    4: rust_begin_unwind
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:584:5
[airshipper::cli:157][INFO] [Veloren]    5: core::panicking::panic_fmt
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/core/src/panicking.rs:142:14
[airshipper::cli:157][INFO] [Veloren]    6: <wgpu::backend::direct::Context as wgpu::Context>::device_create_swap_chain
[airshipper::cli:157][INFO] [Veloren]    7: veloren_voxygen::render::renderer::Renderer::new
[airshipper::cli:157][INFO] [Veloren]              at /builds/veloren/veloren/voxygen/src/render/renderer.rs:350:26
[airshipper::cli:157][INFO] [Veloren]    8: veloren_voxygen::window::Window::new
[airshipper::cli:157][INFO] [Veloren]              at /builds/veloren/veloren/voxygen/src/window.rs:429:24
[airshipper::cli:157][INFO] [Veloren]    9: veloren_voxygen::main
[airshipper::cli:157][INFO] [Veloren]              at /builds/veloren/veloren/voxygen/src/main.rs:242:42
[airshipper::cli:157][INFO] [Veloren]   10: core::ops::function::FnOnce::call_once
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/core/src/ops/function.rs:248:5
[airshipper::cli:157][INFO] [Veloren]       std::sys_common::backtrace::__rust_begin_short_backtrace
[airshipper::cli:157][INFO] [Veloren]              at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:122:18
[airshipper::cli:157][INFO] [Veloren]   11: main
[airshipper::cli:157][INFO] [Veloren]   12: __libc_start_call_main
[airshipper::cli:157][INFO] [Veloren]   13: __libc_start_main@GLIBC_2.2.5
[airshipper::cli:157][INFO] [Veloren]   14: _start
[airshipper::cli:157][INFO] [Veloren] 
[airshipper::cli:157][INFO] [Veloren] ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
[airshipper::cli:157][INFO] [Veloren] Cannot connect to server socket err = No such file or directory
[airshipper::cli:157][INFO] [Veloren] Cannot connect to server request channel
[airshipper::cli:157][INFO] [Veloren] jack server is not running or cannot be started
[airshipper::cli:157][INFO] [Veloren] JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
[airshipper::cli:157][INFO] [Veloren] JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
[airshipper::cli:157][INFO] [Veloren] Cannot connect to server socket err = No such file or directory
[airshipper::cli:157][INFO] [Veloren] Cannot connect to server request channel
[airshipper::cli:157][INFO] [Veloren] jack server is not running or cannot be started
[airshipper::cli:157][INFO] [Veloren] JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
[airshipper::cli:157][INFO] [Veloren] JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
[airshipper::cli:157][INFO] [Veloren] ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
[airshipper::cli:157][INFO] [Veloren] ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
[airshipper::cli:157][INFO] [Veloren] thread 'main' panicked at 'failed to configure swap chain on creation: Swapchain can't be created for an unknown reason', /root/.cargo/git/checkouts/wgpu-53e70f8674b08dd4/a92b854/wgpu-core/src/device/mod.rs:4541:29
[airshipper::cli:157][INFO] [Veloren] stack backtrace:
[airshipper::cli:157][INFO] [Veloren]    0:     0x56403a0afb91 - std::backtrace_rs::backtrace::libunwind::trace::h939d3743a8b21a10
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5
[airshipper::cli:157][INFO] [Veloren]    1:     0x56403a0afb91 - std::backtrace_rs::backtrace::trace_unsynchronized::ha4a90ff774c16a42
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[airshipper::cli:157][INFO] [Veloren]    2:     0x56403a0afb91 - std::sys_common::backtrace::_print_fmt::h91737d9294627e79
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:66:5
[airshipper::cli:157][INFO] [Veloren]    3:     0x56403a0afb91 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h10fe8bd9ff48e1b2
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:45:22
[airshipper::cli:157][INFO] [Veloren]    4:     0x564039a6ab1c - core::fmt::write::h2f1ffef1b8b3ecdb
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/core/src/fmt/mod.rs:1194:17
[airshipper::cli:157][INFO] [Veloren]    5:     0x56403a081f24 - std::io::Write::write_fmt::ha677b091a1b8cd93
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/io/mod.rs:1655:15
[airshipper::cli:157][INFO] [Veloren]    6:     0x56403a0b0ed6 - std::sys_common::backtrace::_print::h5ea24d25e5051738
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:48:5
[airshipper::cli:157][INFO] [Veloren]    7:     0x56403a0b0ed6 - std::sys_common::backtrace::print::h5321ac51bc2d07aa
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:35:9
[airshipper::cli:157][INFO] [Veloren]    8:     0x56403a0b0ed6 - std::panicking::default_hook::{{closure}}::h227bbb1b5187ba3a
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:295:22
[airshipper::cli:157][INFO] [Veloren]    9:     0x56403a0b0b5c - std::panicking::default_hook::he030e42f064b493d
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:314:9
[airshipper::cli:157][INFO] [Veloren]   10:     0x5640399d61f0 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha826767dcb946c45
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/alloc/src/boxed.rs:1880:9
[airshipper::cli:157][INFO] [Veloren]   11:     0x5640399d61f0 - veloren_voxygen::main::{{closure}}::h8034a38cff32609d
[airshipper::cli:157][INFO] [Veloren]                                at /builds/veloren/veloren/voxygen/src/main.rs:171:9
[airshipper::cli:157][INFO] [Veloren]   12:     0x56403a0b1c03 - std::panicking::rust_panic_with_hook::h3cf1e389ae2148cd
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:702:17
[airshipper::cli:157][INFO] [Veloren]   13:     0x56403a0b1a02 - std::panicking::begin_panic_handler::{{closure}}::h0a5f32b79c6e3a95
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:588:13
[airshipper::cli:157][INFO] [Veloren]   14:     0x56403a0b1976 - std::sys_common::backtrace::__rust_end_short_backtrace::h6d640bca5165509c
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:138:18
[airshipper::cli:157][INFO] [Veloren]   15:     0x56403a0b1932 - rust_begin_unwind
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/panicking.rs:584:5
[airshipper::cli:157][INFO] [Veloren]   16:     0x5640398d11d2 - core::panicking::panic_fmt::h1c34501c4b8544a1
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/core/src/panicking.rs:142:14
[airshipper::cli:157][INFO] [Veloren]   17:     0x56403b74e7eb - <wgpu::backend::direct::Context as wgpu::Context>::device_create_swap_chain::h694cd912780adaee
[airshipper::cli:157][INFO] [Veloren]   18:     0x56403ac47178 - veloren_voxygen::render::renderer::Renderer::new::h559b426bb0eeafc0
[airshipper::cli:157][INFO] [Veloren]                                at /builds/veloren/veloren/voxygen/src/render/renderer.rs:350:26
[airshipper::cli:157][INFO] [Veloren]   19:     0x56403aa9b009 - veloren_voxygen::window::Window::new::hfcbc7ba032042f64
[airshipper::cli:157][INFO] [Veloren]                                at /builds/veloren/veloren/voxygen/src/window.rs:429:24
[airshipper::cli:157][INFO] [Veloren]   20:     0x5640399d3584 - veloren_voxygen::main::h08e09c505a156b20
[airshipper::cli:157][INFO] [Veloren]                                at /builds/veloren/veloren/voxygen/src/main.rs:242:42
[airshipper::cli:157][INFO] [Veloren]   21:     0x56403b2383e3 - core::ops::function::FnOnce::call_once::hc64a80bb6712c746
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/core/src/ops/function.rs:248:5
[airshipper::cli:157][INFO] [Veloren]   22:     0x56403b2383e3 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7eea5ea2b6659fd9
[airshipper::cli:157][INFO] [Veloren]                                at /rustc/18f314e7027fe7084aaab8620c624a0d7bd29e70/library/std/src/sys_common/backtrace.rs:122:18
[airshipper::cli:157][INFO] [Veloren]   23:     0x5640399d6650 - main
[airshipper::cli:157][INFO] [Veloren]   24:     0x7f0e7fb00310 - __libc_start_call_main
[airshipper::cli:157][INFO] [Veloren]   25:     0x7f0e7fb003c1 - __libc_start_main@GLIBC_2.2.5
[airshipper::cli:157][INFO] [Veloren]   26:     0x5640399cd79a - _start
[airshipper::cli:157][INFO] [Veloren]   27:                0x0 - <unknown>
[airshipper::cli:158][INFO] Veloren exited with signal: 6 (core dumped)
@YourSandwich
Copy link

YourSandwich commented Jan 31, 2023

Same issue with the Version from the Webpage. And AMD GPU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants