@@ -829,10 +829,13 @@ char *tmp; struct stat st; @try { OFFile *file; + + /* Make sure the file system is initialized */ + [OFFile class]; if (stat([path cStringWithEncoding: [OFString nativeOSEncoding]], &st) == -1) @throw [OFOpenFileFailedException exceptionWithPath: path