-
Notifications
You must be signed in to change notification settings - Fork 55
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
[Bug] Segfault on OS X #62
Comments
Yep, same for me... Any workarounds? |
El Capitan here and the same problem... |
Is anything logged in stderr.log when you do that? Maybe you have the wrong architecture of Allegro? |
OK, I got stonesense loaded after change the Allegro and Freetype dynamic libs. Now it is using the local versions (allegro 5.2.4 r1 and compatible libfreetype). Stonesense crashes again. The new message is
There is nothing unusual is stderror.log |
I have the same error. Here is my
|
Having the same problem. I'm running macOS 10.14 Mojave on an late 2013 iMac. It crashes with a segmentation fault. Nothing is logged in the stderr.log.
|
To clarify, the question about stderr.log was only for the person who manually replaced their allegro libraries. It's very unlikely that anything useful would be logged there otherwise. |
DFHack/dfhack#649 This solution worked for me |
Weird, DFHack/dfhack@00d39e2 should have fixed that. Did you have a libfreetype.6.dylib directly in the |
I am using the latest lazy mac pack (not sure if that is using latest dfhack. I did not have a libfreetype.6.dylib directly in my hack folder before the fix. Only in hack/libs |
Ok, moving it shouldn't have changed anything, then, because DFHack would look in hack/libs after looking in hack. |
I suppose it's possible that Stonesense is picking up an incompatible freetype from inside SDL_ttf (which is in libs, which is searched first). @cvandermeer can you run |
@lethosor The version is: DFHack version 0.44.05-r2 (release) on x86_64 This is the output of
|
Edit: wait, you said after the fix? That makes even less sense - moving libfreetype didn't even do anything, as far as I can tell! Yeah, it is loading SDL_ttf's freetype. I don't know why that would break things, but you could try editing your
|
@lethosor Yes after the fix :P. |
Oh, you did that too? That wasn't what fixed DFHack/dfhack#649 so I assumed you had only replaced freetype. It was more likely allegro, then - what allegro version were you using before? |
Using OS X High Sierra and DFHack 44.12-r1 and 2D Graphics, crashes with:
stderr.log had nothing of interest.
The text was updated successfully, but these errors were encountered: