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

Unable to open Mac OS files #32

Open
StealthbomberJ opened this issue Sep 9, 2024 · 9 comments
Open

Unable to open Mac OS files #32

StealthbomberJ opened this issue Sep 9, 2024 · 9 comments
Labels
documentation Improvements or additions to documentation

Comments

@StealthbomberJ
Copy link

StealthbomberJ commented Sep 9, 2024

Two Errors. (I did attempt with both ARM and x86

Normal file click = You can't open the application "StreamLabsTikTokStreamKey-GeneratorRelease-x86_64-2" because it may be damaged or incomplete.

When I right click "open package contents" it shows me Code signature & Mac OS, I try to execute "TikTokStreamlabsGenerator"

  • "StreamlabsTikTokStreamKey-Generator" is damaged and can't be opened. You should move it to the trash.
@Loukious Loukious added duplicate This issue or pull request already exists wontfix This will not be worked on labels Sep 9, 2024
@Loukious Loukious closed this as completed Sep 9, 2024
@StealthbomberJ
Copy link
Author

StealthbomberJ commented Sep 10, 2024

Hi! I’d first like to say thank you for your time and work put into this project and I appreciate you at least following up earlier when I reached out. I know you labeled it as duplicate & won’t fix but I am here to deliver the good news that someone has found the solution to your MacOS file issue.

I am personally not too technically inclined when it comes to code so I’ll link the video I found that was actually posted just hours after I had reached out.

https://youtu.be/SeTC5ai6yqI?si=VQ_WpVCqF9nmkefi

At around 8 minutes he opens a terminal to explain what to do to the code to open it, I essentially just followed him line by line and I can say I have successfully opened the key generator and it works!!

thanks again!!!! I hope this helps somebody out there trying to stream on Mac!

@Loukious
Copy link
Owner

Loukious commented Sep 10, 2024

Hi! I’d first like to say thank you for your time and work put into this project and I appreciate you at least following up earlier when I reached out. I know you labeled it as duplicate & won’t fix but I am here to deliver the good news that someone has found the solution to your MacOS file issue.

I am personally not too technically inclined when it comes to code so I’ll link the video I found that was actually posted just hours after I had reached out.

youtu.be/SeTC5ai6yqI?si=VQ_WpVCqF9nmkefi

At around 8 minutes he opens a terminal to explain what to do to the code to open it, I essentially just followed him line by line and I can say I have successfully opened the key generator and it works!!

thanks again!!!! I hope this helps somebody out there trying to stream on Mac!

That's very interesting, thanks a lot for your contribution. I'll look further into this and add instruction to the README.md. For now I'm more interested in finding out whether the whole app bundle works when you run this command:
xattr -dr com.apple.quarantine StreamLabsTikTokStreamKeyGeneratorDebug-arm64.app
or
xattr -dr com.apple.quarantine StreamLabsTikTokStreamKeyGeneratorDebug-x86_64.app
And see if the app bundle works without extracting anything. Can you try that?

@Loukious Loukious reopened this Sep 10, 2024
@Loukious Loukious added documentation Improvements or additions to documentation and removed duplicate This issue or pull request already exists wontfix This will not be worked on labels Sep 10, 2024
@BlomoOfficial
Copy link

Hi!
It is still not working for me. I have tried with commands, deleteing attributes... even tried to force it using XCode. No results.
I have a MacOs Intel i5 with Sonoma 14.6.1 installed.

Thanks for the work!

@Edmund1645
Copy link

Alternative solution for MacOS users.

I saw this on a youtube video.

  1. Right click on the extracted app.
  2. click on "show Package contents", then navigate to Contents -> MacOS
  3. Double click the executable to run it.
  4. You can move the Contents folder out for easy access later.

@TimAtoyo
Copy link

Alternative solution for MacOS users.

I saw this on a youtube video.

  1. Right click on the extracted app.
  2. click on "show Package contents", then navigate to Contents -> MacOS
  3. Double click the executable to run it.
  4. You can move the Contents folder out for easy access later.

this is my output when I follow the above so you know how to resolve it ?

Last login: Wed Nov 20 18:17:55 on ttys006
/Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator ; exit;
[oh-my-zsh] Would you like to update? [Y/n]
[oh-my-zsh] You can update manually by running omz update
/Users/timothyatoyo/.zshrc:105: unmatched "
➜ ~ Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator ; exit;
zsh: no such file or directory: Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator

Saving session...completed.

[Process completed]

@Edmund1645
Copy link

Alternative solution for MacOS users.

I saw this on a youtube video.

  1. Right click on the extracted app.
  2. click on "show Package contents", then navigate to Contents -> MacOS
  3. Double click the executable to run it.
  4. You can move the Contents folder out for easy access later.

this is my output when I follow the above so you know how to resolve it ?

Last login: Wed Nov 20 18:17:55 on ttys006 /Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator ; exit; [oh-my-zsh] Would you like to update? [Y/n] [oh-my-zsh] You can update manually by running omz update /Users/timothyatoyo/.zshrc:105: unmatched " ➜ ~ Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator ; exit; zsh: no such file or directory: Users/timothyatoyo/Downloads/StreamLabsTikTokStreamKeyGeneratorRelease-arm64-macos.app/Contents/MacOS/StreamLabsTikTokStreamKeyGenerator

Saving session...completed.

[Process completed]

I think this issue might be from your own machine, from the looks of it, a syntax error in your .zshrc config file

@Loukious
Copy link
Owner

Loukious commented Jan 16, 2025

@draccus1
Copy link

Quick question is there something special that needs to be done with the DIST file other than opening the package and extracting the file on Mac. The older versions when it was packaged together (prior to 1.03 worked fine) not sure what the issue is with 1.03-05 im not getting the application,.......thanks in advance.

@Loukious
Copy link
Owner

Quick question is there something special that needs to be done with the DIST file other than opening the package and extracting the file on Mac. The older versions when it was packaged together (prior to 1.03 worked fine) not sure what the issue is with 1.03-05 im not getting the application,.......thanks in advance.

There should be a bin file inside the folder. You're supposed to open the terminal there and do ./StreamLabsTikTokStreamKeyGenerator.bin to run the file. Reason why I decided not to pack it, is that it's falsely flagged as malware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

6 participants