Hi Caleb,An application segfaulting at such an early stage got me curious. Now I see it's a Vala application, so it does quite some initialization before parsing the command line arguments. Anyway, following the link at `which dino' shows that `dino' is a shell script. It sets some variables then calls `.dino-real', which is the actual binary. Does executing `.dino-real --version' segfault too?
Best Regards, G.