Archived Forum Post

Index of archived forum posts

Question:

Problem with Chilkat.Rar and accented file inside a .rar file

Apr 02 '13 at 15:58

Hello,

I've got a problem with Chilkat.Rar when the rar file contains files with accented character like "dernière".

When i use the Unrar() method, i don't catch any error, but the file is not extracted.

Have you got an idea on how can i fix it ?

Thank you.


Answer

I don't know, but maybe this may help to debug this issue.

Before calling Unrar(), set the VerboseLogging property to true. Immediately after calling Unrar(), even when it returns true, print the LastErrorText.


Answer

Hello,

I don't find how can i set the VerboseLogging to true, but here is the LastErrorText i've got :

ChilkatLog:
  Unrar:
    DllDate: Dec 12 2012
    UnlockPrefix: NONE
    Username: ZORGLOB-PC3D:zorglob
    Architecture: Little Endian; 32-bit
    Language: .NET 4.0
    VerboseLogging: 0
    rarArchive: W:4 x 4 (Les) - T01 à T044x4 (Les) - #01 - La Première Rencontre.cbr
    filename: 00a - Les 4x4 - La Première Rencontre - GorcRip.jpg
    dir: d:Covers4 x 4 (Les) - T01 à T04
    Success.
  --Unrar
--ChilkatLog

The Unrar() method return True but don't find the file anywhere.