claws-mail / Windows XP

After gpg4win installation on a Windows XP system claws-mail won’t start. How can I check for the reason why? Thanks. Gerard.

Hi Gerard,

what version of gpg4win and Claws Mail did you install?

Did you ever configured a previous version of Claws Mail (or formerly Sylpheed-Claws) for this user on that machine?

what version of gpg4win and Claws Mail did you >install?
1.1.2
Did you ever configured a previous version of Claws >Mail (or formerly Sylpheed-Claws) for this user on >that machine?
Yes Sylpheed-Claws 1.0??

Do you get any error when you start Claws Mail?

I’d suggest installing a non-official snapshot of mine, waiting for a gpg4win release that would come with Claws Mail 3.0.0.
This snapshot is based on a recent SVN snapshot of gpg4win sources and Claws Mail 2.10.0cvs189. This Claws Mail version contains some fixes and debug helpers for Windows users.

http://www.mollux.org/projects/contrib/claws-mail/tmp/gpg4win/gpg4win-1.1.3-svn514-claws-mail-2.10.0cvs189.exe

  1. Try w/ the new Claws Mail installed from that snapshot.

  2. If it’s not better, from a console window:
    $ cd “c:\program files\gnu\gpg4win” (or wherever you installed gpg4win)
    $ claws-mail.exe --debug
    then please send me the claws-win32.log file created in the current directory.

If you don’t mind loosing your old Claws configuration, rename or remove any .sylpheed-claws or .claws-mail dir found in %APPDATA% then try starting Claws Mail.

I will try it and get you informed. Thank you.

Here is the claws-win32.log

claws.c:98:Starting Claws Mail version 020a00bd
prefs_gtk.c:1087:new file ‘C:\Documents and Settings\Propriétaire\Application Data\Claws-mail\clawsrc’
prefs_gtk.c:1025:cache: C:\Documents and Settings\Propriétaire\Application Data\Claws-mail\clawsrc: Invalid argumentprefs_gtk.c:1125:destroying cache
C:\Documents and Settings\Propriétaire\Application Data:

And Claws Mail vanishes w/o a single error message, like a “application error, generating an error log” from the system?

The log is probably incomplete, but it’s not your fault. I’ll check if I can reproduce in Windows XP ASAP.

And Claws Mail vanishes w/o a single error message, >like a “application error, generating an error log” >from the system?
Exactly.

Gerard, I can’t reproduce it yet.

BTW, I’ve updated the Claws Mail Windows snapshot:
http://www.mollux.org/projects/contrib/claws-mail/tmp/gpg4win/gpg4win-1.1.3-svn514-claws-mail-3.0.0cvs9.exe
but that shouldn’t change anything to your problem IMO.

Can you please confirm me that there is no .claws-mail\ or .sylpheed-claws\ directory in you %APPDATA% dir?

I renamed .sylpheed to xx.sypheed. So there is no more config file.

Hello.

As I wrote in
http://wald.intevation.org/tracker/index.php?func=detail&aid=462&group_id=11&atid=126

it seems, that the problem is at the line 1020
of prefs_gtk.c"

there is just simple g_fopen(rcfile, “rb”); which should maybe be replaced with something like
g_fopen(g_win32_locale_filename_from_utf8(rcfile0,
“rb”);

If this true, this means that all calls to g_fopen should do the same, and that occurrences of f_open should be replaced as well. I’ll do some checks and see.

Jan, Gerard,

could you try to reproduce with the following gpg4win+claws-mail-cvs unofficial snapshot?

http://mollux.org/projects/contrib/claws-mail/tmp/gpg4win/gpg4win-1.9.0-svn544-claws-mail-3.0.0cvs46+.exe