protonscr

Dark Romance: Vampire in Love black screen

dxvkclosed game bugd3d9
doitsujin/dxvk#3336 · opened 2023-04-05 by Blisto91 · updated 2023-05-22 · 2 comments · github
BBlisto91 2023-04-05 github

Dark Romance: Vampire in Love has a black screen, except for the cursor with a white square around it, when using dxvk. Wined3d is fine and so is native, but also reproduces with dxvk on Windows.

d3d9.allowDirectBufferMapping = False gets rid of the issue which is weird.

Software information

Dark Romance: Vampire in Love Collector's Edition

System information

  • GPU: AMD 7900xtx
  • Driver: mesa-git / Windows 23.4.1
  • Wine version: Experimental
  • DXVK version: Any

Apitrace file(s)

SEIZURE WARNING!

https://mega.nz/file/54gWGJCQ#GYWrfVak_SL-HC3jljgGK8o1jfH2FgWjiJACEfwOfko

SEIZURE WARNING!

If there are stripes appearing in the main menu when replaying with d3d9.allowDirectBufferMapping = False then those can be ignored as they aren't a thing in the actual game.

Log files

DarkRomance_VampireInLove_CE_d3d9.log

KK0bin maintainer 2023-04-06 github

The game updates buffers with NOOVERWRITE and then overwrites data that's in use.

Aaxeldavy 2023-05-22 github

The game requests Software Vertex Processing. Thus it assumes all vs computation is done right away. NOOVERWRITE or not doesn't matter when you use software vertex processing.

Nothing extracted yet.