-
Notifications
You must be signed in to change notification settings - Fork 37
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
MacOS Opens with textEdit #78
Comments
how does chmod 755 work it keeps telling me no matches found |
run then run basically makes it from readable to writeable |
Simply drag the file to the terminal and click enter
…On Fri, Aug 16, 2024 at 12:07 PM Thomas Gysemans ***@***.***> wrote:
This project simply doesn't work at all. I downloaded the latest version,
1.01 and 1.0.0, and both result in this error:
Capture.d.ecran.2024-08-16.a.18.05.15.png (view on web)
<https://github.com/user-attachments/assets/5e3b6dfb-e653-4280-854d-baad52ecce8e>
It opens a window of Finder and as soon as I click on this window it
closes itself.
The permissions are 777 on this file.
I'm on macOS Sonoma 14.5 (M3)
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJ4ZM5UEPS2PDM7SXS2OTTZRYPTTAVCNFSM6AAAAABGXRREVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTG43TKMJXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
How do I drag it to the terminal? The Finder window that is opened by the command gets closed instantly as soon as I try to interact with it. I cannot drag the rbxl file into anything. |
Select the file in the Finder, then right-click or Control-click and choose
Get Info. In the window that opens, look for the Where field, which shows
the file's enclosed folder. You can copy the path from this field and paste
it wherever you need it. You can also open the Get Info window by pressing
Command-I with the file selected, or by choosing Get Info from the File
menu in Finde
…On Fri, Aug 16, 2024 at 1:35 PM Thomas Gysemans ***@***.***> wrote:
Simply drag the file to the terminal and click enter
How do I drag it to the terminal? The Finder window that is opened by the
command gets closed instantly as soon as I try to interact with it. I
cannot drag the rbxl file into anything.
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXJ4ZMZ5H5LSLELDVC2WXPTZRYZ73AVCNFSM6AAAAABGXRREVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTHA4TOOBYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I looked through this post and figured out a way to do it. After converting the file into a terminal thing.
Open up terminal, and run the following commands. cd ~/Downloads |
After downloading the file macOs opens the file with textEdit and then you must go into terminal and run chmod 755 [rbxlx-to-rojo]
to make the file a excutable instead of a text document, you don't need to this in windows. I think this should be added to the download instructions for macos
The text was updated successfully, but these errors were encountered: