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

UnrealEd 227kb12: Black textures after 1-2 hours of work in the UnrealEd #395

Open
Reorn opened this issue Dec 21, 2024 · 1 comment
Open

Comments

@Reorn
Copy link
Collaborator

Reorn commented Dec 21, 2024

Black textures after 1-2 hours of work in the UnrealEd
If you restart the editor, everything is fine.
Windows7x64, Unrealed x86 and x64, last beta (kb12 2024-11-30)

The previous betas (2023-03-28 and 2024-08-28) never had this glitch, even though I was working with a lot of textures.

I think it's a memory leak.
Black1
Black2
Black4

@Reorn
Copy link
Collaborator Author

Reorn commented Dec 22, 2024

Added: I found a way to reproduce this glitch in 1-2 minutes. You need to import a lot of HD textures into UnrealED x86 (or open any HD texture pack), and do something with them (for example, change the detail or DrawScale). The glitch will appear in 1-2 minutes. At the same time, UnrealEd x86 eats up a lot of memory (> 394 mb).

Black5

I think the program constantly updates textures (including those that haven't been changed by the user) without freeing up memory from old textures. And this causes a memory leak (or memory overflow error???).

UPD: UnrealEd x64 also has this bug, but it appears later (with a larger amount of occupied memory)
UPD2: As far as I can see, the previous beta 2024-08-28 never had this glitch

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

No branches or pull requests

1 participant