Skip to content
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

Missing texture during "Dump Textures" (always) and "Load Custom Textures" (randomly) #144

Closed
vkedwardli opened this issue Dec 21, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@vkedwardli
Copy link
Collaborator

When enabled "Dump Textures"

Missing texture is always reproducible, regression caused by 03f0963
6b3293f6-2d85-49b6-95b7-71f0db49b89e

The above issue has no importance since this only occurs during "Dump Textures", my main concern is the "Load Custom Textures" below:

With texture replacement enabled, some texture (to be replaced or not to be replaced) will be missing.

Only the head is missing (this model is using custom texture, the head and the body are from 2 separate png)
Screenshot 2020-12-22 at 5 17 46 AM

Background is missing (not custom texture)
Screenshot 2020-12-22 at 5 18 50 AM

Laser beam is missing (not custom texture, hard to notice by static screencap, please refer to video posted in Discord)
Screenshot 2020-12-22 at 5 22 22 AM

I have no idea if the missing texture for texdump and texreplace has the same root cause.
Thank you for your time.

@flyinghead flyinghead added the bug Something isn't working label Dec 26, 2020
flyinghead added a commit that referenced this issue Dec 27, 2020
… after the current frame

regular textures might be referenced by the current frame and deleting them cause gl errors
Issue #144
@flyinghead
Copy link
Owner

The black textures during dumping should be fixed. I also fixed an issue where some textures were deleted when the custom version was loaded, resulting in GL errors.

However these problems probably don't explain why a given texture (custom or not) would stay black as mentioned in the issue description.

Could you confirm which renderer is used (Open GL or Vulkan) and which setting (per-triangle or per-pixel)?

@vkedwardli
Copy link
Collaborator Author

vkedwardli commented Dec 27, 2020

From bug producer:

280b82fd-18d4-463c-8e45-4d78135db0dc
24374e5d-7fbf-4860-9069-aa015ad05531
6b081d49-8868-479a-9cf9-b62305e5f949

@vkedwardli
Copy link
Collaborator Author

Verified fixed, thanks a lot!

vkedwardli pushed a commit to vkedwardli/flycast that referenced this issue May 1, 2023
…r-size

Override Audio Latency to 64ms during Rollback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants