UPDATE!!!!!
]FTD heeft moeten buigen onder druk van Brein.
FTD sluit vanaf 1 maart zijn servers.
OpenFTD en onze ondersteuning hierop komt hiermee te vervallen.
Tip: Seeyou at
spot-liteSommigen van jullie die reeds met MaxOSX 10.6 werken hebben ontdekt dat OpenFTD-1.2.1 niet wil werken. Wij hebben voor jullie een oplossing uit eigen keuken!
Om ons bereik te vergroten schrijven wij het artikeltje even in het Engels.
Het betreft een fix om OpenFTD-1.2.1 op Snow Leopard MacOSX 10.6 te kunnen draaien.
Fix OpenFTD 1.2.1 for MacOSX 10.6
The solution after the break!
Symptom:
When OpenFTD 1.2.1 is launched on Snow Leopard, the application-icon bounces three times and crashes with the error below:
[0x0-0x3a03a].org.openftd.OpenFTD[1275]: dyld: Library not loaded: /usr/lib/libxml2.2.dylib
[0x0-0x3a03a].org.openftd.OpenFTD[1275]: Referenced from:/System/Library/Frameworks/AppKit.fra
mework/Versions/C/AppKit
[0x0-0x3a03a].org.openftd.OpenFTD[1275]: Reason: Incompatible library version: AppKit requires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0
Cause:
There is a compatibility issue between Snow Leopard and the libxml2.2.dylib library that comes with OpenFTD-1.2.1.
In the fix, we tell OpenFTD-1.2.1 to use the libxml2.dylib that comes with snow-leopard.
Solution:
Open a terminal and type the following commands:
cd /Applications/OpenFTD-1.2.1.app/Contents/R
esources/lib
sudo mv liblibxml2.2.dylib liblibxml2.2.dylib .old
ln -s /usr/lib/libxml2.dylib
Download modified version of OpenFTD (OpenFTD for MacOSX 10.6)
For your convenience you can also download a modified version of the application below.
OpenFTD-1.2.1-10.6-fixed
groet Tjendo