dhewg
dhewg
With vsync disabled in-game and `thread_submit=true` as well as `tearfree_discard=true` my gpu load is maxed out. That is with upstream mesa, so none of those new patches.
Problem still exists. It's because d3d9/ddraw coop is used in this game. Setting [DirectDrawRenderer](https://wiki.winehq.org/Useful_Registry_Keys) to `gdi` fixes this to some degree. On windowed mode (`wine vampire.exe -windowed`) that's all that's...
Turns out the ddraw stuff is only used by binkw32.dll in this game. Renaming/deleting the `Vampire/media` folder gets rid of ddraw/coop, and the game can be played without setting `DirectDrawRenderer`....
Using WINEDEBUG=ddraw to see if ddraw is used, I tested different versions of `binkw32.dll` from a few other games: GOG game ships with 1.6.3.0, which is using ddraw coop 1.5.21.0...
The resolution mismatch is fixed on standalone master. The bink/ddraw issue is still present. Unsure how to fix that, known workarounds: * Rename the `Vampire/media` folder so the game doesn't...
For the record: d9vk has the same ddraw coop issue
VTMB Unofficial Patch v10.5-rc2 is shipping binkw32.dll v1.8x. GOG will eventually pick that up, but you can install it manually in any case. With that and standalone v0.5 everything should...
It is, as briefly mentioned on the wiki: https://github.com/iXit/wine-nine-standalone/wiki/Interoperability Two patches are required: 1. https://github.com/iXit/wine-nine-standalone/commit/c25fd39406efb5c0065a649e54f574e731ca748c 2. https://cgit.freedesktop.org/mesa/mesa/commit/?id=1cc8192ad0be52220043d40f2c7ead149d479809 I'm not sure if 1) is part of your current nine patches, but...
Ok, thanks, I'll try to trace... I found a few AT commands, does any of those ring any bell? ``` unknown command 'AT' unknown command 'AT?' [ATSR]: _AT_SYSTEM_RECOVER_OTA_SIGNATURE_ unknown command...
Found `ATXX` in `packages/framework-realtek-ambz2/component/common/api/at_cmd/atcmd_sys.c` ``` #ATXX == Rtl8710c IoT Platform == Chip VID: 5, Ver: 3 ROM Version: v3.0 Test Mode: boot_cfg1=0x20 Download Image over UART2[tx=16,rx=15] baud=115200 ``` ``` $...