Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Hi Dave If I add the sleep command to GaimIMFactory.cpp before the loop is started, qtwengophone now even runs with Qt4.1.5 => This never worked for me before, the app ALWAYS crashed. That's why I was still using 4.1.2. I noticed now that I have less problems (only 2-3 crashes instead of 4-5 duri

[Wengophone-devel] Wengophone2.1 RC1 features, etc.

2007-03-09 Thread Atanas Atanasov
Dear Wengophone developers, First of all congratulations on the new Wengophone 2.1 (RC1) - I see huge improvents in this version. I am a wengophone user since 2.0 came out, for me it's the best SIP / IM client program, with unmatched features and universality - Open Source,

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
I definitely do not have any problems if I put a sleep into the GaimMainEventLoop function before g_main_loop_run(loop) is called. (Tried 40 times this time). The startup crashes also do not occur if i return with NULL; from the GaimMainEventLoop. So is it possible that the gaim-events cause GUI-ch

Re: [Wengophone-devel] [PATCH] Improvements on contact list repaints

2007-03-09 Thread Aurélien Gâteau
Aurélien Gâteau wrote: Hello, The attached patch improves the update of the contact list by repainting the list instead of rebuilding the content every time the presence is changed. [snip] Just applied the patch, it's in r10206. I would be very happy if you could update your SVN copy and tel

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Yes I think so. Even though the sleep() didn't work in 100% of the cases like I've written before, the app always crashes at this point if it crashes. I'll try it with a thread-check now (I just was looking at the same part of code when you wrote your answer). Am Freitag, den 09.03.2007, 12:04 +01

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Philippe BERNERY
Le 9 mars 07 à 11:47, Pirmin Walthert a écrit : It seems like the GaimIMFactory was not ready on linux before it is passed to the MultiIMFactory if I have several accounts. At least I had no crash at all (started the application for 20 times) after adding a sleep(2) (did not test other values

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
sorry, this was "luck", nothing more. Issues that only occur often but not everytime are sometimes not reproducable after a change by coincidence :) Am Freitag, den 09.03.2007, 11:32 +0100 schrieb Dave Neary: > Hi Pirmin, > > Pirmin Walthert wrote: > > Hi Dave > > > > Just did some more checks:

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Hi D One MSN + One Jabber gives the same problems. But perhaps my notebook is simply to slow *lol* (Pentium-M 1.6GHz). It seems like the GaimIMFactory was not ready on linux before it is passed to the MultiIMFactory if I have several accounts. At least I had no crash at all (started the applicati

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Dave Neary
Hi Pirmin, Pirmin Walthert wrote: > Hi Dave > > Just did some more checks: If I remove the msn-accounts and only use > jabber, I do not have this problems. So perhaps the reason is that I > have a lot more contacts using jabber and msn or perhaps this defect has > to do with having more than one

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Philippe BERNERY
Le 9 mars 07 à 11:22, Gianluca Sforna a écrit : Did you notify boost and/or gcc developers about this? There is a ticket in boost bug tracking system about that -- Philippe BERNERY <[EMAIL PROTECTED]> http://dev.openwengo.org ___ Wengophone-devel

Re: [Wengophone-devel] Announcing OpenWengo 2.1 rc1

2007-03-09 Thread Andreas Schneider
Dave Neary wrote: > Hi, > > It is with great pleasure that I announce that OpenWengo 2.1 rc1 is > available for download at: > >http://download.wengo.com/releases/WengoPhone-2.1/RC1/ > Hello, packages for openSUSE 10.2 are availiable at: http://packman.links2linux.org/package/Wengopho

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Gianluca Sforna
On 3/9/07, Philippe BERNERY <[EMAIL PROTECTED]> wrote: Le 9 mars 07 à 10:58, Pirmin Walthert a écrit : > For my 2.0 builds I'm using Qt 4.1.2. Everything compiled with gcc > 3.4.6 > because I had even more problems with gcc 4.1 (boost semms not to work > with gcc 4.1.x). I confirm that boost do

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Hi Dave Just did some more checks: If I remove the msn-accounts and only use jabber, I do not have this problems. So perhaps the reason is that I have a lot more contacts using jabber and msn or perhaps this defect has to do with having more than one account or... I don't know... I'll do some more

Re: [Wengophone-devel] NMAKE Install Question

2007-03-09 Thread Philippe BERNERY
Le 8 mars 07 à 17:01, George Lee a écrit : Hi, I am still getting the same error. Did I use the correct command options? Below is the output for running "build_nmake.bat", it launches cmake. And then I run "nmake install". Ok, I see the problem: the NSIS installer script has not been upda

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Philippe BERNERY
Le 9 mars 07 à 10:58, Pirmin Walthert a écrit : For my 2.0 builds I'm using Qt 4.1.2. Everything compiled with gcc 3.4.6 because I had even more problems with gcc 4.1 (boost semms not to work with gcc 4.1.x). I confirm that boost does not work with GCC 4.1. You must use GCC 4.0, or GCC 3.x

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Hi Dave Like I've written: I was running the precompiled 2.1rc1 version (downloaded from openwengo.org)! I don't know why you don't have this problems... Perhaps this error only occurs with several IM-accounts? (I have 1x jabber and 2x MSN). I only have this problems on linux! For my 2.0 builds I

Re: [Wengophone-devel] Stability on linux

2007-03-09 Thread Dave Neary
Hi Pirmin, I must admit I haven't seen these issues at all. Can you confirm what version of QT you're building with, please? Cheers, Dave. Pirmin Walthert wrote: > Hi > > Just tried the precompiled version 2.1rc1 and noted that there are still > the same startup-crash issues I had with 2.0 (p

[Wengophone-devel] Stability on linux

2007-03-09 Thread Pirmin Walthert
Hi Just tried the precompiled version 2.1rc1 and noted that there are still the same startup-crash issues I had with 2.0 (precompiled and compiled myself). I did not run 2.1rc1 for a long time, so I do not know how it acts if I run it longer. So I only know how my modified 2.0 version runs: Since