Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Can you see where the crash is happening if you start the executable from
within the Xcode debugger? (Run -> Debug and Run -> Debugger).
Original comment by ikarpov
on 17 Nov 2011 at 7:35
Hi,
Sorry for replying late..
Yes, I can build OpenNERO and debug on XCode. I have attached a snap shot of
the crash window.
I don't know how much will that help...but there seems to be a problem just
when trying to import python.
Dexter.
Original comment by dexte...@gmail.com
on 18 Nov 2011 at 8:14
Attachments:
Ok...after some experimentation, now it seems to me OpenNERO is incompatible
with python 2.5 (my current default version) and is dependent on python 2.7!
Original comment by dexte...@gmail.com
on 18 Nov 2011 at 9:06
The binary will unfortunately link against whatever version was available at
the time of build. Does this mean that it will work if you install 2.7?
Original comment by ikarpov
on 19 Nov 2011 at 7:54
I haven't tried changing the default version (as it's bit of a pain and gives
rise to other problems in XCode), I tried an alternate way to change the
'MacPorts' python (inside opt/local) version to 2.5. from 2.7
Also if you see the crash log NERO is trying to access the python in
/opt/local/Library/Frameworks/Python.framework/Version
0x1000 - 0x27bffb +edu.utexas.cs.nnrg.OpenNERO 0.1 (0.1)
<77e36d8dadb61c677f27ad75c72e877a>
/Users/path/Downloads/OpenNERO/dist/Release/OpenNERO.app/Contents/MacOS/OpenNERO
\
0x4e7000 - 0x91bfff +libIrrlicht.dylib ??? (???) <2fb1031701d56862ea8fcdaeb4c79ce1> /Users/path/Downloads/OpenNERO/dist/Release/libIrrlicht.dylib\
0xacf000 - 0xc0dfe3 +org.python.python 2.7.2, (c) 2004-2011 Python Software Foundation. (2.7.2) <941ed9f4df172ed5b5ba032f63798ee7> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python\
0xcc9000 - 0xcfdff7 +libboost_python.dylib ??? (???) <092d6d846a84ad0ccedf8b82ac313c23> /usr/local/lib/libboost_python.dylib\
0xd49000 - 0xd5dff7 +libboost_filesystem.dylib ??? (???) <13e934ff932e96e5050e58e2b45c36b8> /usr/local/lib/libboost_filesystem.dylib\
0xd77000 - 0xdaeff2 +libboost_serialization.dylib ??? (???) <d2bc04dfccc3161e4feba1dba63bdf68> /usr/local/lib/libboost_serialization.dylib\
0xe1f000 - 0xe21fff +libboost_system.dylib ??? (???) <92b3a6e39d594ec56fa49bbd8692e9f7> /usr/local/lib/libboost_system.dylib\
0xe27000 - 0xe2efe3 +libboost_date_time.dylib ??? (???) <3edaf24a44b106fcc667e41b7d8f2bf8> /usr/local/lib/libboost_date_time.dylib\
0xe3e000 - 0xf0afeb org.python.python 2.5 (2.5) <baa8cd76f6ef60c89a4380c9463c14f4> /System/Library/Frameworks/Python.framework/Versions/2.5/Python\
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603>
/usr/lib/dyld\
Original comment by dexte...@gmail.com
on 20 Nov 2011 at 5:33
Original comment by ikarpov
on 1 Sep 2013 at 7:01
Original issue reported on code.google.com by
dexte...@gmail.com
on 15 Nov 2011 at 2:07Attachments: