You can reproduce, if you have the time, by following these steps:
Hello. The "Game Download" button on the site gives me a "404 Not Found"
It might be worth trying out d8vk since if that ever gets merged into dxvk (nothing is official or decided afaik) i imagine d3d8to9 together with dxvk would become unsupported. It's still early in development but you can find the latest builds here https://github.com/AlpyneDreams/d8vk/actions/workflows/artifacts.yml?query=branch%3Amaster++
Edit: now the download worked
Hello. The "Game Download" button on the site gives me a "404 Not Found"
It might be worth trying out d8vk since if that ever gets merged into dxvk (nothing is official or decided afaik) i imagine d3d8to9 together with dxvk would become unsupported. It's still early in development but you can find the latest builds here https://github.com/AlpyneDreams/d8vk/actions/workflows/artifacts.yml?query=branch%3Amaster++
Edit: now the download worked
Yeah, that was my bad, I was refreshing the installer with the latest patches.
We could add d3d8 to VK, but a lot of people prefer d3d9 because of shader and add-on support.
Please make an apitrace of the game.
OK, so, I've made a trace.
Strangely while making the trace with apitrace 11.1, the issue isn't present. Don't know if that's normal or not, but yeah, here's the trace file compressed to a 7-zip archive.
I was unable to upload the trace through GitHub as the file exceeded 25MB and 7z wasn't allowed. (Tried ZIP too but then it was twice the size.)
You can download the trace from https://files.pioneer2.net/PsoBB.trace.7z
Thanks.
Strangely while making the trace with apitrace 11.1, the issue isn't present. Don't know if that's normal or not, but yeah, here's the trace file compressed to a 7-zip archive.
That's normal.
Thanks for the trace.
This seems to have worked back in d9vk 0.13f and then regressed in 0.20
The problem here is that there's something wrong with how DXVK handles fixed function projected texture coordinates.
The game sets TEX1 as the only tex coord FVF bit. So we end up with a tex coord size of 2.
Meanwhile it sets 259 as the texture transform flags which is equivalent to PROJECTED | COUNT3.
DXVK ends up clamping to the texcoord size of 2 and thus uses the y coord as the value that the projection divides by.
That is most likely wrong. Changing it to z fixes the issue. Additionally the docs say the following:
The D3DTTFF_PROJECTED flag causes the rasterizer to divide the first two elements by the third (or n) element
Now the question is how exactly this is supposed to work. We don't want to break #3293 again.
EDIT: I think the correct thing to do is to disable projection if the texture coord fewer dimensions than the texture transform flags specify.
Hello, I wanted to also offer my input as i've been witnessing the same issues with this specific game lately, I've tested with D8VK as I just want to run the game with its native D3D8 mode without need to use D3D8to9/Reshade and the game behaves with the same graphic issues as mentioned above by the OP.
Tested in both Linux (Fedora 40) under Wine 9.5 Staging and on a Steam Deck
Nothing extracted yet.
Using an NVIDIA 3090 card with 526.98 driver (also happens with AMD cards), textures are missing when playing Phantasy Star Online Blue Burst in D3D9 mode.
We are utilizing D3D8to9 to elevate the game to D3D9, which works fine otherwise when you play vanilla Direct3D 9, but with DXVK we have missing texture problems.
In the screenshots attached, you can see that the Gol Dragon's monitors are blank (they flicker in real time), the laser panel in the Forest is blank, and the laser effect for doorways in CCA is completely missing.
Running this under straight Windows 11.



I'm also uploading shots of how they SHOULD look like...
Here's the log file from the game...
psobb_d3d9.log