rojo-rbx / rbxlx-to-rojo

Tool to one time convert Roblox places to Rojo projects
Mozilla Public License 2.0
175 stars 35 forks source link

BUG: Can't select folders or files on OSX Catalina #36

Open ThiagoFacchini opened 4 years ago

ThiagoFacchini commented 4 years ago

Once I run rbxlx-to-rojo, a dialog pops but I can't navigate through folder neither select any file.

The Finder Dialog list's everything alright, although like I said I can't click in anything.

jv2222 commented 4 years ago

The way to get around this issue:

1) Move rbxlx-to-rojo into the same dir as your your-place-name.rbxlx file 2) Open terminal and change dir into the same dir as rbxlx-to-rojo and your rbxlx file 3) Type & run ./rbxlx-to-rojo your-place-name.rbxlx 4) It will open the file prompt click select and the exported stuff will be in that dir

Note: You will not be able to change dir location to export so be sure to take note of the dir it opens to export to - and when it's done it will be in that dir.

glinesbdev commented 3 years ago

This didn't work for me on Big Sur. What I had to do was the following:

cd directory-where-executable-is
chmod +x rbxlx-to-rojo
./rbxlx-to-rojo my-game.rbxlx destination-folder
ghost commented 2 years ago

A work-around is dragging the file to the select file dialog and pressing open, worked for me.