--- Daodan/src/Daodan.c 2013/03/07 22:38:21 693 +++ Daodan/src/Daodan.c 2013/03/08 00:31:30 694 @@ -254,7 +254,10 @@ bool DDrPatch_Init() if(patch_chinese) { + DDrStartupMessage("Loading chinese DLL"); HMODULE dll = LoadLibrary("xfhsm_oni.dll"); + DWORD err = GetLastError(); + DDrStartupMessage(" - Module loading returned error %i", err); if( dll ) { void* proc = GetProcAddress( dll, "InstallHook" );