Open moraaar opened 2 years ago
@moraaar Is this the only way to automatically launch a level using the game launcher?
Yes AFAIK.
IMO this should be at least a critical, as currently the only way to run the launcher is without any level and having to load it manually later, but this is not what developers do normally, they'll want to launch their start up level right away.
This issue is still present in development d0dff2d7
Describe the bug Running AutomatedTesting launcher with a level using
autoexec.cfg
causes the launcher to get stuck. If there is noautoexec.cfg
and the command is entered with the console (pressing "`" key) it works fine, but not if it's done viaautoexec.cfg
Steps to reproduce Steps to reproduce the behavior:
o3de\AutomatedTesting\autoexec.cfg
and add the following line:LoadLevel Levels/NvCloth/NvCloth_AddClothSimulationToMesh/NvCloth_AddClothSimulationToMesh.spawnable
AutomatedTesting.GameLauncher.exe
Expected behavior Launcher opens with the level
Actual behavior Launcher gets stuck.
Game.log
Found in Branch development @98791cc6