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

[QUESTION] How to run USSR on macOS? #24

Closed
MadMacMad opened this issue Apr 28, 2024 · 8 comments
Closed

[QUESTION] How to run USSR on macOS? #24

MadMacMad opened this issue Apr 28, 2024 · 8 comments

Comments

@MadMacMad
Copy link

hello,
well not able to run it on Mac...
i'll open a terminal @ USSR ... than: sudo ./USSR
./USSR: command not found

something wrong?
thx
M

@kiraio-moe
Copy link
Owner

kiraio-moe commented Apr 29, 2024

hello, well not able to run it on Mac... i'll open a terminal @ USSR ... than: sudo ./USSR ./USSR: command not found

something wrong? thx M

Hi, go to Releases tab and download USSR according to your OS.
Extract, open a Terminal in the extracted folder and execute ./USSR

@MadMacMad
Copy link
Author

yes ... but still the same...
also using sudo doesn't change anything still get:
./USSR: command not found
thx
M.

@kiraio-moe
Copy link
Owner

kiraio-moe commented May 3, 2024

yes ... but still the same... also using sudo doesn't change anything still get: ./USSR: command not found thx M.

Can you provide a short video how you do it?

@MadMacMad
Copy link
Author

sure ... did u test it on Mac OS X ?
here is the Video:
https://www.smart-app.dev/Down/USSR-FAIL_MAC.mov

@kiraio-moe
Copy link
Owner

kiraio-moe commented May 5, 2024

sure ... did u test it on Mac OS X ?

No, I didn't have the device to do it. Generally, the steps is same for any kind of terminal.

here is the Video: https://www.smart-app.dev/Down/USSR-FAIL_MAC.mov

It's weird. Does USSR executable present in the folder? How about drag n drop the executable directly?
Maybe change the permission chmod +x?

@ivanstepanovftw
Copy link

Hi, I see you struggling with building project. While README.md does not say anything about building, and the project does not have wiki to show how to build the project, always check .github folder for workflows. This project have the build.yml workflow file: https://github.com/kiraio-moe/USSR/blob/main/.github/workflows/build.yml
Here you see, that to build it you have to setup dotnet and build it using following command:

dotnet build -c Release --no-restore

Then it creates folder in the project somewhere, where executables can be found.

@ivanstepanovftw
Copy link

And I think you want to download yours already built executables from https://github.com/kiraio-moe/USSR/releases/tag/ussr-v1.1.7, not just downloading project sources as a zip file from the repository.

@thylaxene
Copy link

thylaxene commented Jul 9, 2024

open USSR directory in the terminal and then at the prompt type "open USSR" you will run into the GateKeeper. So once it stops you opening the app go to System Settings and Privacy & Security and click the Open Anyway button which should be there. Run the open command again and accept you are happy to open the app.

Edit:

Solution

  • Open extracted USSR directory in the terminal.
  • Allow USSR to execute by changing the permission chmod +x ./USSR.
  • Run USSR by typing ./USSR. You will run into the GateKeeper.
  • Still running USSR in the terminal, go to System Settings -> Privacy & Security, find for Open Anyway button which should be there and click it.
  • Terminate USSR in the terminal with Ctrl+C keys.
  • Run USSR again ./USSR and accept you are happy to open the app on the pop up window.

@kiraio-moe kiraio-moe changed the title how to run it on Mac? [QUESTION] How to run USSR on macOS? Aug 31, 2024
@kiraio-moe kiraio-moe pinned this issue Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants