Doom 2016 ( Vulkan problem)

Questions about Wine on Linux
Locked
User avatar
Leopard
Level 2
Level 2
Posts: 36
Joined: Sun Apr 23, 2017 9:29 am

Doom 2016 ( Vulkan problem)

Post by Leopard »

So i've installed the game and opened it. It was running on OpengL 4.5 and i decided to try Vulkan. So i went into settings and opened Vulkan then game stopped and never ran again.
That is the output of Wine 2.17 Staging gave me on terminal:

Code: Select all

fixme:ver:GetCurrentPackageId (0x33e350 (nil)): stub
err:winediag:init_vulkan failed to load libvulkan.so, no 
support for vulkan
err:module:attach_process_dlls "vulkan.dll" failed to 
initialize, aborting
err:module:LdrInitializeThunk Main exe initialization
So it says it couldn't find Vulkan support. However my rig is Vulkan supported and i was running some games with RPCS3 emulator on Vulkan.
My gpu is GTX 1050 4 GB ( notebook ) and my driver is 384.90
I'm running Nvidia Prime , not Bumblebee

These are my specs:

Code: Select all

System:    Host: asus-GL553VD Kernel: 4.10.0-35-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.4.6 (Gtk 3.18.9-1ubuntu3.3)
           Distro: Linux Mint 18.2 Sonya
Machine:   System: ASUSTeK (portable) product: GL553VD v: 1.0
           Mobo: ASUSTeK model: GL553VD v: 1.0
           Bios: American Megatrends v: GL553VD.302 date: 03/06/2017
CPU:       Quad core Intel Core i7-7700HQ (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 22464
           clock speeds: max: 3800 MHz 1: 899 MHz 2: 899 MHz 3: 899 MHz
           4: 899 MHz 5: 899 MHz 6: 899 MHz 7: 899 MHz 8: 899 MHz
Graphics:  Card-1: Intel Device 591b bus-ID: 00:02.0
           Card-2: NVIDIA Device 1c8d bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 driver: nvidia
           Resolution: [email protected]
           GLX Renderer: GeForce GTX 1050/PCIe/SSE2
           GLX Version: 4.5.0 NVIDIA 384.90 Direct Rendering: Yes
Audio:     Card Intel Device a171 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.10.0-35-generic
Network:   Card-1: Intel Wireless 7265 driver: iwlwifi bus-ID: 02:00.0
           IF: wlp2s0 state: up mac: <filter>
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: d000 bus-ID: 03:00.0
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 1128.2GB (35.0% used)
           ID-1: /dev/sda model: SanDisk_SD8SN8U1 size: 128.0GB
           ID-2: /dev/sdb model: HGST_HTS541010A9 size: 1000.2GB
Partition: ID-1: / size: 118G used: 8.4G (8%) fs: ext4 dev: /dev/sda2
           ID-2: /home size: 917G used: 360G (42%) fs: ext4 dev: /dev/sdb1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 50.0C mobo: N/A gpu: 0.0:42C
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 269 Uptime: 4 min Memory: 993.0/7862.4MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
User avatar
Leopard
Level 2
Level 2
Posts: 36
Joined: Sun Apr 23, 2017 9:29 am

Re: Doom 2016 ( Vulkan problem)

Post by Leopard »

Solved!

Thanks to Reddit user Guy1524 i'm able to run this game with Vulkan.

Turns out i was missing ibvulkan1, libvulkan1:i386, and vulkan-utils packages.

If there any newbies like me suffering from the same problem , just run these on terminal:

Code: Select all

sudo apt-get install libvulkan1
sudo apt-get install libvulkan1:i386
sudo apt-get install vulkan-utils
That is the screenshot:

https://i.hizliresim.com/o6ZRYq.png
Locked