Skip to content

Instantly share code, notes, and snippets.

@d-kja
Last active May 7, 2026 06:32
Show Gist options
  • Select an option

  • Save d-kja/74633df5f2d6e55cb2a77c3f9d6acece to your computer and use it in GitHub Desktop.

Select an option

Save d-kja/74633df5f2d6e55cb2a77c3f9d6acece to your computer and use it in GitHub Desktop.
Installing NIKKE under Linux

Running NIKKE on Linux

This guide covers five methods for running NIKKE on Linux using Wine/Proton:

Path 1: DW Proton Path 2: Miniloader Path 3: Lutris Path 4: DW Launcher Path 5: Windows + Steam (Old - use DWProton with Steam instead)
Needs Windows No No No No Yes (initial install + every update)
Update process Updates through the launcher Updates through the launcher Updates through the launcher Updates through the launcher Re-download from Windows each time
Notes N/A Some updates might not work, so you will need to move update_files N/A N/A Avoid this path unless necessary, you don't need windows anymore, but you can use Steam just fine. Simply use Steam and DWProton, it just works.

Warning

Other launchers that support custom Wine runners (Steam, Heroic, Lutris, etc.) can also work, but this guide focuses on Bottles. Once I have some free time, I'll try to create a guide for every launcher to help you guys, but right now bear with me

And please read before assuming something, I've seen too many people saying that Steam isn't recommended. The only path that isn't recommended is Windows+Steam, not Steam by itself. Steam will work with DWProton and it's easy to setup, if you read the Windows+Steam path and strip the Windows part, you can use DWProton to download the game, and it will work. The reason it's not recommended anymore is because DWProton patched the download step, and it's now possible to download the game without Windows at all. So why am I keeping this path? It's still there as an option in case you can't get it running otherwise.


Requirements

Shared (all paths):


Path 1: DW Proton (Bottles)


Path 2: Miniloader (using Bottles)


Path 3: Lutris


Path 4: DW Launcher


Path 5: Windows + Steam

  • Access to a Windows machine
  • Steam (Linux) — you can use other launchers as well, Steam isn't necessarily the best option specially with the new DW Proton version.
  • DWPROTON or Proton GE
  • A USB drive or way to transfer files

Note

If you're planning to run the game on Steam, you don't need to follow this path down to the T, you can use this as a reference and exclude the Windows part by just using DWProton. Windows and Steam option should only be used in case you're fucking desperate and the other options didn't work.


Path 1: DW Proton (Bottles)

1. Install Bottles

Download Bottles via Flatpak or your distro's package manager (e.g., pacman, dnf, yum). Run it once to complete initial setup.

2. Install the DW Proton Runner

  1. Download DW Proton from here — select the latest release archive.
  2. Extract it: tar -xvf [DOWNLOADED_FILE].tar.xz
  3. Move the extracted folder to the Bottles runners directory:
    • Flatpak: mv [EXTRACTED_FOLDER] ~/.var/app/com.usebottles.bottles/data/bottles/runners/
    • Native package: mv [EXTRACTED_FOLDER] ~/.local/share/bottles/runners/

3. Create a Bottle (Wineprefix)

  1. Open Bottles
  2. Click Create in the top-right corner
  3. Select Gaming as the environment
  4. Select dwproton as the runner

If dwproton doesn't appear as a runner option, the runner wasn't placed in the correct directory.

4. Install Dependencies

  1. Navigate to Dependencies inside your new bottle
  2. Search for and install each of the following:
    • Required:
      • arial (minimal) or allfonts (if you're lazy)
    • Optional:
      • mfc42
      • vcredist2012
      • vcredist2022

5. Download and Install NIKKE

  1. Download the Windows installer from the official website
  2. In Bottles, click Run Executable and select the installer you downloaded
  3. Wait for the game to finish downloading

6. Add and Run the Launcher

  1. In Bottles, click Add Shortcuts and point it to: <prefix-path>/drive_c/NIKKE/Launcher/nikke_launcher.exe
  2. Run the launcher. If it doesn't start after a few seconds, stop it and try again — it may take a couple of attempts.

Path 2: Miniloader (Bottles)

1. Install Bottles

Download Bottles via Flatpak or your distro's package manager (e.g., pacman, dnf, yum). Run it once to complete initial setup.

2. Install the Miniloader Runner

  1. Download the miniloader from here — select wine-cachyos-miniloader-fonts-10.0-1-x86_64.tar.xz.
  2. Extract it: tar -xvf wine-cachyos-miniloader-fonts-10.0-1-x86_64.tar.xz
  3. Move the extracted folder to the Bottles runners directory:
    • Flatpak: mv [EXTRACTED_FOLDER] ~/.var/app/com.usebottles.bottles/data/bottles/runners/
    • Native package: mv [EXTRACTED_FOLDER] ~/.local/share/bottles/runners/

3. Create a Bottle (Wineprefix)

  1. Open Bottles
  2. Click Create in the top-right corner
  3. Select Gaming as the environment
  4. Select wine-cachyos as the runner

If wine-cachyos doesn't appear as a runner option, the miniloader wasn't placed in the correct directory.

4. Install Dependencies

  1. Navigate to Dependencies inside your new bottle
  2. Search for and install each of the following:
    • Required:
      • arial (minimal) or allfonts (if you're lazy)
    • Optional:
      • mfc42
      • vcredist2012
      • vcredist2022

5. Download and Install NIKKE

  1. Download the Windows installer from the official website
  2. In Bottles, click Run Executable and select the installer you downloaded
  3. Wait for the game to finish downloading

6. Add and Run the Launcher

  1. In Bottles, click Add Shortcuts and point it to: <prefix-path>/drive_c/NIKKE/Launcher/nikke_launcher.exe
  2. Run the launcher. If it doesn't start after a few seconds, stop it and try again — it may take a couple of attempts.

Note

A few screenshots to help with the steps: link


Path 3: Lutris

Script:

description: "Installs GODDESS OF VICTORY: NIKKE official launcher. Recommended to use dwproton-10.0-20"
game_slug: nikke
gogslug: ''
humblestoreid: ''
installer_slug: nikke-installer
name: "GODDESS OF VICTORY: NIKKE"
notes: "Installs GODDESS OF VICTORY: NIKKE's launcher."
runner: wine
script:
  files:
    - nikkeinstaller:
        filename: nikkeminiloader0.0.6.346.exe
        url: https://nikke-en.com/nikkeminiloader0.0.6.346.exe
  game:
    exe: drive_c/NIKKE/Launcher/nikke_launcher.exe
    prefix: $GAMEDIR
  installer:
    - task:
        arch: win64
        name: create_prefix
        prefix: $GAMEDIR
    - task:
        description: "Install Goddess of Victory: NIKKE's launcher, then close the prompt once installation is complete.\nAvoid launching the game from the installer."
        executable: nikkeinstaller
        name: wineexec
        prefix: $GAMEDIR
        env:
          PROTON_VERB: run
  system:
    env:
      GAMEID: umu-nikke
slug: nikke-installer
steamid: null
version: Nikke Installer
year: 2023

Path 4: DW Launcher

This path uses DW Launcher to handle the download, it's also maintained by DawnWinery.


Note

You can find the launcher here.


Path 5: Windows + Steam

1. Install the Game on Windows

  1. Download the Windows installer from the official website
  2. Install and download the full game (~22 GB)
  3. Copy the entire NIKKE folder to a USB drive or transfer it to your Linux machine
    • The folder is located inside drive_c

2. Set Up Steam

  1. On your Linux machine, download the launcher from the official website, add as a non-Steam game, and run it for the first time using steam.
  2. Find the wineprefix Steam created: ~/.steam/steam/steamapps/compatdata/
    • Non-Steam games will have a random 10-digit folder name. Sort by latest modified to find the right one.
  3. Copy the NIKKE folder (from Windows) into the drive_c directory inside that prefix
  4. Right-click the game in Steam → Properties → set the compatibility layer to Proton GE (or DWPROTON)

3. Configure Steam Launch Settings

  1. Go back to Properties on the game in Steam
  2. Update the executable path to point to the launcher inside the wineprefix: <prefix-path>/drive_c/NIKKE/Launcher/nikke_launcher.exe
  3. Disable Steam Overlay (recommended)

4. Launch the Game

  1. Launch through Steam — the NIKKE launcher will open
  2. Log in and start the game
    • You may need to start and cancel a few times

Note

When the game updates, you will need to re-download the updated game on Windows and repeat steps 1 and 3.


Known Issues & Troubleshooting

Startup Issues

  • The launcher may require multiple start/cancel attempts (3–10 times) before it opens due to a timeout issue.
  • Anti-cheat may complain from time to time, but restarting usually fixes it.

Minor Bugs

  • The launcher will never remember your password. You must re-enter it every time.
  • The game may forget your server region. You'll need to reselect it at launch occasionally.
  • When quitting, you may need to manually click Stop in Steam (Path 4) or stop the process in Bottles (Paths 1 & 2).

Notes

  • Using DWPROTON instead of Proton GE may reduce the frequency of restart issues (Path 4), but it's not bulletproof.

Tip

Both the patched miniloader and the DWPROTON was created by Dawn Winery, a group that helps with Linux patches for gacha games. If neither of the options worked for you, you can try following this guide: discord link.


Long-term Usage

  • The game has been tested with daily use and remains functional.
  • No bans have been reported, Dawn Winery group has been using their Proton and custom patches for quite a while without any issues.
@dangnguyen2910
Copy link
Copy Markdown

dangnguyen2910 commented May 1, 2026

Hello, I attempted on both Steam and Bottles methods. I got stuck at log in screen of the launcher after trying to log in. Does anyone know how to fix? I'm using dwproton.

EDIT: Nvm, I log in via Google with Steam launcher and it works.

Screenshot From 2026-05-01 19-21-26

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 2, 2026

@ConstanNight I've seen a lot of people complaining about this. It might be the latest DWProton version or DWProton itself. You could try using miniloader, or an older version might help. As for why this happens, I'm not sure myself, because it wasn't an issue until about a month or so

@HackTroz
Copy link
Copy Markdown

HackTroz commented May 2, 2026

image I have followed the first path with Bottles and DW Proton on the latest version. I'm on Debian 13, so maybe I am missing something that I don't know about (I've been on linux for about a month now). I've had some stuttering because of NVidia and Wayland, but switching to X11 seems to have solved it. Does anyone know what causes the videos to not play? (So far, I've only seen that error pop-up during event cutscenes)

same problem here but with faugus launcher
bukti2

@HackTroz
Copy link
Copy Markdown

HackTroz commented May 2, 2026

oh yeah but without wayland problem
Screenshot From 2026-05-02 12-02-25

@imzlupi
Copy link
Copy Markdown

imzlupi commented May 2, 2026

could anyone help me with this. ive tried a bunch of stuff, like changing to x11, using multiple versions of dwproton and tweaking the settings, the launcher works fine, however when i boot the game its just black but audio still plays.
Screenshot_20260502_102930

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 2, 2026

Hi buddies,

Does anyone encouters issue with the Video of last chapter event (TT star performance) as me ?
An error occured when the video should start (it says that a network issue occured but it's not as my games run well excepted for that video) then the textual story keeps on.

EDIT, i'm on the lutris path with DW PROTON LATEST

@LaAutista
Copy link
Copy Markdown

Just came back here cause I just updated today, and the update broke my install in bottles (idk how that happened), when reinstalling it, it just bugged out (not updating and stuck in updating),

Tried to Migrate to Heroic Launcher; its buggy and complicated there because of how they setup games,

Migrated to Faugus Launcher (which actually worked),

Screenshot_20260430_031646 Screenshot_20260502_024705 Screenshot_20260502_025006

Path: DW Proton (Faugus Launcher)

Assumes you already downloaded the latest NIKKE installer:
https://nikke-en.com/

1) Install Faugus Launcher

* Via Flatpak or your package manager (`pacman`, `dnf`, etc.)

2) Install DW-Proton Easiest method (recommended):

* Install ProtonPlus → https://protonplus.vysp3r.com/#download

* Open ProtonPlus

* Install **DW-Proton Latest**

* Close ProtonPlus

Faugus auto-detects it

3) Create Prefix (Wineprefix)

* Open Faugus → click `+`

* Type: Windows Game (default)

* Name: `Goddess of Victory NIKKE`

* Prefix:
  
  * Click 🔍 and choose location (e.g. game drive)
  * _(auto-filled, leave PATH blank for now)_

* Proton: **DW-Proton Latest**

* Shortcuts: optional

4) Winetricks (Dependencies)

* Go to **Tools → Winetricks**

* Select: _default wineprefix_

Fonts (Required):

* `arial` OR `allfonts`

DLLs (Optional but recommended):

* `mfc42`

* `vcredist2012` or `vcrun2012`

* `vcredist2022` or `vcrun2022`

Close Winetricks when done

5) Install NIKKE

* Tools tab → **RUN**

* Select installer `.exe`

* Wait for download/install

6) Add Launcher

* Back to Game/App tab

* PATH → 🔍 → select:
<prefix-path>/drive_c/NIKKE/Launcher/nikke_launcher.exe
* Enable shortcuts if needed → OK

DONE ✅ Launch via Faugus + DW-Proton

Life Saver! Thank you!

@ImRobot777
Copy link
Copy Markdown

