[SOLVED] Issue running on Mac

Found a bug in R'n'D? Report it here!

Moderators: Flumminator, Zomis

Post Reply
oawad79
Posts: 6
Joined: Sun Jun 21, 2015 12:25 am

[SOLVED] Issue running on Mac

Post by oawad79 »

Hi

I managed to compile on Mac but when I run I get this

rocksndiamonds: warning: cannot open configuration file '/Users/oawad/Documents/Rocks'n'Diamonds/setup.conf'
rocksndiamonds: warning: using default setup values
rocksndiamonds: warning: cannot open configuration file '/Users/oawad/Documents/Rocks'n'Diamonds/cache/artworkinfo.cache'
rocksndiamonds: fatal error: IMG_Load() failed: Unsupported image format

and then crashes

Thanks
User avatar
Holger
Site Admin
Posts: 4073
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Issue running on Mac

Post by Holger »

Which version of R'n'D are you using?
Which version of Mac OS X are you using=
Did you use a packaged version or a version checked out from the Git repository?
Did you compile the game with SDL 1.2 or SDL 2.0 support (R'n'D supports both SDL versions.)
Did you use a self-compiled or packaged version of the SDL libraries?
Are you sure that your installation of SDL_image has PNG support?

I just compiled R'n'D on Mac OS X 10.11 from the packaged release version 4.0.0.1 (DMG file) by typing "make", and it compiles and runs without problems (using SDL 2.0 from the Homebrew package manager)...
oawad79
Posts: 6
Joined: Sun Jun 21, 2015 12:25 am

Re: Issue running on Mac

Post by oawad79 »

Hey Holger,

Thanks for the reply. I have done another checkout and it seems to work. Great Game Thanks a Bunch
User avatar
Holger
Site Admin
Posts: 4073
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Re: Issue running on Mac

Post by Holger »

Thanks for your feedback, and good to know that it works for you now! :-)
Post Reply