godlikepanos / anki-3d-engine

AnKi 3D Engine - Vulkan backend, modern renderer, scripting, physics and more

Home Page:http://www.anki3d.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiling errors when using cmake 3.20

WilliamWangPeng opened this issue · comments

Hi, dear expert, when I installed cmake 3.20,
$ mkdir build
$ cd build
$ cmake ..
it can not show the Makefile, the errors are
Building for linux
CMake error at CMakeLists.txt:179(if):
if given arguments:

"STREQUAL" "RELEASE"

Unknown arguments specified.

--configuring incomplete, errors occurred!

thank you
Best Regards
William

Hi. You need to run cmake using cmake .. -DCMAKE_BUILD_TYPE=Release or cmake .. -DCMAKE_BUILD_TYPE=Debug.

Hi. You need to run cmake using cmake .. -DCMAKE_BUILD_TYPE=Release or cmake .. -DCMAKE_BUILD_TYPE=Debug.

thank you dear godlikepanos
I have compiled now but when I run
$ ./build/Sponza
or

$ ./build/SimpleScene
the errors are here:
image

thank you
Best Regards
William

Hi. You need to run cmake using cmake .. -DCMAKE_BUILD_TYPE=Release or cmake .. -DCMAKE_BUILD_TYPE=Debug.

by the way, I installed VulKan
1615875200(1)

Hi William. These are not errors, they are log messages. The errors are colored red (and sometimes white).

Try to run the samples from the root directory of AnKi like this:

$cd ~/tools/3d/example25/anki-3d-engine
$./build/Bin/Sponza

Hi William. These are not errors, they are log messages. The errors are colored red (and sometimes white).

Try to run the samples from the root directory of AnKi like this:

$cd ~/tools/3d/example25/anki-3d-engine
$./build/Bin/Sponza

hi dear godlikepanos
When I run
build/Bin$ ./Sponza

It shows this:
1

2

do you know why? did I miss something?

thank you
Best Regards
William

hmm interesting. Is it possible to build with:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DANKI_EXTRA_CHECKS=ON
Then run again and hopefully that will show why there is a segfault

hmm interesting. Is it possible to build with:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DANKI_EXTRA_CHECKS=ON
Then run again and hopefully that will show why there is a segfault

hi dear @godlikepanos godlikepanos
I have done $ cmake .. -DCMAKE_BUILD_TYPE=Debug -DANKI_EXTRA_CHECKS=ON

the pictures:
3

4

history

the output log is here:

