Page 1 of 1

[SOLVED] Issue running on Mac

Posted: Sat Feb 04, 2017 4:43 am
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

Re: Issue running on Mac

Posted: Sat Feb 04, 2017 6:12 pm
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)...

Re: Issue running on Mac

Posted: Sun Feb 05, 2017 8:35 pm
by oawad79
Hey Holger,

Thanks for the reply. I have done another checkout and it seems to work. Great Game Thanks a Bunch

Re: Issue running on Mac

Posted: Mon Feb 06, 2017 9:57 am
by Holger
Thanks for your feedback, and good to know that it works for you now! :-)