You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Blocks environment, I notice the following warning in the output log window: LogLinker: Warning: Failed to load '/AirSim/Weather/UI/OptionsMenu': Can't find file.
The application works fine though, including the weather menu (F10).
I noticed the OptionsMenu.uasset file was removed from AirSim\Unreal\Plugins\AirSim\Content\Weather\UI between release 1.3.1 and 1.4.0. (see #2877)
Adding the file back manually clears the warnings, but I assume that is not the proper way to fix this. Do others also experience this problem in 1.4.0?
The issue is caused by the MenuActor.uasset file:
LogLinker: Warning: While loading '<path omitted>/AirSim/Unreal/Environments/Blocks/Plugins/AirSim/Content/Weather/UI/MenuActor.uasset' failed to load '/AirSim/Weather/UI/OptionsMenu': Can't find file.
When opening the MenuActor asset and checking its references, it indeed lists OptionsMenu as a referenced asset, but I do not understand Unreal sufficiently at this point to debug any further.
Settings
{
"SettingsVersion": 1.2,
"SimMode": "Car"
}
The text was updated successfully, but these errors were encountered:
Hi @CarloCloet, thank you for reporting this issue. It looks like this happening due to a removed reference inside Blueprint'/AirSim/Weather/UI/MenuActor.MenuActor'. These warnings go away after I open this asset, select 'File -> Refresh All nodes', and recompile. Please retest after refreshing the MenuActor asset and let me know if you still see these warnings.
@zimmy87 , this solves the issue indeed. Tx for the fix!
Note: I am currently using a modified AirSim build and applied your fix manually. Did not test using the file in the pull request, but I assume that is OK.
(Apologies for the late response, had to send in my PC for repair and was not able to test earlier.)
Bug report
What's the issue you encountered?
When running the Blocks environment, I notice the following warning in the output log window:
LogLinker: Warning: Failed to load '/AirSim/Weather/UI/OptionsMenu': Can't find file.
The application works fine though, including the weather menu (F10).
I noticed the
OptionsMenu.uasset
file was removed fromAirSim\Unreal\Plugins\AirSim\Content\Weather\UI
between release 1.3.1 and 1.4.0. (see #2877)Adding the file back manually clears the warnings, but I assume that is not the proper way to fix this. Do others also experience this problem in 1.4.0?
The issue is caused by the
MenuActor.uasset
file:LogLinker: Warning: While loading '<path omitted>/AirSim/Unreal/Environments/Blocks/Plugins/AirSim/Content/Weather/UI/MenuActor.uasset' failed to load '/AirSim/Weather/UI/OptionsMenu': Can't find file.
When opening the MenuActor asset and checking its references, it indeed lists OptionsMenu as a referenced asset, but I do not understand Unreal sufficiently at this point to debug any further.
Settings
{
"SettingsVersion": 1.2,
"SimMode": "Car"
}
The text was updated successfully, but these errors were encountered: