-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BLUS30701] Hyperdimension Neptunia - Corrupted dialogue textures #4348
Comments
I believe this is fixed by #5115. If you have time, please confirm. |
@ruipin |
I'm not sure you understood me. I was saying that PR #5115 should fix these issues (both VK and OGL) and you should test it if you have time, and let me know if you see it again. |
@ruipin |
You are testing master (build 7365), not the PR #5115. You need to go to the PR and download the WIP build there, just click the "green tick" next to the latest commit; select Appveyor, open the "Artifacts" submenu, and download it there: I believe that build (not 7365) fixes the bug for OGL as well. |
@ruipin |
The issue is closed. PR #5146 fixes the bug in the previous post. Still, there's some bug with eyes on OpenGL (attached pic) but at least it's not that bad as it was. Vulkan is okay and I didn't notice a single bug with this API. |
Fixed by #5146 |
I've got a RenderDoc capture for this bug. Looks like it uses one of the previous buffers instead of a texture for character in dialogues.
Bug usually appears randomly but at the certain phrases in dialogue (when new texture loads?). Probably reproduces with higher chance by skipping dialogues (it makes textures to load more frequently I think)
Here goes wrong buffer
And what happens
In-game
Same situation but with an older RenderDoc version:
Running on:
OS; Win 10
CPU: i7 7700
GPU: AMD Radeon R7 370
SSD for both game and RPCS3
Also I tried to use Framelimit by 30 FPS - doesn't matter.
Bug affects on both APIs OpenGL and Vulcan.
And here's RenderDoc captures:
for RenderDoc 1.00 with purple haired chick (1-3 screenshots)
for RenderDoc 0.91 with blue haired flat chick (4th screenshot)
The text was updated successfully, but these errors were encountered: