View Single Post
  #6  
Old November 21st, 2006, 03:40 PM

Jefke Jefke is offline
Private
 
Join Date: Oct 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Jefke is on a distinguished road
Default Re: Dominions 3.01 does not run on MacOS X 10.2

Quote:
Johan K said:
That is not the same error.

Oh, it is. As far as I'm concerned.

Quote:

Something must have gone wrong in the patching, because it looks like you don't have SDL anylonger. And SDL is supplied with Dominions 3 (inside some framework directory).
It is as well. But I reinstalled the demo and here is an interresting comparison between the framework dir in both the official version and the demo that works :

Demo (running) :
Code:
% find . -name SDL
./Contents/Frameworks/SDL.framework/SDL
./Contents/Frameworks/SDL.framework/Versions/A/SDL
./Contents/Frameworks/SDL.framework/Versions/Current/SDL



Official version (not running) :
Code:
% find . -name sdl
./Contents/Frameworks/SDL.framework/a/sdl
./Contents/Frameworks/SDL.framework/Current/sdl
./Contents/Frameworks/SDL.framework/sdl



If I'm not wrong, the first demo gave me the same thing. This is strange.

And here is the result of the aformentined command on the CD itself :
Code:
% find . -name sdl
./Dominions3.app/Contents/Frameworks/SDL.framework/sdl
./Dominions3.app/Contents/Frameworks/SDL.framework/Versions/a/sdl
./Dominions3.app/Contents/Frameworks/SDL.framework/Versions/Current/sdl
% find . -name SDL
%



Which one is the correct SDL version then ?
What did I do wrong ?
Now I think it's worth trying to copy the Frameworks dir from the demo I got into the game dir. It might solve my problem, but I'm afraid this is more subtle than that.

Cheers,

JeF.
Reply With Quote