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

5.4 stuck trying to release texture on exit pie #92

Open
getnamo opened this issue Jun 5, 2024 · 7 comments
Open

5.4 stuck trying to release texture on exit pie #92

getnamo opened this issue Jun 5, 2024 · 7 comments
Assignees
Labels

Comments

@getnamo
Copy link
Owner

getnamo commented Jun 5, 2024

LIkely due to 5.4 render changes.

@getnamo getnamo added the bug label Jun 5, 2024
@getnamo getnamo self-assigned this Jun 5, 2024
@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

Related stack when paused on GT

image

@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

We also have the issue of blu_ue4_process.exe surviving Unreal exit at times. This suggests our cleanup is not fully wrapped.

@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

It's worse than just texture release, it appears that the browser renders incorrectly (patches/deltas) onto the page vs what 5.1 & 5.3 show. Update textures needs a change, did API change?

@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

Called in
image

then processed in

image

NB: https://forums.unrealengine.com/t/c-transition-guide-for-5-4/1835583

@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

5.3 render:
image

5.4 render:
image
(bbc re-render trigger caused crash)

looks like last patch (lowest) override other patches

@getnamo
Copy link
Owner Author

getnamo commented Jun 5, 2024

UpdateTexture2D changes (5.3->5.4):

image

Appears to use a block copy architecture, potentially a source of the problems?

Related commit: https://github.com/EpicGames/UnrealEngine/commit/b7881548a3858f40aadbf0f10d206a68dc2ee47a

@getnamo
Copy link
Owner Author

getnamo commented Oct 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant