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

MacOS Opens with textEdit #78

Open
Nearezz opened this issue Apr 24, 2024 · 8 comments
Open

MacOS Opens with textEdit #78

Nearezz opened this issue Apr 24, 2024 · 8 comments

Comments

@Nearezz
Copy link

Nearezz commented Apr 24, 2024

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

@astrozyz
Copy link

astrozyz commented Jul 8, 2024

how does chmod 755 work it keeps telling me no matches found

@binaryuses
Copy link

run
cd ~/Downloads (replace download with there its located)

then run
chmod 755 rbxlx-to-rojo-macos

basically makes it from readable to writeable

@ThomasGysemans
Copy link

ThomasGysemans commented Aug 16, 2024

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’écran 2024-08-16 à 18 05 15

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)

#79

@Nearezz
Copy link
Author

Nearezz commented Aug 16, 2024 via email

@ThomasGysemans
Copy link

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.

@Nearezz
Copy link
Author

Nearezz commented Aug 16, 2024 via email

@ThomasGysemans
Copy link

Using the 1.0.1 version and the macOS binary, and by passing the path as first argument to the command, the whole thing crashes when it shows a Finder window asking me to select where to place the project.

Capture d’écran 2024-08-16 à 19 44 05

@Chipzryum
Copy link

#71

I looked through this post and figured out a way to do it. After converting the file into a terminal thing.

run cd ~/Downloads (replace download with there its located)

then run chmod 755 rbxlx-to-rojo-macos

basically makes it from readable to writeable

Open up terminal, and run the following commands.

cd ~/Downloads
then
./rbxlx-to-rojo-macos

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

5 participants