wangpeng@dacent:~/tools/3d/example25/example25/anki-3d-engine/build/Bin$ ./SimpleScene
[I][CORE][7f4ef30cf180] Using settings dir "/home/wangpeng/.anki" (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Core/App.cpp:500 initDirs)
[I][CORE][7f4ef30cf180] Initializing application (version 0.1, NOT optimized, dbg symbols, extra checks, compiler gcc 7.5.0, build date Mar 17 2021, commit 36cfee2a3) (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Core/App.cpp:342 initInternal)
[I][CORE][7f4ef30cf180] Number of main threads: 24 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Core/App.cpp:355 initInternal)
[I][CORE][7f4ef30cf180] Creating SDL window. SDL version 2.0 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Core/NativeWindowSdl.cpp:39 init)
[I][CORE][7f4ef30cf180] SDL window created (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Core/NativeWindowSdl.cpp:105 init)
[I][VK  ][7f4ef30cf180] Initializing Vulkan backend (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:104 initInternal)
[I][VK  ][7f4ef30cf180] Found the following instance extensions: (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:277 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_device_group_creation (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_display (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_fence_capabilities (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_memory_capabilities (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_semaphore_capabilities (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_get_physical_device_properties2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_get_surface_capabilities2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_xcb_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_xlib_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_acquire_xlib_display (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_debug_report (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_debug_utils (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_direct_mode_display (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_display_surface_counter (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:280 initInstance)
[I][VK  ][7f4ef30cf180] Will enable the following instance extensions: (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:321 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:324 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_xcb_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:324 initInstance)
[I][VK  ][7f4ef30cf180]     VK_KHR_xlib_surface (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:324 initInstance)
[I][VK  ][7f4ef30cf180]     VK_EXT_debug_report (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:324 initInstance)
[I][VK  ][7f4ef30cf180] Number of physical devices: 2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:373 initInstance)
[I][VK  ][7f4ef30cf180] GPU is Tesla P100-PCIE-16GB. Vendor identified as NVIDIA (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:412 initInstance)
[I][VK  ][7f4ef30cf180] Number of queue families: 2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:438 initDevice)
[I][VK  ][7f4ef30cf180] Found the following device extensions: (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:495 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_16bit_storage (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_8bit_storage (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_bind_memory2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_buffer_device_address (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_copy_commands2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_create_renderpass2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_dedicated_allocation (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_depth_stencil_resolve (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_descriptor_update_template (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_device_group (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_draw_indirect_count (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_driver_properties (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_fence (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_fence_fd (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_memory (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_memory_fd (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_semaphore (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_external_semaphore_fd (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_get_memory_requirements2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_image_format_list (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_imageless_framebuffer (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_maintenance1 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_maintenance2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_maintenance3 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_multiview (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_pipeline_executable_properties (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_push_descriptor (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_relaxed_block_layout (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_sampler_mirror_clamp_to_edge (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_sampler_ycbcr_conversion (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_separate_depth_stencil_layouts (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_atomic_int64 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_clock (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_draw_parameters (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_float16_int8 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_float_controls (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_non_semantic_info (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_subgroup_extended_types (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_shader_terminate_invocation (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_spirv_1_4 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_storage_buffer_storage_class (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_swapchain (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_swapchain_mutable_format (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_timeline_semaphore (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_uniform_buffer_standard_layout (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_variable_pointers (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_vulkan_memory_model (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_4444_formats (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_blend_operation_advanced (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_buffer_device_address (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_calibrated_timestamps (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_conditional_rendering (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_conservative_rasterization (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_custom_border_color (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_depth_clip_enable (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_depth_range_unrestricted (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_descriptor_indexing (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_discard_rectangles (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_display_control (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_extended_dynamic_state (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_external_memory_host (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_fragment_shader_interlock (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_global_priority (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_host_query_reset (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_image_robustness (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_index_type_uint8 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_inline_uniform_block (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_line_rasterization (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_memory_budget (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_pci_bus_info (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_pipeline_creation_cache_control (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_pipeline_creation_feedback (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_post_depth_coverage (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_private_data (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_robustness2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_sample_locations (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_sampler_filter_minmax (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_scalar_block_layout (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_separate_stencil_usage (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_atomic_float (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_demote_to_helper_invocation (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_image_atomic_int64 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_subgroup_ballot (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_subgroup_vote (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_shader_viewport_index_layer (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_subgroup_size_control (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_texel_buffer_alignment (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_tooling_info (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_transform_feedback (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_vertex_attribute_divisor (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_EXT_ycbcr_image_arrays (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_coverage_reduction_mode (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_dedicated_allocation (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_dedicated_allocation_image_aliasing (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_device_diagnostic_checkpoints (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_device_diagnostics_config (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_device_generated_commands (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_fill_rectangle (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_fragment_coverage_to_color (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_framebuffer_mixed_samples (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_geometry_shader_passthrough (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_ray_tracing (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_sample_mask_override_coverage (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_shader_sm_builtins (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_shader_subgroup_partitioned (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_viewport_array2 (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NV_viewport_swizzle (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180]     VK_NVX_multiview_per_view_attributes (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:498 initDevice)
[I][VK  ][7f4ef30cf180] Will enable the following device extensions: (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:552 initDevice)
[I][VK  ][7f4ef30cf180]     VK_KHR_swapchain (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:555 initDevice)
[I][VK  ][7f4ef30cf180] Robust buffer access is disabled (/home/wangpeng/tools/3d/example25/example25/anki-3d-engine/AnKi/Gr/Vulkan/GrManagerImpl.cpp:570 initDevice)
Segmentation fault (core dumped)  

Hi. I'm not sure what might be wrong to be honest. Maybe you can run it through GDB to see where the segmetation fault happens. Or you can checkout the svgf branch which prints some info when a segmetation fault happens and it's more up to date.

Sorry for the inconvenience