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

The game sometimes gets stuck loading scene assets #129

Closed
janhohenheim opened this issue Feb 14, 2023 · 7 comments
Closed

The game sometimes gets stuck loading scene assets #129

janhohenheim opened this issue Feb 14, 2023 · 7 comments
Labels
bug Something isn't working crash The game crashed or is similarly no longer playable. Pair with bug help wanted Extra attention is needed

Comments

@janhohenheim
Copy link
Owner

janhohenheim commented Feb 14, 2023

Waiting with debugging until I get a response at NiklasEi/bevy_asset_loader#108 See #187

@janhohenheim janhohenheim added the bug Something isn't working label Feb 14, 2023
@janhohenheim janhohenheim changed the title The game sometimes only boots up a grey sky The game sometimes only boots up a grey screen Feb 16, 2023
@janhohenheim janhohenheim added the crash The game crashed or is similarly no longer playable. Pair with bug label Feb 16, 2023
@janhohenheim janhohenheim changed the title The game sometimes only boots up a grey screen The game sometimes gets stuck loading the last resources Feb 17, 2023
@janhohenheim janhohenheim changed the title The game sometimes gets stuck loading the last resources The game sometimes gets stuck loading one resource Feb 21, 2023
@janhohenheim janhohenheim changed the title The game sometimes gets stuck loading one resource The game sometimes gets stuck loading scene assets Feb 22, 2023
@janhohenheim
Copy link
Owner Author

image

@janhohenheim janhohenheim added the help wanted Extra attention is needed label Feb 25, 2023
@janhohenheim
Copy link
Owner Author

janhohenheim commented Mar 14, 2023

Maybe fixed by bevyengine/bevy#7825
Update: no luck

@janhohenheim janhohenheim mentioned this issue Mar 14, 2023
6 tasks
@gmorenz
Copy link

gmorenz commented Mar 23, 2023

Just got this on latest master. So it appears not to have been fixed by the Bevy 0.10 update.

@janhohenheim
Copy link
Owner Author

I think this might be a Bevy bug. I'd need to create a minimal example to verify this, but it's a bit tricky, since it would have to run the App in a loop until it gets stuck.

@janhohenheim
Copy link
Owner Author

janhohenheim commented May 29, 2023

Update: opened a bug report in bevyengine/bevy#8706

@dagit
Copy link

dagit commented Jun 19, 2023

For some reason on my machine I get this issue about 50% of the time. I ran foxtrot under gdb and when it gets stuck, I noticed it just keeps creating threads that exit. When I interrupt it look at the stack it's waiting on fences in ash.

I don't know if any of that information is helpful, but it makes me wonder if some gpu related initialization is failing.

Edit: Never mind. I did more poking around and I think the creating/exiting threads are normal.

@janhohenheim
Copy link
Owner Author

Seems to be fixed by Assets V2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash The game crashed or is similarly no longer playable. Pair with bug help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants