Closed rcorre closed 9 years ago
it seems to make it through al_init
and loading the config file fine. removing the call to al_create_display
causes it to fail on al_create_event_queue
, which crashes on _al_register_destructor
.
The 5.1 of DAllegro branch only supports the 5.1.8 release of A5, not the master branch. It's a bit surprising that al_init
goes through, as that should have been detected at that point.
Yeah I just noticed that in the README, you can close this if you like.
Yeah, despite A5 master not moving super fast, I just don't have a good machinery to verify that the binding matches it, so there isn't a branch of DAllegro5 that tracks the master. I'm working on Allegro proper to make another unstable release, so hopefully soon this will be resolved that way.
example.d
crashes onal_create_display
on the 5.1 branch.The C demos included with allegro 5.1 all run fine for me, so I don't think its an issue with allegro itself. I can try to compile allegro5.1 in debug mode if that would help get more information on where in
al_create_display
its crashing.Platform is
Archlinux x86_64
, using allegro master branch.