error of double click chinese name txt file in softwares (e.g winefile, WinRAR)

Paul Vriens Paul.Vriens at xs4all.nl
Tue Nov 22 10:51:39 CST 2005


On Tue, 2005-11-22 at 15:02 +0800, mengzhuo li wrote:
> ChangeLog:
>     dlls/kernel/process.c
>   
> limengzhuo muziwind at yahoo.com.cn
>  
> fix the error of double clicking chinese name txt file in software
> (e.g. winfile).
>  
> it shows the error 
> wine: cannot open builtin library for L"C:\\windows\\\6d4b\8bd5.txt" 
> 
> ______________________________________________________________________
> 无限容量雅虎相册,原图等大下载,超快速度,赶快抢注! 
> plain text document attachment
> (fix-crash-of-double-click-chinese-name-txt-in-softwares.diff),
> "3670824031-fix-crash-of-double-click-chinese-name-txt-in-softwares.diff"
> ? fix-crash-of-double-click-chinese-name-txt-in-softwares.diff
> Index: dlls/kernel/process.c
> ===================================================================
> RCS file: /home/wine/wine/dlls/kernel/process.c,v
> retrieving revision 1.109
> diff -u -p -r1.109 process.c
> --- dlls/kernel/process.c	10 Oct 2005 10:28:48 -0000	1.109
> +++ dlls/kernel/process.c	22 Nov 2005 06:31:07 -0000
> @@ -247,6 +247,8 @@ static BOOL find_exe_file( const WCHAR *
>      enum loadorder_type loadorder[LOADORDER_NTYPES];
>      int i, file_exists;
>  
> +    file_exitst = 0;    
> +
Did you actually compile this ? (exists != exitst)

Paul.




More information about the wine-devel mailing list