DoBuiThao / hoxchess

Automatically exported from code.google.com/p/hoxchess
0 stars 0 forks source link

Version 1.0 won't run on Mac OS X 10.5.8 #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Download Mac zip file 
2.  Unzip
3.  Attempt to run resulting program and choose "Practice against computer"

What is the expected output? What do you see instead?

I expect a new table to load.  Instead I get an error message:

dlopen(/Users/jvradel/Downloads/games/testapps/HOXChess.app/Contents/SharedSuppo
rt/plu
gins/AI_Folium.dylib,
2): no suitable image found.  Did find:
    /Users/jvradel/Downloads/games/testapps/HOXChess.app/Contents/SharedSupport/plugin
s/AI_Folium.dylib: unknown required load command 0x80000022
21:47:26: Load: Fail to load plugin [AI_Folium].
21:47:26: CreateDefaultAIEngineLib: The AI Engine [AI_Folium] could not
be loaded.

What version of the product are you using? On what operating system?

Version 1.0.   Mac OS X 10.5.8

Please provide any additional information below.

Version 0.8 (installed from the installer package) runs fine.

Original issue reported on code.google.com by jvrade...@gmail.com on 11 Mar 2010 at 3:34

GoogleCodeExporter commented 8 years ago
So far, I tried to build HOXChess and its AIs as 32-bit (x386) binaries but 
that did not help. I will do more 
research on this specific error again... 

Original comment by huypha...@gmail.com on 17 Mar 2010 at 4:10

GoogleCodeExporter commented 8 years ago
I managed to get HOXChess and these AIs (except AI_HaQiKiD) working on my MBP 
running OX 10.5.6 by:
1. Download the HOSChess version for Mac OS and install the application
2. Download the HOSChess source code, decompress it
3. Open Terminal, go to each AI folder (inside "hox_Project/plugins") and run:
    make -f Makefile.osx
4. Copy all the resulted AI_*.dylib files to 
"HOXChess.app/Contents/SharedSupport/plugin
s/"

For the success of step #3, you need g++ already installed on your Mac.

Original comment by ndtk...@gmail.com on 23 Mar 2011 at 11:26