mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #4046] [CLOSED] Image Overlap issue #3895
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3895
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/4046
Author: @georgemoralis
Created: 2/18/2026
Status: ❌ Closed
Base:
main← Head:image_overlap📝 Commits (5)
6fb8214log to see why we reach here11c83a3improvements for overlapping issues (seems to fix most of red dead redemption issues)4d42b2eadd unreachable againade0789added missing mip/slice info for subresource case1251441always copy content for expansion📊 Changes
2 files changed (+106 additions, -41 deletions)
View changed files
📝
src/video_core/texture_cache/image.cpp(+1 -1)📝
src/video_core/texture_cache/texture_cache.cpp(+105 -40)📄 Description
FIrst step:
Added logging to see why we reach this :
UNREACHABLE_MSG("Encountered unresolvable image overlap with equal memory address.");
If you can provide me the log :
known games :
https://github.com/shadps4-compatibility/shadps4-game-compatibility/issues?q=is%3Aissue%20state%3Aopen%20Encountered%20unresolvable%20image%20overlap%20with%20equal%20memory%20address.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.