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

Cant open the application on macOS Ventura #71

Open
astrozyz opened this issue Jul 14, 2023 · 9 comments
Open

Cant open the application on macOS Ventura #71

astrozyz opened this issue Jul 14, 2023 · 9 comments

Comments

@astrozyz
Copy link

Whenever I download the macOS build and I try to launch, it says I cant open it due to it being from an unknown developer. After bypassing this however, no app launches and it instead opens into a .txt file for some reason, not sure if im doing something wrong but im pretty sure that isnt suppose to happen lol

Screenshot 2023-07-14 at 11 47 01
@nuclearfusion564
Copy link

I'm getting the same problem. I even tried using older builds but nothing works.

@skyReyan
Copy link

I manage to run this on terminal.

  1. chmod +X
  2. on terminal run:
./rbxlx-to-rojo <place-file> <output-directory-path>

e.g

./rbxlx-to-rojo project.rbxlx output/

however im still having problem as it's not being ported properly

@astrozyz
Copy link
Author

I manage to run this on terminal.

  1. chmod +X
  2. on terminal run:
./rbxlx-to-rojo <place-file> <output-directory-path>

e.g

./rbxlx-to-rojo project.rbxlx output/

however im still having problem as it's not being ported properly

Sorry im new to macos, i just got this mac the same day i open the issue lol. What is chmod and how do you cd to a certain directory like in windows to find the rbxlx to rojo file?

@skyReyan
Copy link

I manage to run this on terminal.

  1. chmod +X
  2. on terminal run:
./rbxlx-to-rojo <place-file> <output-directory-path>

e.g
./rbxlx-to-rojo project.rbxlx output/
however im still having problem as it's not being ported properly

Sorry im new to macos, i just got this mac the same day i open the issue lol. What is chmod and how do you cd to a certain directory like in windows to find the rbxlx to rojo file?

  1. just use cd normally like in windows
  2. chmod -X ( this should change the file permission so it is executable )
  3. then you can run the command normally

I still have issues with this not porting everything properly. I manage to port our existing game using remodel project instead

@Arnav7501
Copy link

same error

@Wonuf
Copy link

Wonuf commented Sep 15, 2023

Download the latest macOS version, place it into the directory with your rbxlx file, then in terminal run: chmod 755 rbxlx-to-rojo-macos then ./rbxlx-to-rojo-macos <rbxlx file> .

@astrozyz
Copy link
Author

Download the latest macOS version, place it into the directory with your rbxlx file, then in terminal run: chmod 755 rbxlx-to-rojo-macos then ./rbxlx-to-rojo-macos <rbxlx file> .

It wont let me click on the popup to choose a directory now, no

2023-09-21.09-30-19.mp4

t sure whats the issue

@ztiii
Copy link

ztiii commented Sep 25, 2023

I am having the same problem, how do you fix it?

@the-scott-davis
Copy link

Confirming that if you try to run this with the visual interface, it's not working properly on newer version of MacOS. However, if you use the command line options, after running chmod 775, it's working fine.

Ex:

./rbxlx-to-rojo-macos some-rbxl-file.rbxl some-output-path

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

7 participants