image I have followed the first path with Bottles and DW Proton on the latest version. I'm on Debian 13, so maybe I am missing something that I don't know about (I've been on linux for about a month now). I've had some stuttering because of NVidia and Wayland, but switching to X11 seems to have solved it. Does anyone know what causes the videos to not play? (So far, I've only seen that error pop-up during event cutscenes)

i've had the exact same issue today : LUTRIS / DW PROTON LATEST / BAZZITE

@ImRobot777
Copy link
Copy Markdown

@ConstanNight I've seen a lot of people complaining about this. It might be the latest DWProton version or DWProton itself. You could try using miniloader, or an older version might help. As for why this happens, I'm not sure myself, because it wasn't an issue until about a month or so

Hi,
What do you mean by "using miniloader" ? Do you mean uninstall current game and restart from scratch with a new miniloader exe ?

@Alterger
Copy link
Copy Markdown

Alterger commented May 4, 2026

Hi buddies,

Does anyone encouters issue with the Video of last chapter event (TT star performance) as me ? An error occured when the video should start (it says that a network issue occured but it's not as my games run well excepted for that video) then the textual story keeps on.

EDIT, i'm on the lutris path with DW PROTON LATEST

HI, I also installed via the lutris path with DW proton latest and ran into that issue as well.

To fix it, I setup the installation as a game on steam, so:

target -> "/Games/nikke/pfx/drive_c/NIKKE/Launcher/nikke_launcher.exe"
start -> "/Games/nikke/drive_c/NIKKE/Launcher"
launch options -> WINEDLLOVERRIDES="version=n,b" PROTON_USE_WINED3D11=1 %command%

The first option (WINEDLLOVERRIDES="version=n,b") allowed me to watch the videos while the other one helped with some artifacting I was having.
I also enabled the ntsync kernel module, but I don't think it's necessary (I needed it for Endfield).

My setup is on NixOS 26.05 (Yarara) x86_64 and kernel 6.19.11. I hope this helps.

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 4, 2026

Hi buddies,
Does anyone encouters issue with the Video of last chapter event (TT star performance) as me ? An error occured when the video should start (it says that a network issue occured but it's not as my games run well excepted for that video) then the textual story keeps on.
EDIT, i'm on the lutris path with DW PROTON LATEST

HI, I also installed via the lutris path with DW proton latest and ran into that issue as well.

To fix it, I setup the installation as a game on steam, so:

target -> "/Games/nikke/pfx/drive_c/NIKKE/Launcher/nikke_launcher.exe" start -> "/Games/nikke/drive_c/NIKKE/Launcher" launch options -> WINEDLLOVERRIDES="version=n,b" PROTON_USE_WINED3D11=1 %command%

The first option (WINEDLLOVERRIDES="version=n,b") allowed me to watch the videos while the other one helped with some artifacting I was having. I also enabled the ntsync kernel module, but I don't think it's necessary (I needed it for Endfield).

My setup is on NixOS 26.05 (Yarara) x86_64 and kernel 6.19.11. I hope this helps.

I've tried my best but the issue remains...

Here is my config file nikke-godess-of-victory-1773931116.yml content :

game:
  args: WINEDLLOVERRIDES="version=n,b" PROTON_USE_WINED3D11=1 %command%
  desktop_integration: false
  exe: /home/gguitarian/Games/nikke-godess-of-victory/drive_c/NIKKE/Launcher/nikke_launcher.exe
  prefix: /home/gguitarian/Games/nikke-godess-of-victory
  working_dir: /home/gguitarian/Games/nikke-godess-of-victory/drive_c/NIKKE/Launcher
game_slug: nikke-godess-of-victory
name: Nikke Godess of Victory
script:
  files:
  - setupfile: "N/A:S\xE9lectionner le fichier d'installation"
  game:
    exe: _xXx_AUTO_WIN32_xXx_
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      env:
        LC_ALL: fr_FR.utf8
      executable: "/home/gguitarian/T\xE9l\xE9chargements/nikkeminiloader_oG7STxbESBb.wg.intl.exe"
      prefix: /home/gguitarian/Games/nikke-godess-of-victory
      wine_path: /usr/bin/umu-run
  system:
    env:
      LC_ALL: fr_FR.utf8
slug: nikke-godess-of-victory-setup
system:
  env:
    GAMEID: umu-nikke
    LC_ALL: fr_FR.utf8
    WINEDLLOVERRIDES: version=n,b
    __GLX_VENDOR_LIBRARY_NAME: nvidia
    __NV_PRIME_RENDER_OFFLOAD: '1'
  postexit_command: /home/gguitarian/Games/suppr_wineserver.sh
version: Fichier d'installation
wine:
  battleye: true
  d3d_extras: true
  d3d_extras_version: v2
  dxvk: true
  fsr: true
  overrides:
    version: n,b
  version: DW-Proton Latest

Moreover, i've noticed that applying "PROTON_USE_WINED3D11=1" is making the game slower and is removing some dynamic background image as the rapi image intro before entering the game and each pulling banner image (Neon, Anis...)

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

@ImRobot777 No, miniloader is just a runner, and it's similar to dwproton. Just download the compiled version and use it the same way you would with Proton or DWProton

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 5, 2026

@ImRobot777 No, miniloader is just a runner, and it's similar to dwproton. Just download the compiled version and use it the same way you would with Proton or DWProton

I have used the miniloader to recreate the game files (Lutris way) for a raw new install (new prefix) and the issue is still here.
Whatever, in Lutris game logs i can read at the end of the log (just before the real game starts not the launcher) :

wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
err:   DxgiOutput::DuplicateOutput1: Not implemented

So the issue seems to be a new call to a kernel method from Nikke game that DW PROTON has not implemented yet !

@kunamyPT
Copy link
Copy Markdown

kunamyPT commented May 5, 2026

Hi buddies,

Does anyone encouters issue with the Video of last chapter event (TT star performance) as me ? An error occured when the video should start (it says that a network issue occured but it's not as my games run well excepted for that video) then the textual story keeps on.

EDIT, i'm on the lutris path with DW PROTON LATEST

@ImRobot777 I'm also having the same issue.
I did a clean install of Nikke when the new update dropped and followed the path 1 of the guide on this page. I'm doing this on bazzite

@ImRobot777 No, miniloader is just a runner, and it's similar to dwproton. Just download the compiled version and use it the same way you would with Proton or DWProton

I have used the miniloader to recreate the game files (Lutris way) for a raw new install (new prefix) and the issue is still here. Whatever, in Lutris game logs i can read at the end of the log (just before the real game starts not the launcher) :

wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
err:   DxgiOutput::DuplicateOutput1: Not implemented

So the issue seems to be a new call to a kernel method from Nikke game that DW PROTON has not implemented yet !

I'll also try doing some of the steps you did/other paths from the guide in a few hours to see if we both may have done some mistake or if it is some issue with DW PROTON

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 5, 2026

Hi buddies,
Does anyone encouters issue with the Video of last chapter event (TT star performance) as me ? An error occured when the video should start (it says that a network issue occured but it's not as my games run well excepted for that video) then the textual story keeps on.
EDIT, i'm on the lutris path with DW PROTON LATEST

@ImRobot777 I'm also having the same issue. I did a clean install of Nikke when the new update dropped and followed the path 1 of the guide on this page. I'm doing this on bazzite

@ImRobot777 No, miniloader is just a runner, and it's similar to dwproton. Just download the compiled version and use it the same way you would with Proton or DWProton

I have used the miniloader to recreate the game files (Lutris way) for a raw new install (new prefix) and the issue is still here. Whatever, in Lutris game logs i can read at the end of the log (just before the real game starts not the launcher) :

wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
err:   DxgiOutput::DuplicateOutput1: Not implemented

So the issue seems to be a new call to a kernel method from Nikke game that DW PROTON has not implemented yet !

I'll also try doing some of the steps you did/other paths from the guide in a few hours to see if we both may have done some mistake or if it is some issue with DW PROTON

i think the issue is due to proton cause, before re-installing, i've changed nothing on Lutris and the issue was already present.

May be the issue is here since a long time since there was no video to play in the story/event since months... i've installed bazzite in the middle of february.

Wait and see (for your tests), thank you in advance buddy

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

@ImRobot777 No... I'm assuming that's not the case for everyone. I've seen people complain both on Discord and here, but not everybody had this issue. In my experience, I haven't had a single cutscene bug out

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

So it might be something more specific

@ImRobot777
Copy link
Copy Markdown

@ImRobot777 No... I'm assuming that's no the case for everyone, I've seen people complain in both the discord and here, but not everybody had this issue. In my experience, I haven't had a single cut scene bugging out

Maybe, only the people that have setted up their player (bottles, lutris, steam...) with the Latest DW Proton, encounter the issue ?

Whatever, if you find a path to make videos work, please share here. For my part i've tested so many conf in Lutris and Steam that i'm a little fed up with this issue.

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

@ImRobot777 It's understandable... the only issue is that they don't provide logs so that we can connect the dots, and I'm also using the same setup for quite a while, so it might be version related

  • vkd3d-proton-3.0
  • dxvk-2.7.1-12-9963ecd
  • wine-cachyos (miniloader)

Same deps, no envs, and no extra configuration

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

plain arch & wayland

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

Question, are you using nvidia? @ImRobot777

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

if so, try GST_PLUGIN_FEATURE_RANK=nvh264dec:0,nvdec:0,nvh265dec:0

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 5, 2026

or downgrade your nvidia driver to test

@larrykoubiak
Copy link
Copy Markdown

i think the clue is here: https://github.com/CachyOS/proton-cachyos/releases/tag/cachyos-11.0-20260428-slr

Proton 11 is using SteamRT4, which is missing a few of the libraries that were present in SteamRT3. This led us to disable a few media plugins in gstreamer and ffmpeg. If you notice lacking media in games when using Proton-CachyOS 11 compared to Proton-CachyOS 10, we would like to know.

So yeah Proton11 probably screws the video up, but DW-Proton is still on Proton10 so, just stay on a version that uses Proton10 and you'll be fine

@larrykoubiak
Copy link
Copy Markdown

yeah i just checked my logs, and the reason it's still working for me is that i'm still on SteamRT3 (sniper):

For context, i use Lutris with DW-Proton Latest

INFO: steamrt3 updates disabled, skipping
INFO: Running 'DW-Proton Latest' using runtime 'sniper'
INFO: Running 'steamrt3' using runtime 'host'

For some reason (trying to fix the lottery) i had set UMU_RUNTIME_UPDATE to 0, which probably prevents the trigger to update the Steam Runtime, so i kept my libraries

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 6, 2026

if so, try GST_PLUGIN_FEATURE_RANK=nvh264dec:0,nvdec:0,nvh265dec:0

Ya @d-kja , i'm on an Nvidia GPU and thanks for the advice but the issue is still here

@ImRobot777
Copy link
Copy Markdown

ImRobot777 commented May 6, 2026

yeah i just checked my logs, and the reason it's still working for me is that i'm still on SteamRT3 (sniper):

For context, i use Lutris with DW-Proton Latest

INFO: steamrt3 updates disabled, skipping INFO: Running 'DW-Proton Latest' using runtime 'sniper' INFO: Running 'steamrt3' using runtime 'host'

For some reason (trying to fix the lottery) i had set UMU_RUNTIME_UPDATE to 0, which probably prevents the trigger to update the Steam Runtime, so i kept my libraries

[umu.umu_runtime:637] INFO: Running 'DW-Proton Latest' using runtime 'sniper'
[umu.umu_runtime:637] INFO: Running 'steamrt3' using runtime 'host'

Above is a part of my Game Logs (in Lutris) so why is the video issue happening to my game ?!?

For my part i think the real problem is in the logs below :

wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
err:   DxgiOutput::DuplicateOutput1: Not implemented

@larrykoubiak
Copy link
Copy Markdown

i check my log and i have the same error, so i don't think that's the issue. Dxgi on the other hand is not in my log, and it seems to be related to screen duplication/capture in windows. That's all i know.

I'll paste my log for reference:

lutris-wrapper: Goddess Of Victory : NIKKE
Started initial process 20157 from /home/larrykoubiak/.local/share/lutris/runtime/umu/umu-run /home/larrykoubiak/Games/goddess-of-victory-nikke/drive_c/NIKKE/Launcher/nikke_launcher.exe
Start monitoring process.
INFO: umu-launcher version 1.4.0 (3.14.4 (main, Apr 8 2026, 17:48:49) [GCC 15.2.1 20260209])
INFO: steamrt3 is up to date
INFO: Running 'DW-Proton Latest' using runtime 'sniper'
INFO: Running 'steamrt3' using runtime 'host'
ProtonFixes[20253] INFO: Running protonfixes on "dwproton-10.0-26", build at 2026-04-27 00:02:33+00:00.
ProtonFixes[20253] INFO: Running checks
ProtonFixes[20253] INFO: All checks successful
ProtonFixes[20253] INFO: Non-steam game Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: No store specified, using UMU database
ProtonFixes[20253] INFO: Using early stage global defaults for Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: Non-steam game Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: No store specified, using UMU database
ProtonFixes[20253] INFO: Using early stage global protonfix for Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: Running protonfixes on "dwproton-10.0-26", build at 2026-04-27 00:02:33+00:00.
ProtonFixes[20253] INFO: Running checks
ProtonFixes[20253] INFO: All checks successful
ProtonFixes[20253] INFO: Non-steam game Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: No store specified, using UMU database
ProtonFixes[20253] INFO: Using main stage global defaults for Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: Non-steam game Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: No store specified, using UMU database
ProtonFixes[20253] INFO: Using main stage global protonfix for Goddess of Victory: NIKKE (umu-nikke)
ProtonFixes[20253] INFO: Removing env: SteamGameId
ProtonFixes[20253] INFO: Removing env: SteamAppId
ProtonFixes[20253] INFO: Disabling NvAPI
ProtonFixes[20253] INFO: Overriding nvapi.dll =
ProtonFixes[20253] INFO: Overriding nvapi64.dll =
ProtonFixes[20253] INFO: Overriding nvcuda.dll =
ProtonFixes[20253] INFO: Overriding nvcuvid.dll =
ProtonFixes[20253] INFO: Overriding nvencodeapi.dll =
ProtonFixes[20253] INFO: Overriding nvencodeapi64.dll =
Proton: /home/larrykoubiak/Games/goddess-of-victory-nikke/drive_c/NIKKE/Launcher/nikke_launcher.exe
Proton: Executable a unix path, launching with /unix option.
Starting program with command-launcher service.
To run commands in the per-app container, use a command like:
/home/larrykoubiak/.local/share/umu/steamrt3/pressure-vessel/bin/steam-runtime-launch-client
--bus-name=:1.220
--
bash
ntsync: up and running.
winediag: wine-cachyos 10.0 is a testing version containing experimental patches.
winediag: this wine contains many experimental patches, please don't report bugs to winehq.org.
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F900 reference
00a0:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
00a0:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
00a0:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F870 reference
009c:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\winebth": c0000142
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1114
010c:fixme:oleacc:find_class_data unhandled window class: L"#32769"
010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
010c:fixme:uiautomation:default_uia_provider_callback Default ProviderType_NonClientArea provider unimplemented.
010c:fixme:oleacc:find_class_data unhandled window class: L"#32769"
010c:fixme:uiautomation:base_hwnd_fragment_get_FragmentRoot 000000000081FAD8, 000000000021F9B0: stub!
010c:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 000000000081FAD8, 000000000021F9C0: stub!
0128:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 01A6FF04
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F960 reference
0118:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0118:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0140:fixme:ver:GetCurrentPackageId (02A2FF00 00000000): stub
0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
0118:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0118:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0118:fixme:wbemprox:client_security_SetBlanket 753138C0, 00FC8878, 4294967295, 0, (null), 3, 3, 00000000, 0
0118:fixme:wbemprox:client_security_Release 753138C0
0118:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x1
info: Game: nikke_launcher.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x74d321a0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
0118:fixme:wbemprox:enum_class_object_Next timeout not supported
0118:fixme:wbemprox:client_security_SetBlanket 753138C0, 010026D8, 10, 0, (null), 3, 3, 00000000, 0
0118:fixme:wbemprox:client_security_Release 753138C0
0050:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0c10 (device=2d access=0 func=304 method=0)
0050:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
0168:fixme:ver:GetCurrentPackageId (05FFFF00 00000000): stub
0174:fixme:ver:GetCurrentPackageId (071EFF00 00000000): stub
0184:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000000FAFF50
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F990 reference
0164:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0164:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
01a0:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000001B8FF80
0198:fixme:file:NtLockFile I/O completion on lock not implemented yet
0198:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01a4:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 3, 0000000000000000, 0, 0000000000000000 stub
01a4:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 000000000178E0C0, 10, 0, (null), 3, 3, 0000000000000000, 0
01a4:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
info: Game: intl_service.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
01a4:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan instance extensions size
01b4:fixme:wininet:InternetCheckConnectionW (L"https://www.apple.com" 1 0)
01b8:fixme:netprofm:connection_GetAdapterId 0000000001814D00, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001814DA0, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001814E40, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001814EE0, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001814F80, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001815020, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 00000000018150C0, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001815160, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 0000000001815200, 00000000029FFC80
01b8:fixme:netprofm:connection_GetAdapterId 00000000018152A0, 00000000029FFC80
01b8:fixme:netprofm:connection_point_Advise 0000000001824360, 0000000000853D40, 0000000000853D4C - semi-stub
01b8:fixme:netprofm:connection_point_Advise 00000000018243D0, 00000000017E2C00, 0000000000853D4C - semi-stub
0180:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
0180:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
01b4:fixme:netprofm:connection_point_Advise 0000000001893950, 0000000000853BF0, 0000000000853BFC - semi-stub
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
01a4:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan Device extensions size
01a4:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 3, 0000000000000000, 0, 0000000000000000 stub
01a4:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 00000000017C1300, 10, 0, (null), 3, 3, 0000000000000000, 0
01a4:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
01a4:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 3, 0000000000000000, 0, 0000000000000000 stub
01a4:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 00000000017C1300, 10, 0, (null), 3, 3, 0000000000000000, 0
01a4:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
0180:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
0180:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0180:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000031200044330, 16) stub
0180:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011F414, 0000000000000000 000000000011F410
0180:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 000000000011F414 0000000000000000 000000000011F410) returning a dummy value (current locale)
0180:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011F414, 000000000011F3F0 000000000011F410
0180:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 000000000011F414 000000000011F3F0 000000000011F410) returning a dummy value (current locale)
0180:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0134:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0134:fixme:wbemprox:client_security_SetBlanket 753138C0, 00EBDBC8, 10, 0, (null), 3, 3, 00000000, 0
0134:fixme:wbemprox:client_security_Release 753138C0
info: Game: nikke_launcher.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x74a521a0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FAE0 reference
0180:fixme:winsock:WSALookupServiceBeginW (000000000011F0A0 0xff0 000000000011F118) Stub!
0180:fixme:userenv:RegisterGPNotification 0000000000000268 0
0180:fixme:userenv:RegisterGPNotification 000000000000026C 1
0180:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
0218:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000000100E6 0x00000000
0180:fixme:win:GetPointerDevices (000000000011EDB4 0000000000000000): partial stub
0180:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0234:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0234:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
021c:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 00000000035CF7B0)
0180:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011E300): stub!
01e0:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 000000000288F7C0 000000000288F750
0180:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000100F4, 000000000011D410) stub
0218:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000000100E8 0x00000000
022c:fixme:sync:NtSetInformationJobObject stub: 0x41c 4 0x39cf218 4
0234:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
0234:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0234:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000078000A04B0, 16) stub
info: Game: tbs_browser.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
0234:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan instance extensions size
0120:fixme:oleacc:Window_get_accState (0000000000873E20)->(000000000182FB20 {VT_I4: 0} 000000000182FB40)
0274:fixme:file:ReplaceFileW Ignoring flags 2
0274:fixme:file:ReplaceFileW Ignoring flags 2
0274:fixme:file:NtLockFile I/O completion on lock not implemented yet
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
0234:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan Device extensions size
0234:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02c0:fixme:thread:QueryThreadCycleTime (000000000000012C,000000000277FD50): stub!
info: Game: tbs_browser.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
info: Creating device:
info: NVIDIA GeForce RTX 4060 Laptop GPU:
info: Driver : NVIDIA 595.71.5
info: Queues:
info: Graphics : (0, 0)
info: Transfer : (1, 0)
info: Sparse : (0, 0)
info: Memory:
info: Heap 0: 7.99 GiB (DEVICE_LOCAL)
info: Budget: 7.55 GiB
info: Type 1: DEVICE_LOCAL
info: Type 4: DEVICE_LOCAL | HOST_VISIBLE | HOST_COHERENT
info: Heap 1: 11.48 GiB
info: Budget: 11.48 GiB
info: Type 0: (None)
info: Type 2: HOST_VISIBLE | HOST_COHERENT
info: Type 3: HOST_VISIBLE | HOST_COHERENT | HOST_CACHED
info: Enabled extensions:
info: VK_EXT_attachment_feedback_loop_layout
info: VK_EXT_border_color_swizzle
info: VK_EXT_conservative_rasterization
info: VK_EXT_custom_border_color
info: VK_EXT_depth_clip_enable
info: VK_EXT_depth_bias_control
info: VK_EXT_descriptor_buffer
info: VK_EXT_extended_dynamic_state3
info: VK_EXT_fragment_shader_interlock
info: VK_EXT_graphics_pipeline_library
info: VK_EXT_hdr_metadata
info: VK_EXT_line_rasterization
info: VK_EXT_memory_priority
info: VK_EXT_multi_draw
info: VK_EXT_non_seamless_cube_map
info: VK_EXT_pageable_device_local_memory
info: VK_EXT_robustness2
info: VK_EXT_sample_locations
info: VK_EXT_shader_module_identifier
info: VK_EXT_transform_feedback
info: VK_EXT_vertex_attribute_divisor
info: VK_KHR_external_memory_win32
info: VK_KHR_external_semaphore_win32
info: VK_KHR_load_store_op_none
info: VK_KHR_maintenance5
info: VK_KHR_maintenance6
info: VK_KHR_maintenance8
info: VK_KHR_maintenance9
info: VK_KHR_maintenance10
info: VK_KHR_pipeline_library
info: VK_KHR_present_id
info: VK_KHR_present_wait
info: VK_KHR_shader_float_controls2
info: VK_KHR_shader_subgroup_uniform_control_flow
info: VK_KHR_shader_untyped_pointers
info: VK_KHR_swapchain
info: VK_KHR_swapchain_maintenance1
info: VK_KHR_swapchain_mutable_format
info: VK_KHR_unified_image_layouts
info: VK_KHR_win32_keyed_mutex
info: VK_NV_low_latency2
info: VK_NV_raw_access_chains
info: VK_NVX_binary_import
info: VK_NVX_image_view_handle
info: Enabled features:
info: depthBiasClamp : 1
info: depthBounds : 1
info: depthClamp : 1
info: drawIndirectFirstInstance : 1
info: dualSrcBlend : 1
info: fillModeNonSolid : 1
info: fragmentStoresAndAtomics : 1
info: fullDrawIndexUint32 : 1
info: geometryShader : 1
info: imageCubeArray : 1
info: independentBlend : 1
info: largePoints : 1
info: logicOp : 1
info: multiDrawIndirect : 1
info: multiViewport : 1
info: occlusionQueryPrecise : 1
info: pipelineStatisticsQuery : 1
info: robustBufferAccess : 1
info: sampleRateShading : 1
info: samplerAnisotropy : 1
info: shaderClipDistance : 1
info: shaderCullDistance : 1
info: shaderFloat64 : 1
info: shaderImageGatherExtended : 1
info: shaderInt16 : 1
info: shaderInt64 : 1
info: shaderUniformBufferArrayDynamicIndexing : 1
info: shaderSampledImageArrayDynamicIndexing : 1
info: shaderStorageBufferArrayDynamicIndexing : 1
info: shaderStorageImageArrayDynamicIndexing : 1
info: sparseBinding : 1
info: sparseResidencyBuffer : 1
info: sparseResidencyImage2D : 1
info: sparseResidencyImage3D : 1
info: sparseResidency2Samples : 1
info: sparseResidency4Samples : 1
info: sparseResidency8Samples : 1
info: sparseResidency16Samples : 1
info: sparseResidencyAliased : 1
info: shaderResourceResidency : 1
info: shaderResourceMinLod : 1
info: tessellationShader : 1
info: textureCompressionBC : 1
info: variableMultisampleRate : 1
info: vertexPipelineStoresAndAtomics : 1
info: wideLines : 1
info: shaderDrawParameters : 1
info: storagePushConstant16 : 1
info: bufferDeviceAddress : 1
info: descriptorIndexing : 1
info: shaderUniformTexelBufferArrayDynamicIndexing : 1
info: shaderStorageTexelBufferArrayDynamicIndexing : 1
info: shaderUniformBufferArrayNonUniformIndexing : 1
info: shaderSampledImageArrayNonUniformIndexing : 1
info: shaderStorageBufferArrayNonUniformIndexing : 1
info: shaderStorageImageArrayNonUniformIndexing : 1
info: shaderUniformTexelBufferArrayNonUniformIndexing : 1
info: shaderStorageTexelBufferArrayNonUniformIndexing : 1
info: descriptorBindingSampledImageUpdateAfterBind : 1
info: descriptorBindingUpdateUnusedWhilePending : 1
info: descriptorBindingPartiallyBound : 1
info: drawIndirectCount : 1
info: hostQueryReset : 1
info: runtimeDescriptorArray : 1
info: samplerFilterMinmax : 1
info: samplerMirrorClampToEdge : 1
info: scalarBlockLayout : 1
info: shaderFloat16 : 1
info: shaderInt8 : 1
info: shaderOutputViewportIndex : 1
info: shaderOutputLayer : 1
info: timelineSemaphore : 1
info: uniformBufferStandardLayout : 1
info: vulkanMemoryModel : 1
info: computeFullSubgroups : 1
info: dynamicRendering : 1
info: maintenance4 : 1
info: robustImageAccess : 0
info: pipelineCreationCacheControl : 1
info: shaderDemoteToHelperInvocation : 1
info: shaderZeroInitializeWorkgroupMemory : 1
info: subgroupSizeControl : 1
info: synchronization2 : 1
info: VK_EXT_attachment_feedback_loop_layout:
info: attachmentFeedbackLoopLayout : 1
info: VK_EXT_border_color_swizzle:
info: borderColorSwizzle : 1
info: borderColorSwizzleFromImage : 0
info: VK_EXT_conservative_rasterization:
info: extConservativeRasterization : 1
info: VK_EXT_custom_border_color:
info: customBorderColors : 1
info: customBorderColorWithoutFormat : 1
info: VK_EXT_depth_clip_enable:
info: depthClipEnable : 1
info: VK_EXT_depth_bias_control:
info: depthBiasControl : 1
info: leastRepresentableValueForceUnormRepresentation : 1
info: floatRepresentation : 0
info: depthBiasExact : 1
info: VK_EXT_descriptor_buffer:
info: descriptorBuffer : 1
info: VK_EXT_descriptor_heap:
info: descriptorHeap : 0
info: VK_EXT_extended_dynamic_state3:
info: extendedDynamicState3AlphaToCoverageEnable : 1
info: extendedDynamicState3DepthClipEnable : 1
info: extendedDynamicState3RasterizationSamples : 1
info: extendedDynamicState3SampleMask : 1
info: extendedDynamicState3LineRasterizationMode : 1
info: extendedDynamicState3SampleLocationsEnable : 1
info: VK_EXT_fragment_shader_interlock:
info: fragmentShaderSampleInterlock : 1
info: fragmentShaderPixelInterlock : 1
info: VK_EXT_full_screen_exclusive:
info: extFullScreenExclusive : 0
info: VK_EXT_graphics_pipeline_library:
info: graphicsPipelineLibrary : 1
info: VK_EXT_hdr_metadata:
info: extHdrMetadata : 1
info: VK_EXT_line_rasterization:
info: rectangularLines : 1
info: smoothLines : 1
info: VK_EXT_memory_budget:
info: extMemoryBudget : 1
info: VK_EXT_memory_priority:
info: memoryPriority : 1
info: VK_EXT_multi_draw:
info: multiDraw : 1
info: VK_EXT_non_seamless_cube_map:
info: nonSeamlessCubeMap : 1
info: VK_EXT_pageable_device_local_memory:
info: pageableDeviceLocalMemory : 1
info: VK_EXT_robustness2:
info: robustBufferAccess2 : 1
info: robustImageAccess2 : 1
info: nullDescriptor : 1
info: VK_EXT_sample_locations:
info: extSampleLocations : 1
info: VK_EXT_shader_module_identifier:
info: shaderModuleIdentifier : 1
info: VK_EXT_shader_stencil_export:
info: extShaderStencilExport : 0
info: VK_EXT_swapchain_colorspace:
info: extSwapchainColorSpace : 0
info: VK_EXT_swapchain_maintenance1:
info: swapchainMaintenance1 : 0
info: VK_EXT_transform_feedback:
info: transformFeedback : 1
info: geometryStreams : 1
info: VK_EXT_vertex_attribute_divisor:
info: vertexAttributeInstanceRateDivisor : 1
info: vertexAttributeInstanceRateZeroDivisor : 1
info: VK_KHR_external_memory_win32:
info: khrExternalMemoryWin32 : 1
info: VK_KHR_external_semaphore_win32:
info: khrExternalSemaphoreWin32 : 1
info: VK_KHR_load_store_op_none:
info: khrLoadStoreOpNone : 1
info: VK_KHR_maintenance5:
info: maintenance5 : 1
info: VK_KHR_maintenance6:
info: maintenance6 : 1
info: VK_KHR_maintenance7:
info: maintenance7 : 0
info: VK_KHR_maintenance8:
info: maintenance8 : 1
info: VK_KHR_maintenance9:
info: maintenance9 : 1
info: VK_KHR_maintenance10:
info: maintenance10 : 1
info: VK_KHR_pipeline_library:
info: khrPipelineLibrary : 1
info: VK_KHR_present_id:
info: presentId : 1
info: VK_KHR_present_id2:
info: presentId2 : 0
info: VK_KHR_present_wait:
info: presentWait : 1
info: VK_KHR_present_wait2:
info: presentWait2 : 0
info: VK_KHR_shader_float_controls2:
info: shaderFloatControls2 : 1
info: VK_KHR_shader_subgroup_uniform_control_flow:
info: shaderSubgroupUniformControlFlow : 1
info: VK_KHR_shader_untyped_pointers:
info: shaderUntypedPointers : 1
info: VK_KHR_swapchain:
info: khrSwapchain : 1
info: VK_KHR_swapchain_maintenance1:
info: swapchainMaintenance1 : 1
info: VK_KHR_swapchain_mutable_format:
info: khrSwapchainMutableFormat : 1
info: VK_KHR_unified_image_layouts:
info: unifiedImageLayouts : 1
info: VK_KHR_win32_keyed_mutex:
info: khrWin32KeyedMutex : 1
info: VK_NV_low_latency2:
info: nvLowLatency2 : 1
info: VK_NV_raw_access_chains:
info: shaderRawAccessChains : 1
info: VK_NVX_binary_import:
info: nvxBinaryImport : 1
info: VK_NVX_image_view_handle:
info: nvxImageViewHandle : 1
027c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
027c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
028c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
028c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
02a0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
02a0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
027c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
027c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
027c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000002EC000A04B0, 16) stub
02ac:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
02ac:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
028c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
028c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
028c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000005A8000A04B0, 16) stub
027c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0274:fixme:file:ReplaceFileW Ignoring flags 2
02f0:fixme:winsock:WSALookupServiceBeginW (0000000002AADF30 0xff0 0000000002AADFA8) Stub!
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FB40 reference
02f0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 0000000002AAD468) semi-stub
02f0:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 0000000002AAD468) semi-stub
030c:fixme:file:NtLockFile I/O completion on lock not implemented yet
02a0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
02a0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000006C000A04B0, 16) stub
030c:fixme:virtual:prefetch_memory (process=0xffffffffffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub
02a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02a0:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011EE60): stub!
02ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
02ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
02ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000F6000A04B0, 16) stub
02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02ac:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011EE60): stub!
info: Descriptor sizes (set alignment: 64)
info: Sampler : 4
info: Uniform buffer : 8
info: Storage buffer : 16
info: Uniform texel buffer : 16
info: Storage texel buffer : 16
info: Sampled image : 4
info: Storage image : 4
info: Memory type mask for sparse resources: 0x2
info: Memory type mask for buffer resources: 0x1f, usage: 0x219ff
info: Creating sampler descriptor heap (8 kB)
info: Graphics pipeline libraries supported
info: Binding model: Descriptor buffer
info: D3D11InternalCreateDevice: Maximum supported feature level: D3D_FEATURE_LEVEL_12_1
info: D3D11InternalCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_1
info: Creating resource descriptor heap (8192 kB)
warn: D3D11VideoDevice::GetVideoDecoderProfileCount: Stub
warn: D3D11DXGIDevice::QueryInterface: Unknown interface query
warn: 0ec870a6-5d7e-4c22-8cfc-5baae07616ed
warn: DXGI: MakeWindowAssociation: Ignoring flags
info: Found cache file: C:\users\steamuser\AppData\Local\dxvk\ccdb5484a2c795eb.dxvk.bin
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
info: DXVK: Using 24 compiler threads
warn: D3D11Texture2D::QueryInterface: Unknown interface query
warn: f8fb5c27-c6b3-4f75-a4c8-439af2ef564c
0120:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30020
0180:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {e89f726e-c4f4-4c19-bb19-b647d7fa8478} with error 0x80004002
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_FIFO_KHR (dynamic: yes)
info: Buffer size: 510x800
info: Image count: 3
0120:fixme:uiautomation:msaa_fragment_GetRuntimeId 000000000084C998, 000000000182F800: stub!
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0234:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 000000000011E980)
0118:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0118:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
info: Presenter: Got VK_SUBOPTIMAL_KHR, recreating swapchain
warn: DXGI: MakeWindowAssociation: Ignoring flags
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_FIFO_KHR (dynamic: yes)
info: Buffer size: 1344x900
info: Image count: 3
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
02ac:fixme:dwrite:dwritefontface5_HasVariations 0000000003FDA340: stub
0508:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0508:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0508:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
0508:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0508:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000023A000A04B0, 16) stub
0538:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000007CEFF50
0180:fixme:powermgnt:PowerCreateRequest (000000000011F4A0): stub
0180:fixme:powermgnt:PowerSetRequest (00000000000005E4, 0): stub
0180:fixme:dwmapi:DwmExtendFrameIntoClientArea (000000000001017C, 000000000011D410) stub
warn: DXGI: MakeWindowAssociation: Ignoring flags
0120:fixme:oleacc:Window_get_accState (0000000000847F10)->(000000000182FB20 {VT_I4: 0} 000000000182FB40)
0470:fixme:file:ReplaceFileW Ignoring flags 2
01e4:fixme:file:ReplaceFileW Ignoring flags 2
0180:fixme:powermgnt:PowerClearRequest (00000000000005E4, 0): stub
0470:fixme:file:ReplaceFileW Ignoring flags 2
warn: DXGI: MakeWindowAssociation: Ignoring flags
0470:fixme:file:ReplaceFileW Ignoring flags 2
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_FIFO_KHR (dynamic: yes)
info: Buffer size: 1346x902
info: Image count: 3
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
0610:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0610:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0610:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
0610:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0610:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000638000A04B0, 16) stub
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 000000000083A820, 10002, 000000000182F8A0: stub
0610:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0610:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011EE60): stub!
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
02a0:fixme:dwrite:dwritefontface5_HasVariations 0000000003EE16C0: stub
0118:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000864160, 10002, 000000000182F8A0: stub
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
074c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
074c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
074c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
074c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
074c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000060E000A04B0, 16) stub
074c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
074c:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011EE60): stub!
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0610:fixme:dwrite:dwritefontface5_HasVariations 00000000007570B0: stub
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
07a4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
07a4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
074c:fixme:dwrite:dwritefontface5_HasVariations 00000000007573E0: stub
0750:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
07a4:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
07a4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
07a4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000005A000A04B0, 16) stub
07a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
07a4:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000011EE60): stub!
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
01e4:fixme:file:ReplaceFileW Ignoring flags 2
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000872C50, 10002, 000000000182F8A0: stub
06c0:fixme:virtual:prefetch_memory (process=0xffffffffffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub
0220:fixme:file:ReplaceFileW Ignoring flags 2
0220:fixme:file:ReplaceFileW Ignoring flags 2
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0470:fixme:file:ReplaceFileW Ignoring flags 2
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0180:fixme:win:RegisterPowerSettingNotification (0000000000050198,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
0180:fixme:win:RegisterPowerSettingNotification (0000000000050198,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9160)->(0, 000000000011DD78) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9190) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9100)->(0, 000000000011DEA8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E9130) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9190)->(0, 000000000011DDF8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E91C0) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9190)->(0, 000000000011DDF8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E91C0) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9190)->(0, 000000000011DDF8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E91C0) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9190)->(0, 000000000011DDF8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E91C0) - stub
0508:fixme:mmdevapi:DT_GetConnector (00000000006E9190)->(0, 000000000011DDF8) - partial stub
0508:fixme:mmdevapi:Connector_GetDeviceIdConnectedTo (00000000006E91C0) - stub
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0848:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0848:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0848:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011FA38, 4): stub
0848:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0848:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000618000A04B0, 16) stub
0848:fixme:quartz:KSP_Get () Not adding a pin with PIN_CATEGORY_PREVIEW
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 0, dimensions (1280x720), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 1, dimensions (320x180), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 2, dimensions (320x240), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 3, dimensions (352x288), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 4, dimensions (424x240), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 5, dimensions (640x480), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 6, dimensions (640x360), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 7, dimensions (848x480), list size 000000000011DE54, frame rate 000000000011DE58, stub.
0848:fixme:quartz:video_control_GetFrameRateList filter 00000000007B65C0, pin 00000000007B67A0, index 8, dimensions (960x540), list size 000000000011DE54, frame rate 000000000011DE58, stub.
02f0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0848:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FEB0
0304:fixme:file:ReplaceFileW Ignoring flags 2
0120:fixme:oleacc:Window_get_accState (000000000082ED50)->(000000000182FB20 {VT_I4: 0} 000000000182FB40)
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
0120:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30020
0180:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {e89f726e-c4f4-4c19-bb19-b647d7fa8478} with error 0x80004002
0120:fixme:uiautomation:msaa_fragment_GetRuntimeId 000000000084C998, 000000000182F800: stub!
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0180:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
039c:fixme:win:NtUserGetWindowPlacement not fully supported on other process window 0x10174.
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000842830, 10002, 000000000182F8A0: stub
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FBA0 reference
0900:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000014CFF50
0908:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 2, 0000000000000000, 0, 0000000000000000 stub
0908:err:ole:com_get_class_object class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
0908:err:ole:com_get_class_object class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
0908:err:ole:create_server class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
0908:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0908:err:ole:com_get_class_object no class object {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} could be created for context 0x17
0908:err:ole:com_get_class_object class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
0908:err:ole:com_get_class_object class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
0908:err:ole:create_server class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
0908:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0908:err:ole:com_get_class_object no class object {71663b86-cc70-44a6-bb3a-40b95b74ebdf} could be created for context 0x17
08e0:fixme:ntdll:NtQuerySystemInformation SystemCodeIntegrityInformation, size 8, info 0x1065f0, stub!
08e0:fixme:ntdll:NtQuerySystemInformation SystemCodeIntegrityInformation, size 8, info 0x106608, stub!
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
08e0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
08e0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0914:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000029CFF50
08e0:fixme:winsock:GetAddrInfoExW Unsupported timeout
08e0:fixme:winsock:GetAddrInfoExW Unsupported cancel handle
08e0:fixme:winsock:GetAddrInfoExW Unsupported timeout
08e0:fixme:winsock:GetAddrInfoExW Unsupported cancel handle
094c:err:ole:com_get_class_object class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
094c:err:ole:com_get_class_object class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
094c:err:ole:create_server class {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} not registered
094c:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
094c:err:ole:com_get_class_object no class object {6962a8a2-bf55-4246-ad5d-9d26e0c1e1ce} could be created for context 0x17
094c:err:ole:com_get_class_object class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
094c:err:ole:com_get_class_object class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
094c:err:ole:create_server class {71663b86-cc70-44a6-bb3a-40b95b74ebdf} not registered
094c:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
094c:err:ole:com_get_class_object no class object {71663b86-cc70-44a6-bb3a-40b95b74ebdf} could be created for context 0x17
0954:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0954:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
0954:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0978:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0978:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FBD0 reference
0990:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000189FF50
0968:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FE80
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F870 reference
09b0:fixme:ntoskrnl:IoCreateDeviceSecure (0000000000C12CE0, 0, L"\Device\ACE-BASE", 34, 100, 0, L"D:P(A;;GA;;;BA)", (null), 0000000000A0FC40): semi-stub
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F8D0 reference
0978:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FE80
08e0:fixme:ntdll:NtQuerySystemInformation SystemCodeIntegrityInformation, size 8, info 0xf90f8, stub!
08e0:fixme:ntdll:enum_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F900 reference
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"PsGetCurrentThreadProcessId" not found
08e0:fixme:ntdll:enum_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 4649524d
08e0:fixme:ntdll:enum_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049
info: Game: nikke.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
08e0:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan instance extensions size
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
08e0:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan Device extensions size
info: D3D9: VK_FORMAT_D16_UNORM_S8_UINT -> VK_FORMAT_D24_UNORM_S8_UINT
info: Process set as DPI aware
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"PsGetCurrentThreadProcess" not found
09b4:fixme:ntoskrnl:KeRegisterBugCheckReasonCallback 000000010044AB40 0000000100312440 2 "Tesxnginx" stub!
09b4:fixme:ntoskrnl:KeRegisterBugCheckReasonCallback 000000010044AB70 00000001003123C0 4 "Tesxnginx" stub!
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmMapIoSpaceEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"KeQueryPrcbAddress" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"ExQueryTimerResolution" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"KeQueryUnbiasedInterruptTime" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"DbgCommandString" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"ExGetFirmwareEnvironmentVariable" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"HalGetEnvironmentVariableEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmCopyMemory" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"ExAcquirePushLockSharedEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"ExReleasePushLockSharedEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"VslGetSecurePciEnabled" not found
09b4:fixme:ntdll:NtQuerySystemInformation (0x000000c4,0x1004f0a9c,0x00000004,(nil)) stub
09b4:fixme:ntoskrnl:KeCapturePersistentThreadState 0000000000C0E8B0 0000000000000000 0 0 0 0 0 0000000000F20040L"SeSetAuditParameter" not found
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FA50 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FA50
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FA80 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FA80
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FAB0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FAB0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FAE0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FAE0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FB10 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FB10
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FB40 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FB40
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FB70 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FB70
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FBA0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FBA0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FBD0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FBD0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FC00 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FC00
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FC30 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024FC30
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12030 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12030
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12060 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12060
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12090 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12090
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C120C0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C120C0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C120F0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C120F0
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12120 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12120
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12150 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12150
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C12180 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C12180
09b4:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
09b4:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
09b4:fixme:ntoskrnl:ObReferenceObject failed to grab 0000000000C121B0 reference
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 0000000000C121B0
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024F900
09b4:fixme:ntoskrnl:ObDereferenceObject failed to release 000000000024F870
09b4:fixme:ntoskrnl:MmGetVirtualForPhysical (0000000000000000): semi-stub!
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmSecureVirtualMemoryEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmSecureVirtualMemoryEx" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmSecureVirtualMemoryEx" not found
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0050:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
0050:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024FC00 reference
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmCopyMemory" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"KeRemoveQueueApc" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"IoQueryFullDriverPath" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"PsGetCurrentThreadTeb" not found
09b4:fixme:ntoskrnl:MmGetSystemRoutineAddress L"MmMapIoSpaceEx" not found
09b4:fixme:ntoskrnl:ExCreateCallback (00000001004FFDF0, 0000000000C0EDC8, 1, 1): stub
09b4:fixme:ntoskrnl:ExRegisterCallback callback_object 0000000000000000, callback_function 0000000100364934, callback_context 0000000000000000 stub.
09b4:fixme:ntoskrnl:ObRegisterCallbacks callback 0000000000C0EDA0, handle 0000000100500390.
09b4:fixme:ntoskrnl:PsSetCreateProcessNotifyRoutine stub: 0000000100369A30 0
09b4:fixme:ntoskrnl:PsSetCreateProcessNotifyRoutineEx stub: 0000000100369BB8 0
09b4:fixme:ntoskrnl:PsSetCreateThreadNotifyRoutine stub: 0000000100363D50
09b4:fixme:ntoskrnl:PsSetLoadImageNotifyRoutineEx routine 0000000100367640, flags 0 semi-stub.
09b4:fixme:ntoskrnl:IoCreateDeviceSecure (0000000000C12CE0, 0, L"\Device\{TF9AC12E-S60X-E25G-N67G-IC8A82086DAN}", 34, 100, 0, L"D:P(A;;GA;;;BA)", (null), 000000010048B248): semi-stub
09b4:fixme:ntdll:RtlInitializeGenericTableAvl 0000000100500070 0000000100368424 0000000100368410 000000010036883C 0000000000000000: stub
wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
wine: Unimplemented function ntoskrnl.exe.PsGetProcessExitStatus called at address 00006FFFFFBFD187 (thread 09b4), starting debugger...
0a38:fixme:dbghelp:elf_search_auxv can't find symbol in module
Couldn't get first exception for process 09a4 C:\windows\system32\winedevice.exe.
No backtrace available
Modules:
Module Address Debug info Name (33 modules)
PE 100300000- 10099a000 Deferred ace-base.sys
PE-Wine 140000000- 14000b000 Deferred winedevice
PE-Wine 6fffe8590000- 6fffe859e000 Deferred hal
PE-Wine 6fffe85b0000- 6fffe85c0000 Deferred fltmgr.sys
PE-Wine 6fffff290000- 6fffff2a2000 Deferred hidparse.sys
PE-Wine 6fffff2f0000- 6fffff2fe000 Deferred nsi
PE-Wine 6fffff310000- 6fffff326000 Deferred dnsapi
PE-Wine 6fffff340000- 6fffff36e000 Deferred iphlpapi
PE-Wine 6fffff380000- 6fffff393000 Deferred ndis.sys
PE-Wine 6fffff740000- 6fffff74d000 Deferred dxgmms1.sys
PE-Wine 6fffff760000- 6fffff76d000 Deferred dxgkrnl.sys
PE-Wine 6fffff780000- 6fffff791000 Deferred win32k.sys
PE-Wine 6fffff7b0000- 6fffff80e000 Deferred ntoskrnl
PE-Wine 6fffff840000- 6fffff8ba000 Deferred setupapi
PE-Wine 6fffff8d0000- 6fffff8f9000 Deferred ws2_32
PE-Wine 6fffff910000- 6fffff930000 Deferred sechost
PE-Wine 6fffff940000- 6fffffa14000 Deferred ucrtbase
PE-Wine 6fffffa30000- 6fffffab6000 Deferred rpcrt4
PE-Wine 6fffffad0000- 6fffffb76000 Deferred msvcrt
PE-Wine 6fffffb90000- 6fffffbd3000 Deferred advapi32
PE-Wine 6fffffbf0000- 6fffffe9b000 Deferred kernelbase
PE-Wine 6fffffeb0000- 6ffffff15000 Deferred kernel32
PE-Wine 6ffffff30000- 6ffffffe5000 Deferred ntdll
ELF 7f2cad0e3000- 7f2cad200000 Export ntdll.so
ELF 7f2cad200000- 7f2cad41d000 Deferred libc.so.6
ELF 7f2cad482000- 7f2cad496000 Deferred libresolv.so.2
ELF 7f2cad49c000- 7f2cad4a3000 Deferred ws2_32.so
ELF 7f2cad4a3000- 7f2cad4a8000 Deferred librt.so.1
ELF 7f2cad4aa000- 7f2cad4af000 Deferred libdl.so.2
ELF 7f2cad4af000- 7f2cad4b4000 Deferred libpthread.so.0
ELF 7f2cad4ba000- 7f2cad4bf000 Deferred dnsapi.so
ELF 7f2cad4c3000- 7f2cad501000 Deferred ld-linux-x86-64.so.2
ELF 7f2cad501000- 7f2cad506000 Deferred
Threads:
process tid prio name (all IDs are in hex)
00000020 umu.exe
["C:\windows\system32\umu.exe" /home/larrykoubiak/Games/goddess-of-victory-nikke/drive_c/NIKKE/Launcher/nikke_launcher.exe]
00000024 0
00000030 services.exe
["C:\windows\system32\services.exe"]
00000034 0
00000038 0 wine_rpcrt4_server
00000044 0 wine_rpcrt4_io
00000068 0 wine_rpcrt4_io
0000007c 0 wine_rpcrt4_io
00000098 0 wine_rpcrt4_io
000000c4 0
000000dc 0 wine_rpcrt4_io
000000e8 0 wine_rpcrt4_io
00000970 0 wine_threadpool_worker
00000984 0 wine_threadpool_worker
000009ac 0 wine_rpcrt4_io
000009bc 0 wine_threadpool_waitqueue
0000003c winedevice.exe
[C:\windows\system32\winedevice.exe]
00000040 0
0000004c 0
00000050 0 wine_sechost_service
00000054 0
00000058 0
0000005c 0
0000008c 0 wine_nsi_notification
00000060 svchost.exe
[C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted]
00000064 0
0000006c 0
00000070 0 wine_sechost_service
00000074 plugplay.exe
[C:\windows\system32\plugplay.exe]
00000078 0
00000080 0
00000084 0 wine_sechost_service
00000088 0 wine_rpcrt4_server
000000a4 0 wine_rpcrt4_io
000000a8 0 wine_threadpool_worker
00000240 0 wine_rpcrt4_io
00000090 winedevice.exe
[C:\windows\system32\winedevice.exe]
00000094 0
0000009c 0
000000a0 0 wine_sechost_service
000000ac 0
000000b0 0
000000b4 0
000000b8 0
000000c0 0
000000c8 explorer.exe
["C:\windows\system32\explorer.exe" /desktop]
000000cc 0
000000d0 0
000000d4 0 wine_explorer_display_settings_restorer
000000d8 0 wine_rpcrt4_server
000000e0 rpcss.exe
[C:\windows\system32\rpcss.exe]
000000e4 0
000000f0 0
000000f4 0 wine_sechost_service
000000f8 0 wine_rpcrt4_server
000000fc 0 wine_rpcrt4_server
00000100 0 wine_rpcrt4_io
0000090c 0 wine_rpcrt4_io
00000910 0 wine_threadpool_worker
00000108 tabtip.exe
["C:\windows\system32\tabtip.exe"]
0000010c 0
0000011c 0 wine_rpcrt4_server
00000120 0
000008a8 0
00000114 nikke_launcher.exe
00000118 0
00000128 0
0000012c 0
00000140 0
00000144 0
00000148 0
00000150 1
00000154 0
00000158 0
0000015c 0
00000168 0
0000016c 0
00000170 0
00000174 0
0000018c 0
000001d4 0
000008c8 0
000008cc 0
000008d0 0
000008e4 0
000008e8 0
00000160 intl_service.exe
[--LauncherPID=276 --ParentName=nikke_launcher]
00000164 0
00000184 0
00000188 0
00000194 1
00000198 0
0000019c 0
000001a0 0 INTLwork1
000001b4 0
000001b8 0
000001c0 0 INTLwork2
000001f4 0 INTLwork3
00000250 0 INTLreport-kv4
00000254 0 INTLreport-bi5
00000258 0
0000017c tbs_browser.exe
[--ProductName=nikke_launcher --ParentPid=276, --ParentHwnd=65708 --IPCHwnd=65712 --Rect=0,0,510,800 --Url= ]
00000180 0 CrBrowserMain
000001d8 0 ThreadPoolServiceThread
000001dc 0 ThreadPoolForegroundWorker
000001e0 -2 ThreadPoolBackgroundWorker
000001e4 0 ThreadPoolForegroundWorker
00000204 0 Chrome_IOThread
00000208 0 MemoryInfra
00000210 0 wine_threadpool_worker
00000214 0 wine_threadpool_waitqueue
00000218 0 ThreadPoolSingleThreadCOMSTASharedForeground0
0000021c 0 ThreadPoolSingleThreadCOMSTASharedForegroundBlocking1
00000220 0 ThreadPoolForegroundWorker
00000224 0 CompositorTileWorker1
00000228 0 ThreadPoolForegroundWorker
0000022c 0 ThreadPoolSingleThreadForegroundBlocking2
00000238 0 wine_sechost_device_notify
0000023c 0 VideoCaptureThread
00000244 -2 ThreadPoolSingleThreadSharedBackgroundBlocking3
00000248 0 ThreadPoolSingleThreadSharedForegroundBlocking4
00000264 -2 ThreadPoolBackgroundWorker
00000268 0 ThreadPoolForegroundWorker
0000026c 0 ThreadPoolForegroundWorker
00000270 0 ThreadPoolForegroundWorker
00000274 0 ThreadPoolForegroundWorker
00000284 0 wine_rpcrt4_server
00000298 0 CacheThread_BlockFile
00000318 0
00000470 0 ThreadPoolForegroundWorker
00000478 0 ThreadPoolForegroundWorker
000006c0 0 ThreadPoolForegroundWorker
00000230 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=gpu-process --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --no-sandbox --lang=en-US --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --gpu-preferences=UAAAAAAAAADgAAAIAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAAAAeAAAAAAAAAAoAAAABAAAACAAAAAAAAAAKAAAAAAAAAAwAAAAAAAAADgAAAAAAAAAEAAAAAAAAAAAAAAADQAAABAAAAAAAAAAAQAAAA0AAAAQAAAAAAAAAAQAAAANAAAAEAAAAAAAAAAHAAAADQAAAAgAAAAAAAAACAAAAAAAAAA= --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --mojo-platform-channel-handle=728 /prefetch:2]
00000234 1 CrGpuMain
00000294 0 BrokerEvent
000002c0 0 GpuWatchdog
0000039c 0 dxvk-submit
000003a0 0 dxvk-queue
000003a4 0 dxvk-descriptor
000003a8 0 dxvk-cs
000003ac 0 ThreadPoolServiceThread
000003b0 0 ThreadPoolForegroundWorker
000003b4 -2 ThreadPoolBackgroundWorker
000003b8 1 Chrome_ChildIOThread
000003bc 0 wine_threadpool_worker
000003c0 0 wine_threadpool_waitqueue
000003c4 0 ThreadPoolForegroundWorker
000003c8 0 ThreadPoolForegroundWorker
000003cc 1 VizCompositorThread
000003d0 0 wine_threadpool_worker
000003f4 0 ThreadPoolForegroundWorker
000003f8 0 dxvk-cache
000003fc -2 dxvk-shader-l
00000400 -2 dxvk-shader-l
00000404 -2 dxvk-shader-l
00000408 -2 dxvk-shader-l
0000040c -2 dxvk-shader-l
00000410 -2 dxvk-shader-l
00000414 -2 dxvk-shader-n
00000418 -2 dxvk-shader-n
0000041c -2 dxvk-shader-n
00000420 -2 dxvk-shader-n
00000424 -2 dxvk-shader-n
00000428 -2 dxvk-shader-n
0000042c -2 dxvk-shader-n
00000430 -2 dxvk-shader-n
00000434 -2 dxvk-shader-n
00000438 -2 dxvk-shader-n
0000043c -2 dxvk-shader-h
00000444 -2 dxvk-shader-h
00000448 -2 dxvk-shader-h
00000450 -2 dxvk-shader-h
00000454 -2 dxvk-shader-h
00000458 -2 dxvk-shader-h
0000045c -2 dxvk-shader-h
00000460 -2 dxvk-shader-h
0000047c -2 ThreadPoolBackgroundWorker
000006a8 0 dxvk-frame
00000278 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=utility --utility-sub-type=storage.mojom.StorageService --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --service-sandbox-type=utility --no-sandbox --lang=en-US --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --mojo-platform-channel-handle=944 /prefetch:8]
0000027c 0 CrUtilityMain
000002c4 0 BrokerEvent
000002c8 0 ThreadPoolServiceThread
000002cc 0 ThreadPoolForegroundWorker
000002d0 -2 ThreadPoolBackgroundWorker
000002d4 0 Chrome_ChildIOThread
000002d8 0 ThreadPoolForegroundWorker
000002dc 0 ThreadPoolForegroundWorker
00000288 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --service-sandbox-type=none --no-sandbox --lang=en-US --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --mojo-platform-channel-handle=988 /prefetch:8]
0000028c 0 CrUtilityMain
000002e0 0 BrokerEvent
000002e4 0 ThreadPoolServiceThread
000002e8 0 ThreadPoolForegroundWorker
000002ec -2 ThreadPoolBackgroundWorker
000002f0 0 Chrome_ChildIOThread
000002f4 0 ThreadPoolForegroundWorker
000002f8 0 ThreadPoolForegroundWorker
000002fc 0 wine_threadpool_worker
00000300 0 wine_threadpool_waitqueue
00000304 -2 ThreadPoolBackgroundWorker
00000308 0 ThreadPoolForegroundWorker
0000030c 0 ThreadPoolForegroundWorker
00000310 0 ThreadPoolForegroundWorker
00000750 0 CacheThread_BlockFile
0000029c tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=renderer --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --no-sandbox --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=6 --no-v8-untrusted-code-mitigations --mojo-platform-channel-handle=1212 /prefetch:1]
000002a0 0 CrRendererMain
00000314 0 BrokerEvent
0000031c 0 ThreadPoolServiceThread
00000320 0 ThreadPoolForegroundWorker
00000324 -2 ThreadPoolBackgroundWorker
00000328 1 Chrome_ChildIOThread
0000032c 0 wine_threadpool_worker
00000330 0 wine_threadpool_waitqueue
00000334 0 ThreadPoolForegroundWorker
00000338 0 GpuMemoryThread
0000033c 0 ThreadPoolForegroundWorker
00000344 1 Compositor
00000348 0 ThreadPoolSingleThreadSharedForegroundBlocking0
0000034c 0 CompositorTileWorker1
00000350 0 CompositorTileWorker2
00000354 0 CompositorTileWorker3
00000358 0 CompositorTileWorker4
0000035c -2 CompositorTileWorkerBackground
00000654 0 ThreadPoolForegroundWorker
00000658 0 ThreadPoolForegroundWorker
0000065c 0 ThreadPoolForegroundWorker
000006b0 0 ThreadPoolForegroundWorker
000006b4 0 ThreadPoolForegroundWorker
000006b8 0 ThreadPoolForegroundWorker
000006f4 0 ThreadPoolForegroundWorker
000006f8 0 ThreadPoolForegroundWorker
00000898 0 ThreadPoolForegroundWorker
00000504 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=utility --utility-sub-type=audio.mojom.AudioService --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --service-sandbox-type=audio --no-sandbox --lang=en-US --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --mojo-platform-channel-handle=1472 /prefetch:8]
00000508 0 CrUtilityMain
00000518 0 BrokerEvent
0000051c 0 ThreadPoolServiceThread
00000520 0 ThreadPoolForegroundWorker
00000524 -2 ThreadPoolBackgroundWorker
00000528 0 Chrome_ChildIOThread
0000052c 0 ThreadPoolForegroundWorker
00000530 0 ThreadPoolForegroundWorker
00000534 0 wine_mmdevapi_notification
0000060c tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=renderer --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --no-sandbox --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=8 --no-v8-untrusted-code-mitigations --mojo-platform-channel-handle=1420 /prefetch:1]
00000610 0 CrRendererMain
00000664 0 BrokerEvent
0000066c 0 ThreadPoolServiceThread
00000670 0 ThreadPoolForegroundWorker
00000674 -2 ThreadPoolBackgroundWorker
00000678 1 Chrome_ChildIOThread
0000067c 0 wine_threadpool_worker
00000680 0 wine_threadpool_waitqueue
00000684 0 ThreadPoolForegroundWorker
00000688 0 GpuMemoryThread
0000068c 1 Compositor
00000690 0 ThreadPoolSingleThreadSharedForegroundBlocking0
00000694 0 CompositorTileWorker1
00000698 0 CompositorTileWorker2
0000069c 0 CompositorTileWorker3
000006a0 0 CompositorTileWorker4
000006a4 -2 CompositorTileWorkerBackground
0000079c 0 ThreadPoolForegroundWorker
0000086c 0 ThreadPoolForegroundWorker
00000870 0 ThreadPoolForegroundWorker
00000874 0 ThreadPoolForegroundWorker
00000878 0 ThreadPoolForegroundWorker
0000087c 0 ThreadPoolForegroundWorker
00000880 0 ThreadPoolForegroundWorker
00000884 0 ThreadPoolForegroundWorker
00000888 0 ThreadPoolForegroundWorker
00000748 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=renderer --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --no-sandbox --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=9 --no-v8-untrusted-code-mitigations --mojo-platform-channel-handle=1564 /prefetch:1]
0000074c 0 CrRendererMain
00000758 0 BrokerEvent
0000075c 0 ThreadPoolServiceThread
00000760 0 ThreadPoolForegroundWorker
00000764 -2 ThreadPoolBackgroundWorker
00000768 1 Chrome_ChildIOThread
0000076c 0 wine_threadpool_worker
00000770 0 wine_threadpool_waitqueue
00000774 0 ThreadPoolForegroundWorker
00000778 0 ThreadPoolForegroundWorker
0000077c 0 GpuMemoryThread
00000780 1 Compositor
00000784 0 ThreadPoolSingleThreadSharedForegroundBlocking0
00000788 0 CompositorTileWorker1
0000078c 0 CompositorTileWorker2
00000790 0 CompositorTileWorker3
00000794 0 CompositorTileWorker4
00000798 -2 CompositorTileWorkerBackground
000007f8 0 Media
00000800 0 ThreadPoolForegroundWorker
00000804 0 ThreadPoolForegroundWorker
00000808 0 ThreadPoolForegroundWorker
0000080c 0 ThreadPoolForegroundWorker
00000810 0 ThreadPoolForegroundWorker
00000814 0 ThreadPoolForegroundWorker
00000818 0 ThreadPoolForegroundWorker
0000081c 0 ThreadPoolForegroundWorker
00000820 0 ThreadPoolForegroundWorker
00000824 0 ThreadPoolForegroundWorker
00000828 0 ThreadPoolForegroundWorker
0000082c 0 ThreadPoolForegroundWorker
00000830 0 ThreadPoolForegroundWorker
00000834 0 ThreadPoolForegroundWorker
00000838 0 ThreadPoolForegroundWorker
0000083c 0 ThreadPoolForegroundWorker
00000840 0 ThreadPoolForegroundWorker
0000088c 0 ThreadPoolForegroundWorker
00000890 0 ThreadPoolForegroundWorker
00000894 0 ThreadPoolForegroundWorker
000007a0 tbs_browser.exe
["C:\NIKKE\Launcher\intl_service\tbs_browser.exe" --type=renderer --user-data-dir="C:\users\steamuser\AppData\Local\CEF\User Data" --disable-databases --no-sandbox --log-file="C:\NIKKE\Launcher\intl_service\debug.log" --field-trial-handle=676,13593169907710139014,13359180111602852673,131072 --disable-features=CalculateNativeWinOcclusion,WinUseBrowserSpellChecker --lang=en-US --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=10 --no-v8-untrusted-code-mitigations --mojo-platform-channel-handle=1660 /prefetch:1]
000007a4 0 CrRendererMain
000007a8 0 BrokerEvent
000007ac 0 ThreadPoolServiceThread
000007b0 0 ThreadPoolForegroundWorker
000007b4 -2 ThreadPoolBackgroundWorker
000007b8 1 Chrome_ChildIOThread
000007bc 0 wine_threadpool_worker
000007c0 0 wine_threadpool_waitqueue
000007c4 0 ThreadPoolForegroundWorker
000007c8 0 ThreadPoolForegroundWorker
000007cc 0 GpuMemoryThread
000007d0 1 Compositor
000007d4 0 ThreadPoolSingleThreadSharedForegroundBlocking0
000007d8 0 CompositorTileWorker1
000007dc 0 CompositorTileWorker2
000007e0 0 CompositorTileWorker3
000007e4 0 CompositorTileWorker4
000007e8 -2 CompositorTileWorkerBackground
000008dc nikke.exe
[ -timestamps]
000008e0 0
00000914 0
00000918 0
0000091c 0
00000920 0 wine_threadpool_timer_queue
00000924 0
00000928 0
0000092c 0
00000930 0 wine_threadpool_worker
00000934 0 wine_threadpool_worker
00000938 0
0000093c 0
00000940 0
00000950 0
00000954 0
00000958 0
0000095c 0
000009a0 0
000009cc 0
000009d0 0
000009d8 0
000009dc 0
000009e0 0
000009e4 0
000009e8 0
000009ec 0
000009f0 0
000009f4 0
000009f8 0
000009fc 0
00000a00 0
00000a04 0
00000a08 0
00000a0c 0
00000a18 0
00000a1c 0
00000a20 0
000009a4 (D) C:\windows\system32\winedevice.exe
[C:\windows\system32\winedevice.exe]
000009a8 0
000009b0 0
000009b4 0 wine_sechost_service
000009b8 0
00000a28 0
00000a2c 0
00000a30 0
00000a3c conhost.exe
["C:\windows\system32\conhost.exe" --server 0x24 --headless]
00000a40 0
System information:
Wine build: wine-10.0 (CachyOS)
Platform: x86_64 (guest: i386)
Version: Windows 10
Host system: Linux
Host version: 7.0.3-arch1-2
wine: Call from 00006FFFFFBFD187 to unimplemented function ntoskrnl.exe.PsGetProcessExitStatus, aborting
08e0:fixme:process:NtQueryInformationProcess ProcessQuotaLimits (0xffffffffffffffff,0xf9c48,0x00000030,0xf9c40) stub
08e0:fixme:process:NtSetInformationProcess (0xffffffffffffffff,0x00000001,0xf9c48,0x00000030) stub
0a5c:fixme:ntdll:enum_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 4649524d
0a5c:fixme:ntdll:enum_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049
info: Game: nikke.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
info: D3D9: VK_FORMAT_D16_UNORM_S8_UINT -> VK_FORMAT_D24_UNORM_S8_UINT
info: Process set as DPI aware
08e0:fixme:combase:RoSetErrorReportingFlags (00000004): stub
08e0:fixme:combase:RoGetActivationFactory (L"Windows.System.DispatcherQueue", {00000035-0000-0000-c000-000000000046}, 000000000010FA68): semi-stub
warn: CreateDXGIFactory2: Ignoring flags
info: Game: nikke.exe
info: DXVK: v2.7.1-564-ge3d3f69fe3707a6
info: Build: x86_64 gcc 14.2.0
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffff2a6e1f0
info: Extension providers:
info: Platform WSI
info: OpenVR
info: OpenVR: could not open registry key, status 2
warn: OpenVR: Failed to initialize OpenVR
info: OpenXR
08e0:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan instance extensions size
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_surface_maintenance1
info: VK_KHR_win32_surface
info: Found device: NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA 595.71.5)
08e0:err:openxr:get_vulkan_extensions Could not create key, status 0x2.
warn: OpenXR: Unable to get required Vulkan Device extensions size
info: Creating device:
info: NVIDIA GeForce RTX 4060 Laptop GPU:
info: Driver : NVIDIA 595.71.5
info: Queues:
info: Graphics : (0, 0)
info: Transfer : (1, 0)
info: Sparse : (0, 0)
info: Memory:
info: Heap 0: 7.99 GiB (DEVICE_LOCAL)
info: Budget: 7.19 GiB
info: Type 1: DEVICE_LOCAL
info: Type 4: DEVICE_LOCAL | HOST_VISIBLE | HOST_COHERENT
info: Heap 1: 11.48 GiB
info: Budget: 11.48 GiB
info: Type 0: (None)
info: Type 2: HOST_VISIBLE | HOST_COHERENT
info: Type 3: HOST_VISIBLE | HOST_COHERENT | HOST_CACHED
info: Enabled extensions:
info: VK_EXT_attachment_feedback_loop_layout
info: VK_EXT_border_color_swizzle
info: VK_EXT_conservative_rasterization
info: VK_EXT_custom_border_color
info: VK_EXT_depth_clip_enable
info: VK_EXT_depth_bias_control
info: VK_EXT_descriptor_buffer
info: VK_EXT_extended_dynamic_state3
info: VK_EXT_fragment_shader_interlock
info: VK_EXT_graphics_pipeline_library
info: VK_EXT_hdr_metadata
info: VK_EXT_line_rasterization
info: VK_EXT_memory_priority
info: VK_EXT_multi_draw
info: VK_EXT_non_seamless_cube_map
info: VK_EXT_pageable_device_local_memory
info: VK_EXT_robustness2
info: VK_EXT_sample_locations
info: VK_EXT_shader_module_identifier
info: VK_EXT_transform_feedback
info: VK_EXT_vertex_attribute_divisor
info: VK_KHR_external_memory_win32
info: VK_KHR_external_semaphore_win32
info: VK_KHR_load_store_op_none
info: VK_KHR_maintenance5
info: VK_KHR_maintenance6
info: VK_KHR_maintenance8
info: VK_KHR_maintenance9
info: VK_KHR_maintenance10
info: VK_KHR_pipeline_library
info: VK_KHR_present_id
info: VK_KHR_present_wait
info: VK_KHR_shader_float_controls2
info: VK_KHR_shader_subgroup_uniform_control_flow
info: VK_KHR_shader_untyped_pointers
info: VK_KHR_swapchain
info: VK_KHR_swapchain_maintenance1
info: VK_KHR_swapchain_mutable_format
info: VK_KHR_unified_image_layouts
info: VK_KHR_win32_keyed_mutex
info: VK_NV_low_latency2
info: VK_NV_raw_access_chains
info: VK_NVX_binary_import
info: VK_NVX_image_view_handle
info: Enabled features:
info: depthBiasClamp : 1
info: depthBounds : 1
info: depthClamp : 1
info: drawIndirectFirstInstance : 1
info: dualSrcBlend : 1
info: fillModeNonSolid : 1
info: fragmentStoresAndAtomics : 1
info: fullDrawIndexUint32 : 1
info: geometryShader : 1
info: imageCubeArray : 1
info: independentBlend : 1
info: largePoints : 1
info: logicOp : 1
info: multiDrawIndirect : 1
info: multiViewport : 1
info: occlusionQueryPrecise : 1
info: pipelineStatisticsQuery : 1
info: robustBufferAccess : 1
info: sampleRateShading : 1
info: samplerAnisotropy : 1
info: shaderClipDistance : 1
info: shaderCullDistance : 1
info: shaderFloat64 : 1
info: shaderImageGatherExtended : 1
info: shaderInt16 : 1
info: shaderInt64 : 1
info: shaderUniformBufferArrayDynamicIndexing : 1
info: shaderSampledImageArrayDynamicIndexing : 1
info: shaderStorageBufferArrayDynamicIndexing : 1
info: shaderStorageImageArrayDynamicIndexing : 1
info: sparseBinding : 1
info: sparseResidencyBuffer : 1
info: sparseResidencyImage2D : 1
info: sparseResidencyImage3D : 1
info: sparseResidency2Samples : 1
info: sparseResidency4Samples : 1
info: sparseResidency8Samples : 1
info: sparseResidency16Samples : 1
info: sparseResidencyAliased : 1
info: shaderResourceResidency : 1
info: shaderResourceMinLod : 1
info: tessellationShader : 1
info: textureCompressionBC : 1
info: variableMultisampleRate : 1
info: vertexPipelineStoresAndAtomics : 1
info: wideLines : 1
info: shaderDrawParameters : 1
info: storagePushConstant16 : 1
info: bufferDeviceAddress : 1
info: descriptorIndexing : 1
info: shaderUniformTexelBufferArrayDynamicIndexing : 1
info: shaderStorageTexelBufferArrayDynamicIndexing : 1
info: shaderUniformBufferArrayNonUniformIndexing : 1
info: shaderSampledImageArrayNonUniformIndexing : 1
info: shaderStorageBufferArrayNonUniformIndexing : 1
info: shaderStorageImageArrayNonUniformIndexing : 1
info: shaderUniformTexelBufferArrayNonUniformIndexing : 1
info: shaderStorageTexelBufferArrayNonUniformIndexing : 1
info: descriptorBindingSampledImageUpdateAfterBind : 1
info: descriptorBindingUpdateUnusedWhilePending : 1
info: descriptorBindingPartiallyBound : 1
info: drawIndirectCount : 1
info: hostQueryReset : 1
info: runtimeDescriptorArray : 1
info: samplerFilterMinmax : 1
info: samplerMirrorClampToEdge : 1
info: scalarBlockLayout : 1
info: shaderFloat16 : 1
info: shaderInt8 : 1
info: shaderOutputViewportIndex : 1
info: shaderOutputLayer : 1
info: timelineSemaphore : 1
info: uniformBufferStandardLayout : 1
info: vulkanMemoryModel : 1
info: computeFullSubgroups : 1
info: dynamicRendering : 1
info: maintenance4 : 1
info: robustImageAccess : 0
info: pipelineCreationCacheControl : 1
info: shaderDemoteToHelperInvocation : 1
info: shaderZeroInitializeWorkgroupMemory : 1
info: subgroupSizeControl : 1
info: synchronization2 : 1
info: VK_EXT_attachment_feedback_loop_layout:
info: attachmentFeedbackLoopLayout : 1
info: VK_EXT_border_color_swizzle:
info: borderColorSwizzle : 1
info: borderColorSwizzleFromImage : 0
info: VK_EXT_conservative_rasterization:
info: extConservativeRasterization : 1
info: VK_EXT_custom_border_color:
info: customBorderColors : 1
info: customBorderColorWithoutFormat : 1
info: VK_EXT_depth_clip_enable:
info: depthClipEnable : 1
info: VK_EXT_depth_bias_control:
info: depthBiasControl : 1
info: leastRepresentableValueForceUnormRepresentation : 1
info: floatRepresentation : 0
info: depthBiasExact : 1
info: VK_EXT_descriptor_buffer:
info: descriptorBuffer : 1
info: VK_EXT_descriptor_heap:
info: descriptorHeap : 0
info: VK_EXT_extended_dynamic_state3:
info: extendedDynamicState3AlphaToCoverageEnable : 1
info: extendedDynamicState3DepthClipEnable : 1
info: extendedDynamicState3RasterizationSamples : 1
info: extendedDynamicState3SampleMask : 1
info: extendedDynamicState3LineRasterizationMode : 1
info: extendedDynamicState3SampleLocationsEnable : 1
info: VK_EXT_fragment_shader_interlock:
info: fragmentShaderSampleInterlock : 1
info: fragmentShaderPixelInterlock : 1
info: VK_EXT_full_screen_exclusive:
info: extFullScreenExclusive : 0
info: VK_EXT_graphics_pipeline_library:
info: graphicsPipelineLibrary : 1
info: VK_EXT_hdr_metadata:
info: extHdrMetadata : 1
info: VK_EXT_line_rasterization:
info: rectangularLines : 1
info: smoothLines : 1
info: VK_EXT_memory_budget:
info: extMemoryBudget : 1
info: VK_EXT_memory_priority:
info: memoryPriority : 1
info: VK_EXT_multi_draw:
info: multiDraw : 1
info: VK_EXT_non_seamless_cube_map:
info: nonSeamlessCubeMap : 1
info: VK_EXT_pageable_device_local_memory:
info: pageableDeviceLocalMemory : 1
info: VK_EXT_robustness2:
info: robustBufferAccess2 : 1
info: robustImageAccess2 : 1
info: nullDescriptor : 1
info: VK_EXT_sample_locations:
info: extSampleLocations : 1
info: VK_EXT_shader_module_identifier:
info: shaderModuleIdentifier : 1
info: VK_EXT_shader_stencil_export:
info: extShaderStencilExport : 0
info: VK_EXT_swapchain_colorspace:
info: extSwapchainColorSpace : 0
info: VK_EXT_swapchain_maintenance1:
info: swapchainMaintenance1 : 0
info: VK_EXT_transform_feedback:
info: transformFeedback : 1
info: geometryStreams : 1
info: VK_EXT_vertex_attribute_divisor:
info: vertexAttributeInstanceRateDivisor : 1
info: vertexAttributeInstanceRateZeroDivisor : 1
info: VK_KHR_external_memory_win32:
info: khrExternalMemoryWin32 : 1
info: VK_KHR_external_semaphore_win32:
info: khrExternalSemaphoreWin32 : 1
info: VK_KHR_load_store_op_none:
info: khrLoadStoreOpNone : 1
info: VK_KHR_maintenance5:
info: maintenance5 : 1
info: VK_KHR_maintenance6:
info: maintenance6 : 1
info: VK_KHR_maintenance7:
info: maintenance7 : 0
info: VK_KHR_maintenance8:
info: maintenance8 : 1
info: VK_KHR_maintenance9:
info: maintenance9 : 1
info: VK_KHR_maintenance10:
info: maintenance10 : 1
info: VK_KHR_pipeline_library:
info: khrPipelineLibrary : 1
info: VK_KHR_present_id:
info: presentId : 1
info: VK_KHR_present_id2:
info: presentId2 : 0
info: VK_KHR_present_wait:
info: presentWait : 1
info: VK_KHR_present_wait2:
info: presentWait2 : 0
info: VK_KHR_shader_float_controls2:
info: shaderFloatControls2 : 1
info: VK_KHR_shader_subgroup_uniform_control_flow:
info: shaderSubgroupUniformControlFlow : 1
info: VK_KHR_shader_untyped_pointers:
info: shaderUntypedPointers : 1
info: VK_KHR_swapchain:
info: khrSwapchain : 1
info: VK_KHR_swapchain_maintenance1:
info: swapchainMaintenance1 : 1
info: VK_KHR_swapchain_mutable_format:
info: khrSwapchainMutableFormat : 1
info: VK_KHR_unified_image_layouts:
info: unifiedImageLayouts : 1
info: VK_KHR_win32_keyed_mutex:
info: khrWin32KeyedMutex : 1
info: VK_NV_low_latency2:
info: nvLowLatency2 : 1
info: VK_NV_raw_access_chains:
info: shaderRawAccessChains : 1
info: VK_NVX_binary_import:
info: nvxBinaryImport : 1
info: VK_NVX_image_view_handle:
info: nvxImageViewHandle : 1
info: Descriptor sizes (set alignment: 64)
info: Sampler : 4
info: Uniform buffer : 8
info: Storage buffer : 16
info: Uniform texel buffer : 16
info: Storage texel buffer : 16
info: Sampled image : 4
info: Storage image : 4
info: Memory type mask for sparse resources: 0x2
info: Memory type mask for buffer resources: 0x1f, usage: 0x219ff
info: Creating sampler descriptor heap (8 kB)
info: Graphics pipeline libraries supported
info: Binding model: Descriptor buffer
info: D3D11InternalCreateDevice: Maximum supported feature level: D3D_FEATURE_LEVEL_12_1
info: D3D11InternalCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_1
info: Creating resource descriptor heap (8192 kB)
0b90:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000055BDFF50
0b90:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0000000055BDFEF8): stub
info: Creating device:
info: NVIDIA GeForce RTX 4060 Laptop GPU:
info: Driver : NVIDIA 595.71.5
info: Queues:
info: Graphics : (0, 0)
info: Transfer : (1, 0)
info: Sparse : (0, 0)
info: Memory:
info: Heap 0: 7.99 GiB (DEVICE_LOCAL)
info: Budget: 7.16 GiB
info: Type 1: DEVICE_LOCAL
info: Type 4: DEVICE_LOCAL | HOST_VISIBLE | HOST_COHERENT
info: Heap 1: 11.48 GiB
info: Budget: 11.48 GiB
info: Type 0: (None)
info: Type 2: HOST_VISIBLE | HOST_COHERENT
info: Type 3: HOST_VISIBLE | HOST_COHERENT | HOST_CACHED
info: Enabled extensions:
info: VK_EXT_attachment_feedback_loop_layout
info: VK_EXT_border_color_swizzle
info: VK_EXT_conservative_rasterization
info: VK_EXT_custom_border_color
info: VK_EXT_depth_clip_enable
info: VK_EXT_depth_bias_control
info: VK_EXT_descriptor_buffer
info: VK_EXT_extended_dynamic_state3
info: VK_EXT_fragment_shader_interlock
info: VK_EXT_graphics_pipeline_library
info: VK_EXT_hdr_metadata
info: VK_EXT_line_rasterization
info: VK_EXT_memory_priority
info: VK_EXT_multi_draw
info: VK_EXT_non_seamless_cube_map
info: VK_EXT_pageable_device_local_memory
info: VK_EXT_robustness2
info: VK_EXT_sample_locations
info: VK_EXT_shader_module_identifier
info: VK_EXT_transform_feedback
info: VK_EXT_vertex_attribute_divisor
info: VK_KHR_external_memory_win32
info: VK_KHR_external_semaphore_win32
info: VK_KHR_load_store_op_none
info: VK_KHR_maintenance5
info: VK_KHR_maintenance6
info: VK_KHR_maintenance8
info: VK_KHR_maintenance9
info: VK_KHR_maintenance10
info: VK_KHR_pipeline_library
info: VK_KHR_present_id
info: VK_KHR_present_wait
info: VK_KHR_shader_float_controls2
info: VK_KHR_shader_subgroup_uniform_control_flow
info: VK_KHR_shader_untyped_pointers
info: VK_KHR_swapchain
info: VK_KHR_swapchain_maintenance1
info: VK_KHR_swapchain_mutable_format
info: VK_KHR_unified_image_layouts
info: VK_KHR_win32_keyed_mutex
info: VK_NV_low_latency2
info: VK_NV_raw_access_chains
info: VK_NVX_binary_import
info: VK_NVX_image_view_handle
info: Enabled features:
info: depthBiasClamp : 1
info: depthBounds : 1
info: depthClamp : 1
info: drawIndirectFirstInstance : 1
info: dualSrcBlend : 1
info: fillModeNonSolid : 1
info: fragmentStoresAndAtomics : 1
info: fullDrawIndexUint32 : 1
info: geometryShader : 1
info: imageCubeArray : 1
info: independentBlend : 1
info: largePoints : 1
info: logicOp : 1
info: multiDrawIndirect : 1
info: multiViewport : 1
info: occlusionQueryPrecise : 1
info: pipelineStatisticsQuery : 1
info: robustBufferAccess : 1
info: sampleRateShading : 1
info: samplerAnisotropy : 1
info: shaderClipDistance : 1
info: shaderCullDistance : 1
info: shaderFloat64 : 1
info: shaderImageGatherExtended : 1
info: shaderInt16 : 1
info: shaderInt64 : 1
info: shaderUniformBufferArrayDynamicIndexing : 1
info: shaderSampledImageArrayDynamicIndexing : 1
info: shaderStorageBufferArrayDynamicIndexing : 1
info: shaderStorageImageArrayDynamicIndexing : 1
info: sparseBinding : 1
info: sparseResidencyBuffer : 1
info: sparseResidencyImage2D : 1
info: sparseResidencyImage3D : 1
info: sparseResidency2Samples : 1
info: sparseResidency4Samples : 1
info: sparseResidency8Samples : 1
info: sparseResidency16Samples : 1
info: sparseResidencyAliased : 1
info: shaderResourceResidency : 1
info: shaderResourceMinLod : 1
info: tessellationShader : 1
info: textureCompressionBC : 1
info: variableMultisampleRate : 1
info: vertexPipelineStoresAndAtomics : 1
info: wideLines : 1
info: shaderDrawParameters : 1
info: storagePushConstant16 : 1
info: bufferDeviceAddress : 1
info: descriptorIndexing : 1
info: shaderUniformTexelBufferArrayDynamicIndexing : 1
info: shaderStorageTexelBufferArrayDynamicIndexing : 1
info: shaderUniformBufferArrayNonUniformIndexing : 1
info: shaderSampledImageArrayNonUniformIndexing : 1
info: shaderStorageBufferArrayNonUniformIndexing : 1
info: shaderStorageImageArrayNonUniformIndexing : 1
info: shaderUniformTexelBufferArrayNonUniformIndexing : 1
info: shaderStorageTexelBufferArrayNonUniformIndexing : 1
info: descriptorBindingSampledImageUpdateAfterBind : 1
info: descriptorBindingUpdateUnusedWhilePending : 1
info: descriptorBindingPartiallyBound : 1
info: drawIndirectCount : 1
info: hostQueryReset : 1
info: runtimeDescriptorArray : 1
info: samplerFilterMinmax : 1
info: samplerMirrorClampToEdge : 1
info: scalarBlockLayout : 1
info: shaderFloat16 : 1
info: shaderInt8 : 1
info: shaderOutputViewportIndex : 1
info: shaderOutputLayer : 1
info: timelineSemaphore : 1
info: uniformBufferStandardLayout : 1
info: vulkanMemoryModel : 1
info: computeFullSubgroups : 1
info: dynamicRendering : 1
info: maintenance4 : 1
info: robustImageAccess : 0
info: pipelineCreationCacheControl : 1
info: shaderDemoteToHelperInvocation : 1
info: shaderZeroInitializeWorkgroupMemory : 1
info: subgroupSizeControl : 1
info: synchronization2 : 1
info: VK_EXT_attachment_feedback_loop_layout:
info: attachmentFeedbackLoopLayout : 1
info: VK_EXT_border_color_swizzle:
info: borderColorSwizzle : 1
info: borderColorSwizzleFromImage : 0
info: VK_EXT_conservative_rasterization:
info: extConservativeRasterization : 1
info: VK_EXT_custom_border_color:
info: customBorderColors : 1
info: customBorderColorWithoutFormat : 1
info: VK_EXT_depth_clip_enable:
info: depthClipEnable : 1
info: VK_EXT_depth_bias_control:
info: depthBiasControl : 1
info: leastRepresentableValueForceUnormRepresentation : 1
info: floatRepresentation : 0
info: depthBiasExact : 1
info: VK_EXT_descriptor_buffer:
info: descriptorBuffer : 1
info: VK_EXT_descriptor_heap:
info: descriptorHeap : 0
info: VK_EXT_extended_dynamic_state3:
info: extendedDynamicState3AlphaToCoverageEnable : 1
info: extendedDynamicState3DepthClipEnable : 1
info: extendedDynamicState3RasterizationSamples : 1
info: extendedDynamicState3SampleMask : 1
info: extendedDynamicState3LineRasterizationMode : 1
info: extendedDynamicState3SampleLocationsEnable : 1
info: VK_EXT_fragment_shader_interlock:
info: fragmentShaderSampleInterlock : 1
info: fragmentShaderPixelInterlock : 1
info: VK_EXT_full_screen_exclusive:
info: extFullScreenExclusive : 0
info: VK_EXT_graphics_pipeline_library:
info: graphicsPipelineLibrary : 1
info: VK_EXT_hdr_metadata:
info: extHdrMetadata : 1
info: VK_EXT_line_rasterization:
info: rectangularLines : 1
info: smoothLines : 1
info: VK_EXT_memory_budget:
info: extMemoryBudget : 1
info: VK_EXT_memory_priority:
info: memoryPriority : 1
info: VK_EXT_multi_draw:
info: multiDraw : 1
info: VK_EXT_non_seamless_cube_map:
info: nonSeamlessCubeMap : 1
info: VK_EXT_pageable_device_local_memory:
info: pageableDeviceLocalMemory : 1
info: VK_EXT_robustness2:
info: robustBufferAccess2 : 1
info: robustImageAccess2 : 1
info: nullDescriptor : 1
info: VK_EXT_sample_locations:
info: extSampleLocations : 1
info: VK_EXT_shader_module_identifier:
info: shaderModuleIdentifier : 1
info: VK_EXT_shader_stencil_export:
info: extShaderStencilExport : 0
info: VK_EXT_swapchain_colorspace:
info: extSwapchainColorSpace : 0
info: VK_EXT_swapchain_maintenance1:
info: swapchainMaintenance1 : 0
info: VK_EXT_transform_feedback:
info: transformFeedback : 1
info: geometryStreams : 1
info: VK_EXT_vertex_attribute_divisor:
info: vertexAttributeInstanceRateDivisor : 1
info: vertexAttributeInstanceRateZeroDivisor : 1
info: VK_KHR_external_memory_win32:
info: khrExternalMemoryWin32 : 1
info: VK_KHR_external_semaphore_win32:
info: khrExternalSemaphoreWin32 : 1
info: VK_KHR_load_store_op_none:
info: khrLoadStoreOpNone : 1
info: VK_KHR_maintenance5:
info: maintenance5 : 1
info: VK_KHR_maintenance6:
info: maintenance6 : 1
info: VK_KHR_maintenance7:
info: maintenance7 : 0
info: VK_KHR_maintenance8:
info: maintenance8 : 1
info: VK_KHR_maintenance9:
info: maintenance9 : 1
info: VK_KHR_maintenance10:
info: maintenance10 : 1
info: VK_KHR_pipeline_library:
info: khrPipelineLibrary : 1
info: VK_KHR_present_id:
info: presentId : 1
info: VK_KHR_present_id2:
info: presentId2 : 0
info: VK_KHR_present_wait:
info: presentWait : 1
info: VK_KHR_present_wait2:
info: presentWait2 : 0
info: VK_KHR_shader_float_controls2:
info: shaderFloatControls2 : 1
info: VK_KHR_shader_subgroup_uniform_control_flow:
info: shaderSubgroupUniformControlFlow : 1
info: VK_KHR_shader_untyped_pointers:
info: shaderUntypedPointers : 1
info: VK_KHR_swapchain:
info: khrSwapchain : 1
info: VK_KHR_swapchain_maintenance1:
info: swapchainMaintenance1 : 1
info: VK_KHR_swapchain_mutable_format:
info: khrSwapchainMutableFormat : 1
info: VK_KHR_unified_image_layouts:
info: unifiedImageLayouts : 1
info: VK_KHR_win32_keyed_mutex:
info: khrWin32KeyedMutex : 1
info: VK_NV_low_latency2:
info: nvLowLatency2 : 1
info: VK_NV_raw_access_chains:
info: shaderRawAccessChains : 1
info: VK_NVX_binary_import:
info: nvxBinaryImport : 1
info: VK_NVX_image_view_handle:
info: nvxImageViewHandle : 1
0270:fixme:file:ReplaceFileW Ignoring flags 2
info: Descriptor sizes (set alignment: 64)
info: Sampler : 4
info: Uniform buffer : 8
info: Storage buffer : 16
info: Uniform texel buffer : 16
info: Storage texel buffer : 16
info: Sampled image : 4
info: Storage image : 4
info: Memory type mask for sparse resources: 0x2
info: Memory type mask for buffer resources: 0x1f, usage: 0x219ff
info: Creating sampler descriptor heap (8 kB)
info: Graphics pipeline libraries supported
info: Binding model: Descriptor buffer
info: D3D11InternalCreateDevice: Maximum supported feature level: D3D_FEATURE_LEVEL_12_1
info: D3D11InternalCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_0
info: Creating resource descriptor heap (8192 kB)
08e0:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 00000000564AD510, 10, 0, (null), 3, 3, 0000000000000000, 0
08e0:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
08e0:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
08e0:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
08e0:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
08e0:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 00000000564AD510, 10, 0, (null), 3, 3, 0000000000000000, 0
08e0:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
08e0:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
08e0:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
00a0:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
00a0:fixme:ntoskrnl:alloc_kernel_object set_object_reference failed: 0xc0000008
00a0:fixme:ntoskrnl:ObReferenceObject failed to grab 000000000024F8D0 reference
08e0:fixme:system:NtUserGetDisplayConfigBufferSizes only returning active paths
08e0:fixme:system:NtUserQueryDisplayConfig only returning active paths
08e0:fixme:system:NtUserQueryDisplayConfig setting toplogyid to DISPLAYCONFIG_TOPOLOGY_INTERNAL
08e0:fixme:dwmapi:DwmSetWindowAttribute (00000000000201B6, 2, 000000000010F588, 4) stub
warn: D3D11DXGIDevice::QueryInterface: Unknown interface query
warn: 0ec870a6-5d7e-4c22-8cfc-5baae07616ed
warn: DXGI: MakeWindowAssociation: Ignoring flags
info: Found cache file: C:\users\steamuser\AppData\Local\dxvk\43a95a1362633f91.dxvk.bin
info: DXVK: Using 24 compiler threads
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_IMMEDIATE_KHR (dynamic: yes)
info: Buffer size: 1920x1128
info: Image count: 3
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
08e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
01c8:fixme:ver:GetCurrentPackageId (00000000522BFF50 0000000000000000): stub
info: Presenter: Got VK_ERROR_OUT_OF_DATE_KHR, recreating swapchain
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_IMMEDIATE_KHR (dynamic: yes)
info: Buffer size: 1280x742
info: Image count: 3
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 000000000083F700, 10002, 000000000182F8A0: stub
08e0:fixme:file:NtLockFile I/O completion on lock not implemented yet
01ec:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 2, 0000000000000000, 0, 0000000000000000 stub
01ec:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 0000000002257360, 10, 0, (null), 3, 3, 0000000000000000, 0
01ec:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
01f0:fixme:wininet:InternetCheckConnectionW (L"https://www.apple.com" 1 0)
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD340, 00000000679DFC50
01ec:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 2, 0000000000000000, 0, 0000000000000000 stub
01ec:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 0000000002257360, 10, 0, (null), 3, 3, 0000000000000000, 0
01ec:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD3E0, 00000000679DFC50
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD480, 00000000679DFC50
0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
01ec:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 2, 0000000000000000, 0, 0000000000000000 stub
01ec:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 0000000002257360, 10, 0, (null), 3, 3, 0000000000000000, 0
01ec:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD520, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD5C0, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD660, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD700, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD7A0, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD840, 00000000679DFC50
01f8:fixme:netprofm:connection_GetAdapterId 00000000025FD8E0, 00000000679DFC50
01f8:fixme:netprofm:connection_point_Advise 0000000004097770, 00000000683A6660, 00000000683A666C - semi-stub
01f8:fixme:netprofm:connection_point_Advise 00000000040977E0, 0000000002246E20, 00000000683A666C - semi-stub
01f0:fixme:netprofm:connection_point_Advise 000000000117F0F0, 00000000683A6540, 00000000683A654C - semi-stub
08e0:fixme:ole:CoInitializeSecurity 0000000000000000, -1, 0000000000000000, 0000000000000000, 0, 2, 0000000000000000, 0, 0000000000000000 stub
08e0:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 000000005A75A2F0, 10, 0, (null), 3, 3, 0000000000000000, 0
08e0:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
08e0:fixme:wbemprox:client_security_SetBlanket 00006FFFF3061EC0, 000000005A75A350, 10, 0, (null), 3, 3, 0000000000000000, 0
08e0:fixme:wbemprox:client_security_Release 00006FFFF3061EC0
02bc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000067ADFF50
08e0:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\windows\system32\tzres.dll", (null), 000000000010E6C4, 00000000662C13A0, 000000000010E6C0, 000000000010E6C8
08e0:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\windows\system32\tzres.dll", (null), 000000000010E6C4, 00000000662C13A0, 000000000010E6C0, 000000000010E6C8
08e0:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\windows\system32\tzres.dll", (null), 000000000010E6C4, 00000000662C13A0, 000000000010E6C0, 000000000010E6C8
info: Presenter: Got VK_ERROR_OUT_OF_DATE_KHR, recreating swapchain
info: Presenter: Actual swapchain properties:
info: Format: VK_FORMAT_B8G8R8A8_UNORM
info: Color space: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info: Present mode: VK_PRESENT_MODE_IMMEDIATE_KHR (dynamic: yes)
info: Buffer size: 1319x742
info: Image count: 3
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0120:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
0120:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 000000000084DCA0, 10002, 000000000182F8A0: stub
0120:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0b40:fixme:mfplat:media_source_IMFGetService_GetService Unsupported service {dd0ac3d8-40e3-4128-ac48-c0add067b714} / riid {26afea53-d9ed-42b5-ab80-e64f9ee34779}
0b40:fixme:mfplat:MFPluginControl_IsDisabled (0 {88753b26-5b24-49bd-b2e7-0c445c78c982})
0b40:fixme:mfplat:MFPluginControl_IsDisabled (0 {62ce7e72-4c71-4d20-b15d-452831a87d9d})
0b40:fixme:mfplat:MFPluginControl_IsDisabled (0 {82d353df-90bd-4382-8bc2-3f6192b76e34})
0b40:fixme:mfplat:MFPluginControl_GetPreferredClsidByIndex (0 0 00000000546DEDA8 00000000546DEDD0)
0:00:00.065436224 20954 0x7f20780faac0 ERROR protonmediaconverter lib.c:327:media_converter_init: Skipped "protonvideoconverter" registration.
0:00:00.065442140 20954 0x7f20780faac0 ERROR protonmediaconverter lib.c:336:media_converter_init: Skipped "protonaudioconverter" registration.
0:00:00.065443354 20954 0x7f20780faac0 ERROR protonmediaconverter lib.c:345:media_converter_init: Skipped "protonaudioconverterbin" registration.
0:00:00.065444625 20954 0x7f20780faac0 ERROR protonmediaconverter lib.c:354:media_converter_init: Skipped "protondemuxer" registration.
0b40:fixme:mfplat:transform_GetAttributes iface 00000000554B4498, attributes 00000000546DEF88 semi-stub!
0b40:fixme:mfplat:MFPluginControl_IsDisabled (0 {88753b26-5b24-49bd-b2e7-0c445c78c982})
0b40:fixme:mfplat:MFPluginControl_GetPreferredClsidByIndex (0 0 00000000546DEC68 00000000546DEC90)
0500:fixme:mfplat:video_processor_ProcessMessage Ignoring message 0x10000003.
0500:fixme:mfplat:transform_GetAttributes iface 00000000554B4498, attributes 000000006D24FBF0 semi-stub!
0500:fixme:mfplat:transform_GetOutputStreamAttributes iface 00000000554B4498, id 0, attributes 000000006D24FBF0 semi-stub!
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eac0 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f0f0): stub
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: D3D11VideoContext::VideoProcessorSetStreamSourceRect: Stub.
0548:fixme:mfplat:video_processor_ProcessMessage Ignoring message 0.
0500:fixme:mfplat:video_processor_ProcessMessage Ignoring message 0x10000003.
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
info: DXVK: Using 24 compiler threads
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x40000006
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
warn: D3D11Texture2D::QueryInterface: Unknown interface query
warn: b0e06fe0-8192-4e1a-b1ca-36d7414710b2
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x4000000a
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x4000000e
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eb80 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f1b0): stub
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x40000012
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Section"
0500:fixme:vulkan:NtGdiDdDDIOpenResource2 params 0x6d24eb80 stub!
warn: DxvkMemoryAllocator::createImageResource: Failed to open shared D3DKMT handle
0500:fixme:vulkan:NtGdiDdDDIEscape (0x6d24f1b0): stub
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x40000016
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x40000002
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!
warn: D3D11Device::OpenSharedResource: Failed to query resource: 0x4000001a
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 842094158
warn: D3D11VideoProcessorEnumerator::CheckVideoProcessorFormat: stub, format 21
warn: DxvkMemoryAllocator::createImageResource: Failed to get shared handle for memory
08e0:fixme:vulkan:NtGdiDdDDIQueryResourceInfo params 0x10ef30 stub!

@larrykoubiak
Copy link
Copy Markdown

sorry if the comment is too long, i tried removing the repeating part at the end but it's still 2K lines, tell me if it's an issue and i'll remove it.
Forgot to mention that i removed the UMU_RUNTIME_UPDATE env variable, it complained about steam not running so i opened steam, it updated Proton-Hotfix and i could launch again. But yeah sometimes just opening steam and letting it update stuff helps, i dunno, even though i only use Lutris to launch

@d-kja
Copy link
Copy Markdown
Author

d-kja commented May 6, 2026

nah don't worry, you can keep it. I'll try to help as well tomorrow, because I'm still trying to wrap up some work b4 going to bed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment