On 10/18/2016 04:43 AM, captaindet wrote:

i have been only working with 32bit binaries/GTK so far, but now i am
getting started with 64bit, to eventually migrate my latest project. i
got a couple of demos working alright (i.e., modulo some spurious
warnings), with both dmd and ldc frontends.

unfortunately, the '..\demos\builder\builderTest.d' compiles but crashes
upon start in 64bit (compiles&runs fine in 32bit). my own project
crashes as well, not surprising as gtk.Builder is essential to it.

i tried several GTK versions, including
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.464-bit.exe

and gtk3.22.1 via msys2, both failing just the same.

unless the builder is broken in all the latest 64bit GTK packages, the
GtkD gtk.Builder module seems to be unfit for 64bit.

hoping that this is a known issue with a known solution...

/det

It's not a known issue, but i will take a look.