Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Marc Weustink

Marc Santhoff wrote:

Hi,

I managed to get my lazarus installation confused. If I try to compile
or run a project, this error is shown:

...
[TMainIDE.DoRunProject] A
TMainIDE.DoInitProjectRun A True 0
TMainIDE.DoInitProjectRun B
TPascalParserTool.BuildTree B OnlyIntf=False  unit1.pp
TApplication.HandleException Invalid argument index in format 
...


Didn't TApplication.HandleException show a backtrace below this line ? 
There you can see where the offending line is.


Marc




Since I want to keep my configuration files, I'd like to know, where I
have to look for the mixed up file.

TIA,
Marc


_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Marc Santhoff
Am Donnerstag, den 09.03.2006, 10:21 +0100 schrieb Marc Weustink:
 Marc Santhoff wrote:
  Hi,
  
  I managed to get my lazarus installation confused. If I try to compile
  or run a project, this error is shown:
  
  ...
  [TMainIDE.DoRunProject] A
  TMainIDE.DoInitProjectRun A True 0
  TMainIDE.DoInitProjectRun B
  TPascalParserTool.BuildTree B OnlyIntf=False  unit1.pp
  TApplication.HandleException Invalid argument index in format 
  ...
 
 Didn't TApplication.HandleException show a backtrace below this line ? 
 There you can see where the offending line is.

Yes, it did. But the stack trace is pretty useless without debugging
info. I'll try to recompile with line info and report what's going on.

Thanks so far,
Marc


_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Vincent Snijders

Marc Santhoff wrote:

Am Donnerstag, den 09.03.2006, 04:09 +0100 schrieb Marc Santhoff:



Since I want to keep my configuration files, I'd like to know, where I
have to look for the mixed up file.



Okay, I've got it:


Thanks, this helped.



TPascalParserTool.BuildTree B OnlyIntf=False  unit1.pp
TApplication.HandleException Invalid argument index in format 
  Stack trace:
  $080CB4C8
  $080CC050
  $080CBA89
  $080AD30B  CHECKFILE,  line 1240 of mainbase.pas


This line contains if Compiling then begin in the SVN version.
Unlike that is will cause a crash, so I looked a bit further.


  $080AD1A4  TMAINIDEBASE__DOCHECKAMBIGUOUSSOURCES,  line 1276 of
mainbase.pas
  $0808E511  TMAINIDE__DOSAVEEDITORFILE,  line 5510 of main.pp
  $0809193A  TMAINIDE__DOSAVEPROJECT,  line 6417 of main.pp
  $08094286  TMAINIDE__DOSAVEPROJECTTOTESTDIRECTORY,  line 7168 of
main.pp
  $08093C0B  TMAINIDE__DOSAVEFORBUILD,  line 7055 of main.pp
  $0809455D  TMAINIDE__DOBUILDPROJECT,  line 7221 of main.pp
  $08094DBB  TMAINIDE__DOINITPROJECTRUN,  line 7359 of main.pp
  $08094F0F  TMAINIDE__DORUNPROJECT,  line 7420 of main.pp
  $08085358  TMAINIDE__MNURUNPROJECTCLICKED,  line 3002 of main.pp
  $0812D9F2  TCONTROL__CLICK,  line 1843 of ./include/control.inc
  $0817F339  TCUSTOMSPEEDBUTTON__CLICK,  line 76
of ./include/speedbutton.inc
  $0812D8C6  TCONTROL__WMLBUTTONUP,  line 1798 of ./include/control.inc
  $0805BE53
TMainIDE.DoCloseEditorFile A PageIndex=0
TCustomFormEditor.DeleteControl TForm1 TRUE
TPascalParserTool.BuildTree B OnlyIntf=False  project1.lpr
TPascalParserTool.BuildTree B OnlyIntf=False  project1.lpr
TMainIDE.DoCloseEditorFile end
LAZARUS END - cleaning up ...
[TMainIDE.Destroy] A 
[TMainIDE.Destroy] B  - inherited Destroy... TMainIDE

[TMainIDE.Destroy] END

Something seems to be missing at the start, is this enough or should I
recompile anything else with -gl?



If you are using the German localization, then I probably fixed in 
revision 8894.


Vincent.

P.S. Next time, please state the revision you are using.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] lazarus IDE defunct

2006-03-08 Thread Marc Santhoff
Hi,

I managed to get my lazarus installation confused. If I try to compile
or run a project, this error is shown:

...
[TMainIDE.DoRunProject] A
TMainIDE.DoInitProjectRun A True 0
TMainIDE.DoInitProjectRun B
TPascalParserTool.BuildTree B OnlyIntf=False  unit1.pp
TApplication.HandleException Invalid argument index in format 
...

Since I want to keep my configuration files, I'd like to know, where I
have to look for the mixed up file.

TIA,
Marc


_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives