w23 / xash3d-fwgs

Vulkan Ray Tracing fork of Xash3D FWGS engine. Intended to be merged into master at some point in the future.
160 stars 16 forks source link

vk:tex:blue noise #702

Closed ils8 closed 5 months ago

ils8 commented 5 months ago

ref vk

./waf configure -8 etc etc as per wiki ./waf install gdb --args ./xash3d -ref vk -dev 3 +mapc0a0

[00:24:20] Error: vk/tex: Couldn't load precomputed blue noise texture 'bluenoise/LDR_RGBA_0.png' [00:24:20] Error: vk/tex: Generating bad quality regular noise textures as a fallback for blue noise textures

[is@android build]$ gdb --args ./xash3d -ref vk -dev 3 +map c0a0 GNU gdb (GDB) 13.1 Copyright (C) 2023 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-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: https://www.gnu.org/software/gdb/bugs/. 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 ./xash3d... (gdb) r Starting program: /home/is/Desktop/projects/git/xash3d-fwgs-vulkan/xash3d-fwgs/build/xash3d -ref vk -dev 3 +map c0a0 [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [00:24:14] Console initialized. [New Thread 0x7ffff60926c0 (LWP 3064)] [00:24:14] filesystem_stdio: custom pool allocation functions found [00:24:14] filesystem_stdio: custom memory allocation functions found [00:24:14] filesystem_stdio: custom platform-specific functions found [00:24:14] FS_LoadProgs: filesystem_stdio successfully loaded [00:24:14] /home/is/Desktop/projects/git/xash3d-fwgs-vulkan/xash3d-fwgs/build is working directory now [00:24:14] Adding directory: ./ [00:24:14] FS_Init: done [00:24:14] FS_LoadGameInfo( valve ) [00:24:14] FS_Rescan( Half-Life ) [00:24:14] FS_AddGameHierarchy: adding recursive basedir valve [00:24:14] Adding directory: valve/downloaded/ [00:24:14] Adding zipfile: valve/extras.pk3 (103 files) [00:24:14] Adding wadfile: valve/cached.wad (2 files) [00:24:14] Adding wadfile: valve/decals.wad (222 files) [00:24:14] Adding wadfile: valve/fonts.wad (3 files) [00:24:14] Adding wadfile: valve/gfx.wad (7 files) [00:24:14] Adding wadfile: valve/halflife.wad (3116 files) [00:24:14] Adding wadfile: valve/liquids.wad (32 files) [00:24:14] Adding wadfile: valve/spraypaint.wad (14 files) [00:24:14] Adding wadfile: valve/xeno.wad (264 files) [00:24:14] Adding directory: valve/ [00:24:14] Adding directory: valve/custom/ [00:24:14] InitDecals: 222 decals [00:24:14] Joystick: SDL GameController API [New Thread 0x7ffff51ff6c0 (LWP 3067)] [00:24:14] IN_TouchInit() [00:24:14] Base networking initialized. [00:24:14] Cannot load xashcomm.lst [00:24:14] Error: can't initialize dlls/hl_amd64.so: Failed to find library dlls/hl_amd64.so dlls/hl_amd64.so: cannot open shared object file: No such file or directory [00:24:14] couldn't exec video.cfg [00:24:14] Loading renderer: vk -> libref_vk.so [00:24:14] couldn't exec vk.cfg [00:24:14] R_ChangeDisplaySettings: Setting video mode to 1920x1080 windowed [00:24:19] Error: VK NOT_IMPLEMENTED(x0): R_SetDisplayTransform (0, 0, 0, 1.000000, 1.000000) [00:24:19] Vulkan version 1.3.246 [00:24:19] Requesting instance extensions: 2 [00:24:19] 0: VK_KHR_surface [00:24:19] 1: VK_KHR_xlib_surface [Detaching after fork from child process 3088] [New Thread 0x7fffe63ff6c0 (LWP 3103)] [New Thread 0x7fffe5abd6c0 (LWP 3104)] MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0 [00:24:20] Have 3 devices: [00:24:20] 0: 10de:134d 2 NVIDIA GeForce 940MX 530.164.192 1.3.236 [00:24:20] Queue 0/2 present: 1 graphics: 1 compute: 1 [00:24:20] Supported device extensions: 130 [00:24:20] VK_KHR_swapchain: 0.0.70 [00:24:20] VK_KHR_acceleration_structure: N/A [00:24:20] VK_KHR_ray_tracing_pipeline: N/A [00:24:20] VK_KHR_deferred_host_operations: N/A [00:24:20] VK_KHR_ray_query: N/A [00:24:20] VK_NV_device_diagnostic_checkpoints: 0.0.2 [00:24:20] VK_NV_device_diagnostics_config: 0.0.2 [00:24:20] VK_EXT_calibrated_timestamps: 0.0.2 [00:24:20] Anistoropy supported: 1 [00:24:20] Error: Extension VK_KHR_acceleration_structure is not supported [00:24:20] Error: Extension VK_KHR_ray_tracing_pipeline is not supported [00:24:20] Error: Extension VK_KHR_deferred_host_operations is not supported [00:24:20] Error: Extension VK_KHR_ray_query is not supported [00:24:20] Ray tracing supported: 0 [00:24:20] NV checkpoints supported: 0 [00:24:20] 1: 8086:5916 1 Intel(R) HD Graphics 620 (KBL GT2) 23.0.3 1.3.238 [00:24:20] Queue 0/1 present: 1 graphics: 1 compute: 1 [00:24:20] Supported device extensions: 128 [00:24:20] VK_KHR_swapchain: 0.0.70 [00:24:20] VK_KHR_acceleration_structure: N/A [00:24:20] VK_KHR_ray_tracing_pipeline: N/A [00:24:20] VK_KHR_deferred_host_operations: 0.0.4 [00:24:20] VK_KHR_ray_query: N/A [00:24:20] VK_NV_device_diagnostic_checkpoints: N/A [00:24:20] VK_NV_device_diagnostics_config: N/A [00:24:20] VK_EXT_calibrated_timestamps: 0.0.2 [00:24:20] Anistoropy supported: 1 [00:24:20] Error: Extension VK_KHR_acceleration_structure is not supported [00:24:20] Error: Extension VK_KHR_ray_tracing_pipeline is not supported [00:24:20] Error: Extension VK_KHR_ray_query is not supported [00:24:20] Ray tracing supported: 0 [00:24:20] NV checkpoints supported: 0 [00:24:20] 2: 8086:5916 1 Intel(R) HD Graphics 620 (KBL GT2) 22.1.99 1.3.211 [00:24:20] Queue 0/1 present: 1 graphics: 1 compute: 1 [00:24:20] Supported device extensions: 117 [00:24:20] VK_KHR_swapchain: 0.0.70 [00:24:20] VK_KHR_acceleration_structure: N/A [00:24:20] VK_KHR_ray_tracing_pipeline: N/A [00:24:20] VK_KHR_deferred_host_operations: 0.0.4 [00:24:20] VK_KHR_ray_query: N/A [00:24:20] VK_NV_device_diagnostic_checkpoints: N/A [00:24:20] VK_NV_device_diagnostics_config: N/A [00:24:20] VK_EXT_calibrated_timestamps: 0.0.2 [00:24:20] Anistoropy supported: 1 [00:24:20] Error: Extension VK_KHR_acceleration_structure is not supported [00:24:20] Error: Extension VK_KHR_ray_tracing_pipeline is not supported [00:24:20] Error: Extension VK_KHR_ray_query is not supported [00:24:20] Ray tracing supported: 0 [00:24:20] NV checkpoints supported: 0 [00:24:20] Trying device #0: 10de:134d 2 NVIDIA GeForce 940MX 530.164.192 1.3.236 [00:24:20] Memory heaps: 3 [00:24:20] 0: size=2048Mb used=0Mb avail=2002Mb device_local=1 [00:24:20] 1: size=5890Mb used=0Mb avail=5890Mb device_local=0 [00:24:20] 2: size=246Mb used=1Mb avail=245Mb device_local=1 [00:24:20] Memory types: 11 [00:24:20] 0: bit=0x1 heap=1 flags=..... [00:24:20] 1: bit=0x2 heap=1 flags=..... [00:24:20] 2: bit=0x4 heap=1 flags=..... [00:24:20] 3: bit=0x8 heap=1 flags=..... [00:24:20] 4: bit=0x10 heap=1 flags=..... [00:24:20] 5: bit=0x20 heap=1 flags=..... [00:24:20] 6: bit=0x40 heap=1 flags=..... [00:24:20] 7: bit=0x80 heap=0 flags=D.... [00:24:20] 8: bit=0x100 heap=1 flags=.VC.. [00:24:20] 9: bit=0x200 heap=1 flags=.VC$. [00:24:20] 10: bit=0x400 heap=2 flags=DVC.. [New Thread 0x7fffe52bc6c0 (LWP 3105)] [New Thread 0x7fffe4abb6c0 (LWP 3106)] [New Thread 0x7fffd7fff6c0 (LWP 3107)] [New Thread 0x7fffd757e6c0 (LWP 3108)] [00:24:20] Warning: Function vkCmdSetCheckpointNV was not loaded [00:24:20] Warning: Function vkGetQueueCheckpointDataNV was not loaded [00:24:20] Supported surface present modes: 2 [00:24:20] 0: VK_PRESENT_MODE_FIFO_KHR (2) [00:24:20] 1: VK_PRESENT_MODE_IMMEDIATE_KHR (0) [00:24:20] Supported surface formats: 2 [00:24:20] 0: VK_FORMAT_B8G8R8A8_UNORM(44) VK_COLOR_SPACE_SRGB_NONLINEAR_KHR(0) [00:24:20] 1: VK_FORMAT_B8G8R8A8_SRGB(50) VK_COLOR_SPACE_SRGB_NONLINEAR_KHR(0) [00:24:20] Creating swapchain 1920x1080 min_count=3 (extent 1920x1080) [00:24:20] Warning: FS_LoadImage: couldn't load "bluenoise/LDR_RGBA_0" [00:24:20] Error: vk/tex: Couldn't load precomputed blue noise texture 'bluenoise/LDR_RGBA_0.png' [00:24:20] Error: vk/tex: Generating bad quality regular noise textures as a fallback for blue noise textures [00:24:20] Renderer libref_vk.so initialized [00:24:20] UI_LoadProgs: extended Menu API found [00:24:20] UI_LoadProgs: extended Menu API initialized [00:24:20] UI_ApplyCustomColors: colors.lst not found [00:24:20] Warning: FS_LoadImage: couldn't load "gfx/shell/splash" [00:24:21] Rendering Trebuchet MS(36, 500) took 0.038035 seconds [00:24:21] Rendering Trebuchet MS(28, 500) took 0.012470 seconds [00:24:21] Rendering Trebuchet MS(56, 500) took 0.049245 seconds [00:24:21] Rendering Trebuchet MS(36, 1000) took 0.021221 seconds [00:24:21] Rendering Trebuchet MS(36, 1000) took 0.021923 seconds [00:24:21] Rendering Trebuchet MS(36, 1000) took 0.045444 seconds [00:24:21] Rendering Tahoma(25, 500) took 0.013366 seconds [New Thread 0x7fffb7e3c6c0 (LWP 3114)] [New Thread 0x7fffb3dfb6c0 (LWP 3115)] [00:24:21] Using SDL audio driver: pulseaudio @ 44100 Hz [New Thread 0x7fffb35fa6c0 (LWP 3117)] [00:24:21] Note: VoiceCapture_Init: capture device creation success (3: (null)) [00:24:21] vgui_support: not found

Thread 1 "xash3d" received signal SIGINT, Interrupt. 0x00007ffff7a9f26c in ?? () from /usr/lib/libc.so.6