As per title, there is no interface.ui file in the sdl directory. In sdl/sdl.c, the following line generates a GError.
gtk_builder_add_from_file(guiBuilder, "sdl/interface.ui", NULL);
The origin seems to be the lack of an interface.ui file; because the error is not handled, the program loads but doesn't do anything.