Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dovaka

5
Posts
1
Topics
A member registered Apr 09, 2017

Recent community posts

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.

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.

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

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

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?