What kind of output information do get when you try to run it through Terminal.app?I have a similar problem. Using Renpy-7.3.5-sdk in Big Sur (Mac OS 11.1). Double-clicking gets the renpy icon to appear on my dock for a brief moment, then it disappears. Right-clicking it open does nothing.
I haven't tried that/was not aware of it. I'll have to play around a bit. Things worked just fine until I upgraded to the latest OS.What kind of output information do get when you try to run it through Terminal.app?
possible that it is a permission problem as user buff says in his post above yours. The output message from the terminal might help to narrow it down.I haven't tried that/was not aware of it. I'll have to play around a bit. Things worked just fine until I upgraded to the latest OS.
chmod -R a+x/Volumes/Lexar/renpy-7.3.5-sdk/renpy.app
You forgot to add a space after "+x". It should look like that:Can't find chmod -R a+x/Volumes/Lexar/renpy-7.3.5-sdk/renpy.app! Exiting now
chmod -R a+x /Volumes/Lexar/renpy-7.3.5-sdk/renpy.app
That error means that it's attempting to execute the entire thing as a command instead of executing 'chmod' with a list of arguments, so you're doing something strange.Can't find chmod -R a+x /Volumes/Lexar/renpy-7.3.5-sdk/renpy.app! Exiting now
Try this with apostrophes (').chmod -R a+x /Volumes/Lexar/renpy-7.3.5-sdk/renpy.app
chmod -R a+x '/Volumes/Lexar/renpy-7.3.5-sdk/renpy.app'
I was using the permission fixer tool.Try this with apostrophes (').
If it doesn't work try the permission fixer (tool) it does the same as the code. Maybe it is easier for you to use than Terminal.Code:chmod -R a+x '/Volumes/Lexar/renpy-7.3.5-sdk/renpy.app'
https://f95zone.to/threads/permission-fixer-for-mac-and-linux.24233/post-1492564
If by "Right-clicking it open does nothing" you mean the menu doesn't show up then this may be due to how the Mouse is configured in the control panel. Open up the mouse and make sure the right button is set to "Secondary Button" (the default at least when I got my Mac was it was set to "Primary Button" for both left and right buttons)I have a similar problem. Using Renpy-7.3.5-sdk in Big Sur (Mac OS 11.1). Double-clicking gets the renpy icon to appear on my dock for a brief moment, then it disappears. Right-clicking it open does nothing.
No. It means using the right click route to open the app does not open the app.If by "Right-clicking it open does nothing" you mean the menu doesn't show up then this may be due to how the Mouse is configured in the control panel. Open up the mouse and make sure the right button is set to "Secondary Button" (the default at least when I got my Mac was it was set to "Primary Button" for both left and right buttons)
Can you try and show us the output from Terminal.app after you drag and drop renpy.app into it.No. It means using the right click route to open the app does not open the app.
I've copied the message and pasted it in a comment above.Can you try and show us the output from Terminal.app after you drag and drop renpy.app into it.
Yes, I have done that. My issue is that the app won't open from that folder. The app opens fine when it's a Mac download. The app does not open from the folder I've created for PC download conversions to Mac.I just make a renpy folder containing all the games that I launch directly through the renpy app. Because you can't run the .exe on a mac on its own I just run it through renpy and it works fine.
is the "PC download" folder located on an external HDD? Because if you can open RenPy from your Mac download folder, but not from a different folder, then it is a permission issue.Yes, I have done that. My issue is that the app won't open from that folder. The app opens fine when it's a Mac download. The app does not open from the folder I've created for PC download conversions to Mac.
Located on my desktop.is the "PC download" folder located on an external HDD? Because if you can open RenPy from your Mac download folder, but not from a different folder, then it is a permission issue.