# Objective This PR fixes a crash that happens when an asset failure event is processed after the asset has already been dropped. ``` 2024-07-03T17:12:16.847178Z ERROR bevy_asset::server: Encountered HTTP status 404 when loading asset thread 'main' panicked at bevy/crates/bevy_asset/src/server/info.rs:593:18: ``` ## Solution - Update `process_asset_fail` to match the graceful behavior in `process_asset_load` (it does not assume the state still exists). --- ## Changelog - Fixed a rare crash that happens when an asset failed event is processed after the asset has been dropped. |
||
|---|---|---|
| .. | ||
| io | ||
| processor | ||
| server | ||
| assets.rs | ||
| direct_access_ext.rs | ||
| event.rs | ||
| folder.rs | ||
| handle.rs | ||
| id.rs | ||
| lib.rs | ||
| loader_builders.rs | ||
| loader.rs | ||
| meta.rs | ||
| path.rs | ||
| reflect.rs | ||
| saver.rs | ||
| transformer.rs | ||