Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-06 Thread Fred van Stappen
Hello Martin. OK, tested --> perfect. Many thanks. Fre;D De : Martin Schreiber <mse00...@gmail.com> Envoyé : dimanche 6 août 2017 12:48 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint On

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-06 Thread Martin Schreiber
On Sunday 06 August 2017 12:17:31 Fred van Stappen wrote: > > > Can you point to the ISO-file you used to install your Mint version? > > > > https://www.linuxmint.com/edition.php?id=160 > > By curiosity, was the iso mint 17 part of the problem ? > Yes. It triggered an endless alignment loop -

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-06 Thread Fred van Stappen
> > Can you point to the ISO-file you used to install your Mint version? > > https://www.linuxmint.com/edition.php?id=160 By curiosity, was the iso mint 17 part of the problem ? Thanks. Fre;D -- Check out the vibrant

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-06 Thread Fred van Stappen
> I could reproduce the problem Ha, good news (could it be possible that you explain, shortly, what was the problem so I understand better your debugger). > please try again with MSEide+MSEgui git master > f416bab3a4e526ad5015a892cce7107f467324b6 and MSEuniverse Perfect, write you later.

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-06 Thread Martin Schreiber
On Saturday 05 August 2017 17:45:01 Fred van Stappen wrote: > #94 0068B30A msedispwidgets.pas:516 CLIENTRECTCHANGED(this=0x77f99290) > #95 004301F1 msegui.pas:4804 UPDATESTATE(this=0x77eca140) > #96 004302FD msegui.pas:4831 CHECKSTATE(this=0x77eca140) > #97 004412BF

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-05 Thread Martin Schreiber
On Saturday 05 August 2017 17:30:12 Fred van Stappen wrote: > > ---> crash ---> here Stack result: > [...] > #17 0043E802 msegui.pas:9527 CLIENTRECTCHANGED(this=0x77f99290) > #18 0068B301 msedispwidgets.pas:515 CLIENTRECTCHANGED(this=0x77f99290) > #19 004301F1 msegui.pas:4804

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-05 Thread Fred van Stappen
> This is not the thread which throws the exception. Please click in thread > window in the different rows until the stack window shows the exception or > signal. #0 2774 unknown "noisegen" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:143

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-05 Thread Fred van Stappen
Hello Martin. Here how I did: 1) Change code in msegui.pas, as described in previous mail and recompile meseide to be able to load noisegen.pas 2) When noisegen.pas is loaded, compile it using this debug code: > debugging line 8268 of msegui.pas with this (code corrected = no crash)

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-05 Thread Martin Schreiber
On Saturday 05 August 2017 15:22:02 Fred van Stappen wrote: > Hello Martin. > > > Maybe that mail got lost? > > Huh, witch one ? > > > You never give up! ;-) > > Yes, when I find a solution ;-) > > > How > > looks the stack trace at the crash? > > Not easy to give trace of the crash of meseide

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-05 Thread Fred van Stappen
Hello Martin. > Maybe that mail got lost? Huh, witch one ? > You never give up! ;-) Yes, when I find a solution ;-) > How > looks the stack trace at the crash? Not easy to give trace of the crash of meseide when show main.pas as form (because the debugger crash with mseide crash)... So I

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-04 Thread Martin Schreiber
Maybe that mail got lost? On Thursday 03 August 2017 06:56:32 Martin Schreiber wrote: > On Thursday 03 August 2017 00:19:05 Fred van Stappen wrote: > > Hello Martin. > > > > I have the bandit. > > > > He was hidden in msegui.pas, inside function twidget.aligny(). > > > > At line 8275 ---> > > > >

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-03 Thread Fred van Stappen
> I have the bandit. Huh, it seems that he was part of the problems of flickering when enabling Z order handling on my system. Now the problems are gone... Fre;D -- Check out the vibrant tech community on one of the

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-03 Thread Fred van Stappen
Hello Martin. I have the bandit. He was hidden in msegui.pas, inside function twidget.aligny(). At line 8275 ---> wam_center: begin result:= frootpos.y + framepos.y + framesize.cy div 2; end; I change it with this: wam_center: begin if awidget.framesize.cy >=

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Martin Schreiber
On Thursday 03 August 2017 00:19:05 Fred van Stappen wrote: > Hello Martin. > > I have the bandit. > > He was hidden in msegui.pas, inside function twidget.aligny(). > > At line 8275 ---> > >wam_center: begin > result:= frootpos.y + framepos.y + framesize.cy div 2; > end; > > I change

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Fred van Stappen
test -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Fred van Stappen
Hello Martin. I have the bandit. He was hidden in msegui.pas, inside function twidget.aligny(). At line 8275 ---> wam_center: begin result:= frootpos.y + framepos.y + framesize.cy div 2; end; I change it with this: wam_center: begin if awidget.framesize.cy >=

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Fred van Stappen
Hello Martin. I have the bandit. He was hidden in msegui.pas, inside function twidget.aligny(). At line 8275 ---> wam_center: begin result:= frootpos.y + framepos.y + framesize.cy div 2; end; I change it with this: wam_center: begin if awidget.framesize.cy >=

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Fred van Stappen
> Again the the question: can anybody reproduce the problem? Tonight I will come back to combat. I have more indice now of the bandit: he is somewhere in a process used by TLayouter. The crash comes from libXFt.so. I suspect some pointer not assigned / not set-to nil to make trouble with my

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Patrick Goupell
It also works on Mint 18.2-MATE. Again the the question: can anybody reproduce the problem? Martin What video chip / card / driver is being used? I hve had problems with nvidea chips in the past and it was always the driver.

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint

2017-08-02 Thread Martin Schreiber
On 08/02/2017 02:07 PM, Fred van Stappen wrote: >>> So, to resume, on my Linux 64 Mint system there is problem with: > >> Works for me on Mint 18.2 and Cinnamon desktop. > > Ha, ok, I am happy for you. > It also works on Mint 18.2-MATE. Again the the question: can anybody reproduce the

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-02 Thread Fred van Stappen
>> So, to resume, on my Linux 64 Mint system there is problem with: > Works for me on Mint 18.2 and Cinnamon desktop. Ha, ok, I am happy for you. Fre;D -- Check out the vibrant tech community on one of the world's most

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-02 Thread Fred van Stappen
Re-hello Martin. I do not know if it could help but the symptom of tlayouter problems on my machine are +- similar with the problem I have when enable Z order handling. Also, at the beginning when I was working on ideU, I had, at run time with the designer, problems with msesettings and

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-02 Thread Fred van Stappen
> https://www.linuxmint.com/download.php > Cinnamon, MATE, Xfce, KDE or something other? Hello Martin. I use (like many others, see http://distrowatch.com stat on the right) Linux Mint MATE. My version is Mint Mate 17. Fre;D

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-02 Thread Martin Schreiber
On 08/01/2017 03:36 PM, Fred van Stappen wrote: > > So, to resume, on my Linux 64 Mint system there is problem with: > Works for me on Mint 18.2 and Cinnamon desktop. Martin -- Check out the vibrant tech community on

Re: [MSEide-MSEgui-talk] tlayouter on Linux Mint (was: Some question about MSE thread...)

2017-08-01 Thread Martin Schreiber
On 07/31/2017 11:32 PM, Fred van Stappen wrote: > > >> operating system, which window manager? > > Linux Mint 64 bit with Mint-built in WM > >From here? https://www.linuxmint.com/download.php Cinnamon, MATE, Xfce, KDE or something other? Martin