-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stonesense segfault on OS X #649
Comments
Note: I tried to use the prebuilt and updated Output:
|
The allegro libraries should be fine - what's missing is a 32-bit version of libfreetype. Try updating the SDL_ttf library from here. |
@lethosor hm, I'm averse to manipulating /Library/Frameworks; is there a pre-built |
That's what I meant (download SDL_ttf-2.0.11.dmg and drop SDL_ttf.framework into DF/libs/ or DF/hack/ - DF/hack/libs/ probably won't work, unless you modify the I think ~/Library/Frameworks would also work. |
Do I need to remove
|
Removing liballegro_ttf will break Stonesense. Did you update SDL_ttf? If you did and it still doesn't work, you could try adding |
Actually, SDL_ttf would only fix DF's libfreetype dependency, not allegro's - is there a |
Success! (For future reference: copying I can finally try Stonesense! So excited! <3 |
I'm getting the same segmentation-fault described later-on in #576; but I wanted to open a new Issue to record it. As soon as I invoke
stonesense
at the DFhack prompt, I get a segmentation-fault:Here are the CLI-output,
stdout.log
, andstderr.log
, from my original invocation: f9c3c46d9ae019f6357dHere's the same, as well as the OS X ‘crash report’ (basically, stack trace) from the same command, with
DFHACK_LOG_MEM_RANGES
enabled: 03471f43b7fd30c8229aI'm running a freshly-installed (via Homebrew)
v0.40.24
of DF, with DFhack fromdfhack-0.40.24-r3-OSX
.The text was updated successfully, but these errors were encountered: