Can't run .bundle file in Mac OSX

1

I was trying to open a simple .bundle file in OS X.

When I run the executable code inside the "Mac OS" folder (32 bit Unix file) this message appears in the terminal:

-bash: /Applications/Waves/Waves Plug-Ins/PAZ.bundle/Contents/MacOS/PAZ: cannot execute binary file logout

The file is broken or am I doing wrong something?

Thanks a lot!

Francesco_155

Posted 2014-12-04T15:28:57.903

Reputation: 11

Answers

1

This is normal. Bundles are not intended to run as standalone executables, but to be loaded as plug-ins into some other program (in this case Waves). It's generally not possible to run them on their own.

Gordon Davisson

Posted 2014-12-04T15:28:57.903

Reputation: 28 538