RE: [lazarus] Application crash

2005-09-13 Thread Bjørn T. Jønsson
Vincent Snijders wrote: For some reason the test app doesn't compile here... I get a lot of OBJPAS.pp not found and then the error: Maybe your fpc install was incomplete or your fpc.cfg was incorrectly installed. How did you install your fpc (or did you use a lazarus installer that

Re: [lazarus] Att: Admin of the forums

2005-09-08 Thread Bjørn T. Jønsson
Michael A. Hess wrote: Bjørn T. Jønsson wrote: It would be nice if the forum admin could help with this: http://tinyurl.com/aq4t5 [...] If you do have problems getting and account setup in the forum send me an email directly and I can attempt to manually setup your account

RE: [lazarus] Application crash

2005-09-01 Thread Bjørn T. Jønsson
Mattias Gaertner wrote: Bjørn T. Jønsson [EMAIL PROTECTED] wrote: Hmmm... I'm wondering if it's a path issue? Maybe related to long paths, paths on other disks than Lazarus, or similar. See also this: http://www.lazarus.freepascal.org/mantis/view.php?id=900 I guess, it's

RE: [lazarus] Application crash

2005-09-01 Thread Bjørn T. Jønsson
crash Mattias Gaertner wrote: On Wed, 31 Aug 2005 04:19:16 +0200 Bjørn T. Jønsson [EMAIL PROTECTED] wrote: Hmmm... I'm wondering if it's a path issue? Maybe related to long paths, paths on other disks than Lazarus, or similar. See also this: http://www.lazarus.freepascal.org

RE: [lazarus] Application crash

2005-08-31 Thread Bjørn T. Jønsson
Felipe Monteiro de Carvalho wrote: Did you try downloading again and doing a fresh install? Yes. I've also tried later builds. Latest was Aug. 30th. Prognatus. _ To unsubscribe: mail [EMAIL PROTECTED] with

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Vincent Snijders wrote: What about using the gdb that comes with lazarus (on windows)? See for the path: Environment, Debugger Options, General Tab. The default is: c:\lazarus\mingw\bin\gdb.exe Thanks! I didn't know about that. You saved me from lots of fumbling there. :) I guess the Wiki

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Vincent Snijders wrote: Try creating a back trace, it gives us some information where it went wrong OK, here's the output: Starting program: D:\My Documents\$Project\!willy/willy.exe Program received signal SIGSEGV, Segmentation fault. 0x7c918fea in ntdll!RtlpWaitForCriticalSection ()

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Hmmm... I'm wondering if it's a path issue? Maybe related to long paths, paths on other disks than Lazarus, or similar. See also this: http://www.lazarus.freepascal.org/mantis/view.php?id=900 - Bjørn. --- _ To unsubscribe:

RE: [lazarus] Application crash

2005-08-30 Thread Bjørn T. Jønsson
Felipe Monteiro de Carvalho wrote: Try installing lazarus on a directory that does not have spaces on it's name (the best is a short directory name). I would say this is a bug with long file names on the interface. I did. It's installed in c:\lazarus\ Only my project is located elsewhere.