rejetto forum

Author Topic: [SOLVED] Error starting FHFS 2.0  (Read 9180 times)

Offline raybob

  • Moderator
  • Tireless poster
  • *****
  • Posts: 454
    • View Profile
    • FileSplat.com
Re: Error starting FHFS 2.0
« on: July 14, 2014, 10:16:34 PM »
Nope, 0x1004 means it couldn't find hfs.vfs.  FHFS errors are not the same as Windows errors :)

Code: [Select]

            check_file("server.dll", "Startup_Error_0x0001");

            check_file("hfs.events", "Startup_Error_0x1001");
            check_file("version.dat", "Startup_Error_0x1002");
            check_file("hfs.ini", "Startup_Error_0x1003");
            check_file("hfs.vfs", "Startup_Error_0x1004");

            check_file("openssl-bin\\openssl.exe", "Startup_Error_0x2001");
            check_file("openssl-bin\\ssleay32.dll", "Startup_Error_0x2002");
            check_file("openssl-bin\\libeay32.dll", "Startup_Error_0x2003");
            check_file("openssl-bin\\libssl32.dll", "Startup_Error_0x2004");

            check_file("stunnel-bin\\stunnel.exe", "Startup_Error_0x3001");
            check_file("stunnel-bin\\libeay32.dll", "Startup_Error_0x3002");
            check_file("stunnel-bin\\msvcr90.dll", "Startup_Error_0x3003");
            check_file("stunnel-bin\\ssleay32.dll", "Startup_Error_0x3004");

            check_file("php-bin\\php5ts.dll", "Startup_Error_0x4001");
            check_file("php-bin\\php.exe", "Startup_Error_0x4002");

            check_file("filezilla-bin\\FileZilla.exe", "Startup_Error_0x5001");
            check_file("filezilla-bin\\FzGSS.dll", "Startup_Error_0x5002");
            check_file("filezilla-bin\\libeay32.dll", "Startup_Error_0x5003");
            check_file("filezilla-bin\\ssleay32.dll", "Startup_Error_0x5004");

            check_file("sendemail-bin\\email.exe", "Startup_Error_0x6001");

Follow members gave a thank to your post:


Thank-o-Matic 3.0 By Adk Team