-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
|
Just got this on latest master. So it appears not to have been fixed by the Bevy 0.10 update. |
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 |
Update: opened a bug report in bevyengine/bevy#8706 |
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 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. |
Seems to be fixed by Assets V2 |
Waiting with debugging until I get a response at NiklasEi/bevy_asset_loader#108See #187The text was updated successfully, but these errors were encountered: