Post
Topic
Board Mining support
Re: diablominer on osx won't start with radeon 6630m
by
earthsound
on 18/05/2012, 22:29:41 UTC
As the author stated:

OSX users: You need at least OSX 10.6 (Snow Leopard) to run OpenCL apps of any kind. Due to bug in OSX's OpenCL stack, use -w 64 -na otherwise DiabloMiner will not function.

IOW, change
Code:
-w 128
to
Code:
-w 64 -na

The other options would be OK, methinks.