Re: [Gambas-user] Crash with translation tool

2012-10-08 Thread Benoît Minisini
Le 08/10/2012 22:02, Jussi Lahtinen a écrit : > Bug disappeared when I moved from 5219 to 5228. > > There is only this change for compiler: > * BUG: Error messages are correctly printed when warnings are disabled. > > It cannot explain it? > > I tested with backup of my project, so I'm pretty sur

Re: [Gambas-user] Crash with translation tool

2012-10-08 Thread Jussi Lahtinen
Bug disappeared when I moved from 5219 to 5228. There is only this change for compiler: * BUG: Error messages are correctly printed when warnings are disabled. It cannot explain it? I tested with backup of my project, so I'm pretty sure it's nothing that I did. Jussi On Mon, Oct 8, 2012 a

Re: [Gambas-user] Crash with translation tool

2012-10-08 Thread Benoît Minisini
Le 08/10/2012 20:50, Jussi Lahtinen a écrit : > Seems that latest revision corrected this error! > > Jussi > I changed nothing about that, so I don't think so. -- Benoît Minisini -- Don't let slow site performance ruin

Re: [Gambas-user] Crash with translation tool

2012-10-08 Thread Jussi Lahtinen
Seems that latest revision corrected this error! Jussi On Mon, Oct 1, 2012 at 10:19 PM, Jussi Lahtinen wrote: > I hope this leads to somewhere... > I removed "2 > /dev/null" (<--- why it was there?) to see what happens > when ".pot" file is created, > or more precisely why it has zero size. >

Re: [Gambas-user] Crash with translation tool

2012-10-01 Thread Jussi Lahtinen
I hope this leads to somewhere... I removed "2 > /dev/null" (<--- why it was there?) to see what happens when ".pot" file is created, or more precisely why it has zero size. /home/jussiemmi/Desktop/testcopy/.lang/MainModule.pot:2858: duplicate message definition... /home/jussiemmi/Desktop/testcopy

Re: [Gambas-user] Crash with translation tool

2012-10-01 Thread Jussi Lahtinen
> How could I help you then if I cannot reproduce the bug? Sometimes you have that magic touch, never know without trying. Jussi -- Got visibility? Most devs has no idea what their production app looks like. Find out how

Re: [Gambas-user] Crash with translation tool

2012-10-01 Thread Benoît Minisini
Le 01/10/2012 16:03, Jussi Lahtinen a écrit : > It's project I can't send. How could I help you then if I cannot reproduce the bug? -- Benoît Minisini -- Got visibility? Most devs has no idea what their production app l

Re: [Gambas-user] Crash with translation tool

2012-10-01 Thread Jussi Lahtinen
It's project I can't send. Now when I open the project again and try to translate it, I got error message: " Cannot read translation file for language 'English (United Kingdom)' File already exists " In MergeMessage() line "Error.Raise(("The 'msgmerge' command has failed"))" is executed but error

Re: [Gambas-user] Crash with translation tool

2012-09-30 Thread Benoît Minisini
Le 30/09/2012 22:51, Jussi Lahtinen a écrit : > Translation tool says everything is already translated, which is not true, > and when I close the window IDE crashes. > > > [13] Null object. > FTranslate.ShiftToSort.1306 > > > I couldn't isolate the problem with quick look. > > I'll try again tomorr

[Gambas-user] Crash with translation tool

2012-09-30 Thread Jussi Lahtinen
Translation tool says everything is already translated, which is not true, and when I close the window IDE crashes. [13] Null object. FTranslate.ShiftToSort.1306 I couldn't isolate the problem with quick look. I'll try again tomorrow. Gambas 3 rev 5208 @ Xubuntu 12.04 64bit. Jussi