Search the Community
Showing results for tags 'vulkan'.
-
[SOLVED] After Updating to 2.19.1 on linux. Editor couldn't starting
evgen2023 posted a topic in General
Log on start: $ ./launch_editor.sh Third-Party Notices: https://developer.unigine.com/docs/2.19/third_party ---- Configs ---- Loading boot config "/home/seakg/develop/unigine-plugins/Sea5kgStoneGenerator_editorplugin.git/data/configs/editor.boot"... Loading user config "/home/seakg/develop/unigine-plugins/Sea5kgStoneGenerator_editorplugin.git/data/configs/default.user"... Using config file "configs/default.config" Using boot config file "configs/editor.boot" Using user config file "configs/default.user" Using controls config file "configs/default.controls" ---- Engine ---- Version: 2.19.0.3 Release Float ver-2.19.1-ef94da6 Dec 26 2024 (2.19.1 SDK) Binary: Linux x86_64 Release Compiler(GCC 8.3.0) Features: Vulkan OpenAL VR OpenVR OpenXR SplashScreen FloatCoords HalfTexCoords Release ---- OS ---- Linux 5.15.0-52-generic x86_64 ---- CPU ---- Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz Extensions: MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 AVX HTT Frequency: 3000MHz Cores: 6 Threads : 6 RAM: 31.3GB ---- GPU ---- GPU 0 Active : llvmpipe (LLVM 15.0.7, 256 bits) Memory:32018MB Type:Other Vendor:Unknown CommonHeaps:false Priority:31 LUID:0000000000000000 DeviceID:00000000 Driver:Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7) GPU 1 : NVIDIA GeForce GTX 1660 Ti Memory:24014MB Type:Unsupported Vendor:NVidia CommonHeaps:false Priority:32 LUID:0000000000002182 DeviceID:00002182 Driver:470.256.02 GAPI: Vulkan 1.3 ---- Application ---- ---- System Proxy ---- SystemProxy initialization (Time: 0.0ms, Memory: 0B) ---- VR ---- VR initialization (Time: 0.0ms, Memory: 0B) ---- Render ---- Unigine fatal error: VkExt::init(): Failed to initialize GPU Adapter - GPU Adapter doesn't have additional queue family with transfer Shutdown It worked fine before on 2.18.1. But I haven't launched it through Vulkan before (I think). 1. libtinfo5 - installed 2. nvidia-smi $ nvidia-smi Fri Feb 14 00:06:20 2025 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 470.256.02 Driver Version: 470.256.02 CUDA Version: 11.4 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 NVIDIA GeForce ... Off | 00000000:01:00.0 On | N/A | | 27% 37C P8 15W / 120W | 718MiB / 5944MiB | 3% Default | | | | N/A | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 4804 G /usr/lib/xorg/Xorg 325MiB | | 0 N/A N/A 4972 G /usr/bin/gnome-shell 56MiB | | 0 N/A N/A 6850 G ...1/usr/lib/firefox/firefox 176MiB | | 0 N/A N/A 11236 G .../usr/bin/telegram-desktop 1MiB | | 0 N/A N/A 11640 G ...token=7706943046608385546 127MiB | | 0 N/A N/A 13494 G ...wser2/browser2/SdkBrowser 24MiB | | 0 N/A N/A 21577 G /usr/bin/nvidia-settings 2MiB | +-----------------------------------------------------------------------------+ lshw -C display # lshw -C display *-display описание: VGA compatible controller продукт: TU116 [GeForce GTX 1660 Ti] производитель: NVIDIA Corporation физический ID: 0 сведения о шине: pci@0000:01:00.0 версия: a1 разрядность: 64 bits частота: 33MHz возможности: pm msi pciexpress vga_controller bus_master cap_list rom конфигурация: driver=nvidia latency=0 ресурсы: IRQ:145 память:a3000000-a3ffffff память:90000000-9fffffff память:a0000000-a1ffffff ioport:3000(размер=128) память:c0000-dffff Can you help me please how to start editor / engine on linux (Ubuntu 22.04.5) -
Engine Crashes When Soft-Restarting The Engine With Shutdown() And Init()
sidneytowers posted a topic in Bug Reports
This is an issue with DirectX12 and Vulkan only, presumably due to their multi-threaded rendering implementation. With the following code within the main function, the engine properly resets with DirectX11, but crashes for both DirectX12 and Vulkan, but with different crash errors as can be seen after the main code in this post. As hinted at, these kinds of crashes or freezes do not occur with DirectX11, which restarts as it should. // const Engine::InitParameters init_parameters; // UnigineLogic AppSystemLogic system_logic; AppWorldLogic world_logic; AppEditorLogic editor_logic; // init engine Unigine::EnginePtr engine(init_parameters, argc, argv); // RestartEngine: // enter main loop engine->main(&system_logic, &world_logic, &editor_logic); // if (IsResetting) { IsResetting = false; engine.shutdown(); engine.init(init_parameters, argc, argv); goto RestartEngine; } // return 0; Vulkan: Assertion failed: index < size_t(length) && "Vector::operator[]: bad index", file D:\BA\work\fb3821776bc41fe5\include\UnigineVector.h, line 1085 DirectX12: Usually freezes, but occasionly crashes with the following error instead: Unhandled exception (Access Violation Executing Location 0x00000245C7A42840) thrown in RenderShadows::CPUShaderRenderShadowsAsync::process(int thred_num, int threds_count) Line 2271 -
Hi, I'm not able to run examples with Vulkan... getting the following error... I'm using Unigine 2.16.1 (community) on Ubuntu 22.04... what am I missing? Thanks ---- GPU Detection ---- GPU 0: NVIDIA GeForce GTX 1650 4096 MB (Active) GPU 1: llvmpipe (LLVM 13.0.1, 128 bits) 2048 MB ---- System ---- OS: Linux 5.17.0-1020-oem x86_64 CPU: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz Frequency: 2670MHz Extensions: MMX SSE SSE2 SSE3 SSSE3 SSE41 SSE42 HTT Cores:8 Threads:8 System memory: 17983 MB Sync threads: 7 Async threads: 8 GPU: NVIDIA GeForce GTX 1650 Video memory: 4096 MB ---- Application ---- ---- System Proxy ---- ---- Render ---- VkWrapper::init(): can't load "libdxcompiler.so.3.7" library libtinfo.so.5: cannot open shared object file: No such file or directory Unigine fatal error: Can't initialize Vulkan wrapper
-
Hi Unigine team, Please see the pictures, according to my system hardware specs, in SDK browser version 2.0.5, I have selected & applied DirectX 12 and Vulkan but still run DirectX 11 in Unigine 2.16??!! why does not work!? Is support my graphics card DirectX 12 & Vulkan API ??