Darius Blaszijk wrote:
Since yesterday I have this problem;
Each time I run a project (doesn't matter if it's existing or new). The application compiles and then I get a message "file not open". I've been looking what could cause this without success. I have added the debug snip below. Does anybody have an idea? Darius [TCompiler.Compile] end
[TDebugManager.DoInitDebugger] A
[TCmdLineDebugger] Debug PID: 172
[Debugger] Running GDB version: 6.0
[TDebugger.SetFileName] FileName = "C:\Develop\modelbuilder\src\trunk\modelbuilder.exe"
[TDebugManager.DoInitDebugger] END
[TMainIDE.DoRunProject] B TGDBMIDebugger
TApplication.HandleException File not open
  Stack trace:
  $005A05F7  TDEBUGMANAGER__RUNDEBUGGER,  line 1825 of DebugManager.pas
  $004331F1  TMAINIDE__DORUNPROJECT,  line 7782 of Main.pp
  $00422C4C  TMAINIDE__MNURUNPROJECTCLICKED,  line 3216 of Main.pp
  $00491DA2  TCONTROL__CLICK,  line 1865 of ./include/control.inc
$0049B321 TCUSTOMSPEEDBUTTON__CLICK, line 77 of ./include/speedbutton.inc
  $00491C76  TCONTROL__WMLBUTTONUP,  line 1820 of ./include/control.inc
  $0083A6CB
  $00491722  TCONTROL__WNDPROC,  line 1542 of ./include/control.inc
  $004906CC  TCONTROL__PERFORM,  line 1014 of ./include/control.inc
$0048854D TWINCONTROL__ISCONTROLMOUSEMSG, line 2875 of ./include/wincontrol.inc
  $004895A1  TWINCONTROL__WNDPROC,  line 3380 of ./include/wincontrol.inc
  $004EF9EF  DELIVERMESSAGE,  line 572 of Win32Proc.pp
  $00460278  WINDOWPROC,  line 1843 of win32callback.inc

Thanks for the backtrace. Fixed in r9572. Writeln was used instead of DebugLn.

Vincent

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

Reply via email to