protonscr

Main menu text missing in House Party

dxvkclosed not our bug
doitsujin/dxvk#4904 · opened 2025-05-09 by nokia8801 · updated 2025-05-10 · 3 comments · github
Nnokia8801 2025-05-09 github

Text in main menu is missing.

Software information

House Party. Steam AppID 611790. Version 1.4.0.13093.

System Information

  • OS: Arch Linux
  • Kernel: Linux 6.15-rc4
  • GPU: Intel Arc A750 (Xe kernel driver)
  • Mesa: 25.0.5
  • DXVK: v2.6.1 (commit 54d37d9)
  • DE/WM: Mutter 48.2 on Wayland
  • Proton/Wine: Wine 10.7

dxvk.conf

dxgi.enableHDR = False
dxgi.hideIntelGpu = True
d3d9.hideIntelGpu = True
d3d11.maxFeatureLevel = 12_1
d3d9.shaderModel = 3
dxvk.deviceFilter "A750"
dxvk.enableMemoryDefrag = True
d3d9.floatEmulation = Strict
d3d9.sincosEmulation = True
d3d11.sincosEmulation = True

Log

house-party.trace

Screenshots

Image

Additional Information

Escape menu while in-game is working. Seems to only be affecting the main menu.

Ddoitsujin maintainer 2025-05-09 github

Text issues aren't necessarily rendering issues; if the game does something weird with d2d/dwrite or a specific Windows font then that has a good chance of breaking as well. Would need a full Proton log to see what it's doing.

Ddoitsujin maintainer 2025-05-09 github

Yeah, must be an issue outside of DXVK. Found the draw that's supposed to render text there now, the texture is just completely blank because the app just feeds us zeroes (verified via trace, not a bug) and the vertex buffers just draw a bunch of zero-sized triangles, so it doesn't even seem to be getting font metadata properly.

Nnokia8801 2025-05-10 github

Well, yep. That seems to be the case indeed. Installed corefonts to that prefix using Winetricks, now displaying the font. Interesting that in-game menu fonts are different from the main menu ones. Just generic ones on the main menu.

Image

Nothing extracted yet.