Skip to content
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

MultiplayerSample Project README_LINUX.md provides incomplete commands to register Editor, Gems and Project #411

Open
LB-MichalRodzos opened this issue May 18, 2023 · 1 comment
Labels
kind/bug Something isn't working

Comments

@LB-MichalRodzos
Copy link

Describe the bug
In section "Step 2. Register the engine, the project, and the Gems" of the MultiplayerSample Project README_LINUX.md the following commands are provided:

$HOME/o3de/scripts/o3de register --this-engine
$HOME/o3de/scripts/o3de register --all-gems-path $HOME/my-o3de-projects/o3de-multiplayersample-assets/Gems
$HOME/o3de/scripts/o3de register -p $HOME/my-o3de-projects/o3de-multiplayersample

Executing any of these commands results in o3de/scripts/o3de: Is a directory information shown inside the Terminal window. To register the Editor, the Project and Gems the User has to add the .sh extension to mentioned commands:

$HOME/o3de/scripts/o3de.sh register --this-engine
$HOME/o3de/scripts/o3de.sh register --all-gems-path $HOME/my-o3de-projects/o3de-multiplayersample-assets/Gems
$HOME/o3de/scripts/o3de.sh register -p $HOME/my-o3de-projects/o3de-multiplayersample

Please refer to the attached screenshot for more information.

This issue should be considered as Major.

Steps to reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/o3de/o3de-multiplayersample/blob/development/README_LINUX.md
  2. Follow the instruction to Step 2. Register the engine, the project, and the Gems
  3. Execute commands provided in the documentation.
  4. Add the .sh extension to commands.

Expected behavior
MultiplayerSample Project README_LINUX.md provides correct commands for register the Editor, the Project and Gems.

Actual behavior
MultiplayerSample Project README_LINUX.md provides incorrect commands to register the Editor, the Project and Gems.

**Screen
terminal_output

Found in Branch
Development (47b9ab3)

Desktop/Device:

  • Device: PC
  • OS: Ubuntu
  • Version: 20.04
  • CPU: AMD Ryzen 7 3800X 8-Core Processor
  • GPU: AMD Radeon RX 5700 XT
  • Memory: 16 GB
@LB-MichalRodzos LB-MichalRodzos added kind/bug Something isn't working needs-triage Issue requires review labels May 18, 2023
@AMZN-Gene
Copy link
Contributor

Nice find! Yeah, docs should be updated to include the .sh

@AMZN-Gene AMZN-Gene removed the needs-triage Issue requires review label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants