Mantis Bug Tracker

View Revisions: Issue #4103 All Revisions ] Back to Issue ]
Summary 0004103: Command line client does not launch on OS X 10.7 Lion (READ FOR FIX)
Revision 2011-12-22 09:54 by Footkerchief
Additional Information http://www.bay12forums.com/smf/index.php?topic=90246.msg2501128#msg2501128 [^]
To fix this error, replace the 'df' script with this text:

OSREV=`uname -r | cut -d. -f1`
if [ "$OSREV" -ge 11 ] ; then
  # OSX Lion
  export DYLD_LIBRARY_PATH="${PWD}/libs"
  export DYLD_FRAMEWORK_PATH="${PWD}/libs"
else
  # Pre-Lion
  export DYLD_FALLBACK_LIBRARY_PATH="${PWD}/libs"
  export DYLD_FALLBACK_FRAMEWORK_PATH="${PWD}/libs"
fi
Revision 2011-03-01 23:32 by Footkerchief
Additional Information Crash log:

2011-03-01 16:42:13.312 dwarfort.exe[19454:1103] Can't open input server /Library/InputManagers/Safari140
Loading bindings from data/init/interface.txt
dwarfort.exe(19454,0xa04d3370) malloc: *** error for object 0x1901674: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
-----8<-----
same error repeats 1468 times
----->8-----
./df: line 5: 19454 Bus error: 10 ./dwarfort.exe
Revision 2011-03-01 16:48 by Footkerchief
Additional Information Crash log:

2011-03-01 16:42:13.312 dwarfort.exe[19454:1103] Can't open input server /Library/InputManagers/Safari140
Loading bindings from data/init/interface.txt
dwarfort.exe(19454,0xa04d3370) malloc: *** error for object 0x1901674: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
-----8<-----
same error repeats for about 1468 times lines
----->8-----
./df: line 5: 19454 Bus error: 10 ./dwarfort.exe


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker