Open LB-ArturZieba opened 1 year ago
MultiplayerSample.GameLauncher/ServerLauncher executables were able to be built by running their commands separate (cmake --build C:/o3de/build/windows --target MultiplayerSample.GameLauncher --config profile -- /m /nologo
and cmake --build C:/o3de/build/windows --target MultiplayerSample.ServerLauncher --config profile -- /m /nologo
), but Editor still encounters this issue, and the Launchers closed right after launching.
Performing Step 1/Option 2 -> Step 2 -> Building via Project Manager from the https://github.com/o3de/o3de-multiplayersample/blob/development/README.md on the Source engine allowed the MultiplayerSample project to be built correctly.
So rebuilding Editor using Project Manager fixed the issue?
@AMZN-Gene Correct, but the project was also fully deleted and then cloned into the engine directory and not to an external location (Step 1/Option 2 Option #2 - Cloning into the engine repository directory
was performed instead of Step 1/Option 1 Option #1 (Recommended) - Cloning into a directory outside the engine repository directory
).
Describe the bug This issue should be considered as Major.
On one of the PCs MultiplayerSample was not able to be launched. During build an error related to EMotionFX occurred (full log in Screenshot, Config/Build CMD log and DxDiag section) and MultiplayerSample.GameLancher/ServerLauncher executables were not generated:
A lot of failed .materials and .fbx were processed in the Asset Processor and attempting to launch the Editor results in a popup showing and closing the splashscreen after clicking through it (screenshot attached in the Screenshot, Config/Build CMD log and DxDiag section) stopping the Editor from launching.
It should be noted that this issue did not occur on other machines.
It should also be noted that all repositories used were set to development branches and up to date (specifics in the Found in Branch section).
Steps to reproduce
Expected behavior Editor launches.
Actual behavior Popup appears during loading Editor splashscreen and closes the Editor.
Screenshot, Config/Build CMD log and DxDiag
MPSConfigBuildLog.txt
GPC-800_DxDiag.txt
Found in Branch o3de-multiplayersample: development (07ea3d0) o3de-multiplayersample-assets: development (c6f23db) o3de: development (925172c)
Desktop