1
Forge Modding Error on Mac! Plz Help!
Ok so I am on the mac and I'm trying to make a minecraft mod. I have Eclipse downloaded and the forge src folder and I go to the terminal and I put in bash and then the install.sh from the forge folder and it starts installing and it stops and I get the error which is: Syntax Error: Invalid Syntax. I found a post on the minecraftforum that said install the newest python and I installed the newest python that is compatible with my computer and It still wont work! Can some one help?
8
nickfromgreece how you do dat?
Open up a terminal and type:
One thing that I suspect is that the shebang being interpreted incorrectly and being run as shell or bash
cd /path/to/the/scripts/folder./<script name> <arguments>One thing that I suspect is that the shebang being interpreted incorrectly and being run as shell or bash
dat didnt work! I even tryed getting .053 instead of .065, but it didn't work! And I want to mod with 1.6.4
I get the same error @ Linux ubuntu 14.04.
[deleted]
I've never had any errors like that, but my best guess would be reinstall everything that is giving you an error. The Syntax error is basically when a code can't be read correctly by the computer because it is an invalid code. The only other way of fixing it that comes to mind is going into Eclipse and the forge folder and figuring out which commands are invalid. I'm pretty sure forge has something to do with it all. Do you have the Eclipse and Forge versions that are compatible with Mac? And maybe the place you downloaded it from had a bug in the version. Maybe if you just start again from square one, you can retrace what was wrong.
Hope this helps!
Hope this helps!
Thx! I'll try it!
