> I haven't investigated. But because protecting those calls by if > (initialized) and even moving the lisp->C binding for > window_root_window_resize_vertically to after initialization didn't help, I > suspect the issue might be deeper than just protecting C calls to lisp. I > really don't know how to follow up though. If Lisp hasn't been called yet, the root window cannot have been split yet. So in the case at hand the following patch sould work. Can you please try it? Thanks, martin