Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Wont open on my mac

A topic by dovaka created Apr 09, 2017 Views: 3,061 Replies: 15
Viewing posts 1 to 8

I have put this on my macbook pro and no matter what I do i get this "The application "FPVFreerider" can't be opened." i have done all the things it said to try and none of them work. what else can i look at?

Developer

How do you mean that the things it said to try didn't work?

Do you mean that you managed to do them, but it did not make a difference, or, do you mean that you were unable to do them?

Here are some general Mac tips that are also in the manual:

1. If you unzip the file on a Windows machine and transfer the file to your mac with a USB stick it should work.

2. Better solution for anybody else who has this problem. OS X is picky about which programs can be run (the first time) by double-clicking. To run a program that says "this can't be opened", right-click the icon and choose "Open". You'll be given an option to open the program, and from then on it won't bug you.

3. For Mac's having trouble installing FPV Freerider try going to the Mac's System Preferences>Security and Privacy> General Tab and check the box "Anywhere" to see if this allows your Mac to install FPV Freerider.

4. So i have banging my head with frustration about not being able to even open the program in OSX 10.10. I have finally solved the problem for anybody who is still having the same issue i was, you have to open up terminal and type chmode +x (fpvfreerider.app) and that should do it. Hope this helps anybody.

(1 edit)

Dear Support, I just bought your „Recharged“ Simulator for my mac and every time I click „open“ it just tells me „You are not allowed to open this program. Please contact you Admin“ but I it is my mac and I already tried everything the Apple Support told me to do. Do you have any Idea what else I can do? 

Developer

Yes, you need to set the permission to open the app.

Usually the chmod +x method in the install instructions works for most people.

That is:

Open up terminal and type sudo chmode +x (fpvfreerider.app) and that should do it.  

It should look something like:

chmod +x /Applications/FPVFreerider_Recharged/Contents/MacOS/FPVFreerider_Recharged

(adding sudo at the start if needed).

Make sure you enter the correct folder path and app name (where the app is located on your computer).

After that you might need to go to your Mac menu System Preferences>Security & Privacy

If it says something like "Freerider was blocked from use because it is not from an identified developer" you need to select "Open Anyway".

Dear Support, it worked! Thank you very much! For me the Final Solution was using Chrome and a different unzippingprogram. Now it works just fine.

Developer

Great, I'm glad to hear that you managed to get it working! Thanks for reporting back.

those things you listed are the things i tried and none of them fixed the issue. I have OSX 10.12.4

Developer

You could try to download the zip again in case it's some rare situation that it got messed up somehow. Otherwise, it sound like a permissions thing to me. When you performed suggestion #4, did you get some kind of confirmation that the command was executed? I don't own a Mac myself though, so I hope some Mac user will be able to chime in.

i did try to redownload and unzip on a windows computer again. your permissions command was actually written slightly wrong so i had ot modify it slightly but it returned me to a prompt with no error

so now i have reinstall OSX clean and even bought the recharged version of free rider and im still getting the same results

also your chmod script in the download section isnt written correctly.

sudo chmod +x ~/Applications/FPVFreerider_Recharged.app

When you put the tilde in there it assumes to look at the user account your currently on but when you put an app in by default it puts it in the main application folder so it should be

sudo chmod +x /Applications/FPVFreerider_Recharged.app

as Applications is a root directory

I tried editing the script as well as putting the app into the place the script wants it and i still cant get either to work.

after screwing with it for hours i finally determined that it was whatever zip format you use that was causing the issue. On my mac i use the program keka to unzip things which wouldnt let it run so i went to my windows computer that uses winrar and that also didnt work and eventually i tried the built in unzip utility in mac and that worked fine and opened right up afterwards.

Developer

Glad to hear that you finally got it working! Thank you for sharing the information, hopefully that will be of help if someone else runs into the same issue.

Apparently this is still a problem! I have a iMac running Catalina and I purchased and downloaded the latest file for Mac. (Ive also tried the older file) I do not get a zipped file.. it seems to be a regular file (160mb) and it just gives the same dreaded error..  I do not even have the option to "unzip" because it is not compressed or "zipped". I do not have a PC at my disposal to try and covert the file and the terminal commands are not working.. this is frustrating..  Help Please... again archive utility isn't even an option for me..

Developer

The file you download here on Itch is indeed a zip file (although it may not obviously show up as one on your computer depending on how it is set up). I would recommend download a unzip software such as the one mentioned in the post above (Keka) and try using that.

(You need to get the file unzipped before you can try any of the other tips such as terminal commands etc.)

(2 edits)

Hello! I can not open last version on my MAC OS 12.0.1. The same error.


PS sorry it is works with chmod +x /Applications/FPVFreerider.app/Contents/MacOS/FPVFreerider

Developer

Glad to hear you got it working, thanks for reporting back.

Yes, the chmod +x method usually works for most people. 

(It is necessary because newer versions of Mac OS are preventing unofficial apps from being run)