virtual buffers: When calculating the path to the backend dll, get the current directory in unicode using os.getcwdu(), as the virtual buffer library expects this to be unicode. os.path.abspath() always uses os.getcwd(), which is not unicode. This *might* fix Firefox crashes when creating buffers on some machines.