Mac App file is set as a document?!

Just downloaded Vega Strike and need help? Have a question but don't know where to start? Ask here.
Post Reply
scubamike

Mac App file is set as a document?!

Post by scubamike »

Have just completed downloading the file with the worst ISP on the planet (4 days to download!!)
Checksum is all good on the dmg but the app file (In the MAC OS folder) is defined as a document (and tacking .app on the end doesn't help).
So cannot adjust settings as it is a document not an app and don't want to try spending another 5 days re-downloading it.

I downloaded it through Tucows over the last 5 days any hints?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

unfortunately when I made the application, I made it in OS X 10.2
the only thing I changed between this release and last release was removing the .app from the end of the folder.
if that's not the cause I have no idea what is
nor can I figure it out as I do not have any 10.1 machines :-(

any suggestions would be welcome, seriously

I figure that renaming it to .app should work dandy since that's the only thing I changed since it worked (0.3.3 version worked)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
scubamike

Post by scubamike »

Tried all that also tried setting the file attributes to both APPL and FOLD but it won't let me execute it still. There is an additional folder attribute (along with read/write/hidden/etc) that is set on most apps but I cannot change it with the software I have.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

strange I didn't set that last time and it worked on OS X 10.1 before

I bet OS 10.2 sets it automatically when it is changed to .app!

i'll try it out next time when I release Vega Strike 0.4.0 (in august)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
scubamike

Post by scubamike »

If the only difference to the app since last release is the change in suffix then could you post the old app file to the file section?

Assuming that it works the new changes, and works on OSX.1 then everything would work with a 5.7mb download instead of another 106mb which would take days.

Or can I compile the app from the source code? Where can I get the compiler for OSX.1?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

you can compile the .app from source...but the problem is nto the app being compiled...teh problem is the container it's in...if you see the actual executable is in Vega Strike 0.3.0/contents/MacOS/

in fact try this

open up a terminal
cd Vega*
cd contents
cd macos
./vegastrike


that should run it no matter what version you have
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
scubamike

Post by scubamike »

Cool that works,
BTW do you know of a decent resource for getting listings of the usage of the various Terminal commands
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

you can try any sort of unix manual :-)


or type
man <anycommand>

like


man ls

man cd
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply