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

[Bug]: minor texture leak with faction logos #2502

Open
1 task done
bobbens opened this issue Dec 28, 2023 · 2 comments
Open
1 task done

[Bug]: minor texture leak with faction logos #2502

bobbens opened this issue Dec 28, 2023 · 2 comments
Labels
Type-Defect Issue relates to a defect in the game that has to be corrected.

Comments

@bobbens
Copy link
Member

bobbens commented Dec 28, 2023

What happened?

Texture leak detected!
'gfx/logo/empire.webp' opened 11 times

Version

0.11.0

What operating system are you seeing the problem on?

None

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bobbens bobbens added the Type-Defect Issue relates to a defect in the game that has to be corrected. label Dec 28, 2023
@tpalmerstudios
Copy link

tpalmerstudios commented Feb 29, 2024

To add on I have the same
183 [New Thread 0x7ffeae1a66c0 (LWP 35210)]
184 [Thread 0x7ffeaf9a96c0 (LWP 35195) exited]
185 [Thread 0x7ffeae1a66c0 (LWP 35210) exited]
186 [Thread 0x7fff757fd6c0 (LWP 31963) exited]
187 [Thread 0x7fff79ffe6c0 (LWP 31962) exited]
188 Texture leak detected!
189 'gfx/logo/dvaered.webp' opened 2 times
190 [Inferior 1 (process 31897) detached]
And once again

1677 [New Thread 0x7ffe4777a6c0 (LWP 74153)]
1678 [Thread 0x7ffe539286c0 (LWP 74127) exited]
1679 [Thread 0x7ffe4777a6c0 (LWP 74153) exited]
1680 [Thread 0x7fff8cbef6c0 (LWP 43616) exited]
1681 [Thread 0x7fff91f326c0 (LWP 43615) exited]
1682 Texture leak detected!
1683 'gfx/logo/dvaered.webp' opened 1 time
1684 'gfx/logo/empire.webp' opened 1 time
1685 'gfx/logo/frontier.webp' opened 1 time
1686 [Inferior 1 (process 43521) detached]

So this does appear to be faction logos.

@bobbens
Copy link
Member Author

bobbens commented Mar 9, 2024

I believe I indirectly fixed this as it was a threaded loading issue with my latest changes. If anyone finds this after this comment on nightly / git, it means it's still an issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type-Defect Issue relates to a defect in the game that has to be corrected.
Projects
Status: Todo
Development

No branches or pull requests

2 participants