Recent

Author Topic: Lazarus kills on startup  (Read 24041 times)

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #15 on: May 19, 2010, 08:44:21 am »
I have tried it with Andale Mono and Courier...
It looks like it have something to do if there is a 'String' in the code line...

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus kills on startup
« Reply #16 on: May 19, 2010, 09:03:41 am »
just try to keep anti-aliasing enabled.

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #17 on: May 19, 2010, 09:24:19 am »
Ok.
If have found that the debuger does not handle the try-except statements!...it crashes if it should go to the except code block.

Code: [Select]
(gdb)
<-stack-list-frames 2 2>
^done,stack={frame={level="2",addr="0x00044605",fp="0xbfffda50",func="TFORM1__BUTTON1CLICK",optimized="0",file="unit1.pas",fullname="/Users/riko/Entwicklung/test/unit1.pas",line="42",dir="/Users/riko/Entwicklung/test/"}},time={wallclock="0.00014",user="0.00014",system="0.00000",start="1274267817.098614",end="1274267817.098757"}
(gdb)
<-stack-select-frame 2>
^done,time={wallclock="0.00007",user="0.00006",system="0.00000",start="1274267817.098923",end="1274267817.098989"}
(gdb)
<-exec-step>
~"Single stepping until exit from function SYSUTILS_RUNERRORTOEXCEPT$LONGINT$POINTER$POINTER, \n"
~"which has no line number information.\n"
^running
(gdb)
*stopped,time={wallclock="0.01705",user="0.00551",system="0.01128",start="1274267817.616222",end="1274267817.633275"},reason="breakpoint-hit",commands="no",times="1",bkptno="32",thread-id="1"
(gdb)
<-data-evaluate-expression ^^shortstring(^pointer($rdi)^+24)^^>
^error,msg="Invalid cast."
(gdb)
<x/s ^Exception($rdi)^.FMessage>
&"x/s ^Exception($rdi)^.FMessage\n"


Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Lazarus kills on startup
« Reply #18 on: May 19, 2010, 09:31:00 pm »
What OS, what lazarus version


My guess... you are on OSX intel 64bit ?
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #19 on: May 20, 2010, 05:02:47 am »
You are right...

May 18 19:34:26 riko-mac-pro Installer[2435]: Hardware: MacPro3,1 @ 2.80 GHz (x 8 ), 10240 MB RAM
May 18 19:34:26 riko-mac-pro Installer[2435]: Running OS Build: Mac OS X 10.6.3 (10D573)

Lazarus 2.4.0

riko.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Lazarus kills on startup
« Reply #20 on: May 20, 2010, 06:26:46 pm »
it looks like it somehow cannot find the shortstring symbol

what if you just add a dummy var s:shortstring somewhere in your code ?
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #21 on: May 21, 2010, 04:07:31 am »
i have added a shortstring var at the procedure where the try-except is...same error, no change.
Code: [Select]
(gdb)
<-stack-info-depth>
^done,depth="57",time={wallclock="0.02917",user="0.02193",system="0.00676",start="1274423088.325308",end="1274423088.354477"}
(gdb)
<-stack-list-arguments 1 0 0>
^done,stack-args={frame={level="0",args={}}},time={wallclock="0.00003",user="0.00003",system="0.00000",start="1274423088.354715",end="1274423088.354744"}
(gdb)
<-stack-list-frames 0 0>
^done,stack={frame={level="0",addr="0x00024780",fp="0xbfffd5f0",func="SYSTEM_HANDLEERRORADDRFRAME$LONGINT$POINTER$POINTER",optimized="0"}},time={wallclock="0.00010",user="0.00010",system="0.00001",start="1274423088.354903",end="1274423088.355006"}
(gdb)
<-stack-list-arguments 1 1 1>
^done,stack-args={frame={level="1",args={}}},time={wallclock="0.00003",user="0.00002",system="0.00000",start="1274423088.355185",end="1274423088.355212"}
(gdb)
<-stack-list-frames 1 1>
^done,stack={frame={level="1",addr="0x000248ad",fp="0xbfffd610",func="SYSTEM_HANDLEERRORFRAME$LONGINT$POINTER",optimized="0"}},time={wallclock="0.00008",user="0.00008",system="0.00000",start="1274423088.355365",end="1274423088.355445"}
(gdb)
<-stack-list-arguments 1 2 2>
^done,stack-args={frame={level="2",args={{name="SENDER",value="(^TOBJECT) 0x177a0c0"},{name="this",value="(TFORM1) 0x177a8e0"}}}},time={wallclock="0.00017",user="0.00013",system="0.00005",start="1274423088.355614",end="1274423088.355788"}
(gdb)
<-stack-list-frames 2 2>
^done,stack={frame={level="2",addr="0x000445ff",fp="0xbfffda50",func="TFORM1__BUTTON1CLICK",optimized="0",file="unit1.pas",fullname="/Users/riko/Entwicklung/test/unit1.pas",line="48",dir="/Users/riko/Entwicklung/test/"}},time={wallclock="0.00066",user="0.00014",system="0.00015",start="1274423088.355940",end="1274423088.356603"}
(gdb)
<-stack-select-frame 2>
^done,time={wallclock="0.00006",user="0.00005",system="0.00000",start="1274423088.356785",end="1274423088.356840"}
(gdb)
<-stack-list-frames 0 0>
^done,stack={frame={level="0",addr="0x00024780",fp="0xbfffd5f0",func="SYSTEM_HANDLEERRORADDRFRAME$LONGINT$POINTER$POINTER",optimized="0"}},time={wallclock="0.00009",user="0.00009",system="0.00001",start="1274423088.408020",end="1274423088.408111"}
(gdb)
<-exec-continue>
^running
(gdb)
*stopped,time={wallclock="0.00144",user="0.00054",system="0.00087",start="1274423138.525024",end="1274423138.526461"},reason="breakpoint-hit",commands="no",times="1",bkptno="2",thread-id="1"
(gdb)
<-data-evaluate-expression ^^shortstring(^pointer($rdi)^+24)^^>
^error,msg="Invalid cast."
(gdb)
<x/s ^Exception($rdi)^.FMessage>
&"x/s ^Exception($rdi)^.FMessage\n"

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #22 on: May 21, 2010, 05:13:21 am »
i have checked the compiler settings:

Code: [Select]
check compilersettings:
There is a older .ppu file as the compiler:
/usr/local/lib/fpc/2.4.0/units/i386-darwin/rtl/system.ppu

/usr/local/bin/ppc386  -MObjFPC -Scghi -O1 -gl  -k-framework -kCarbon -k-framework -kOpenGL -k'-dylib_file' -k'/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib' -WG -va -l -Fi/Users/riko/Entwicklung/test/lib/i386-darwin/ -Fu/Users/riko/Entwicklung/lazarus/lcl/units/i386-darwin/ -Fu/Users/riko/Entwicklung/lazarus/lcl/units/i386-darwin/carbon/ -Fu/Users/riko/Entwicklung/lazarus/packager/units/i386-darwin/ -Fu. -FUlib/i386-darwin/ -dLCL -dLCLcarbon /tmp/testcompileroptions.pas

WARNUNG: relativer Unitpfad in der fpc.cfg: ./tmp/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/rtl/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/zlib/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/xforms/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/x11/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/utmp/
.
.
.
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/aspell/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd22/
WARNUNG: relativer Unitpfad in der fpc.cfg: ./usr/local/bin/
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd20/httpd.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd13/httpd.ppu
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd22/apr.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd20/apr.ppu
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd22/apriconv.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd20/apriconv.ppu
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd22/aprutil.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd20/aprutil.ppu
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd22/httpd.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/httpd20/httpd.ppu
WARNUNG: ppu ist zweimal vorhanden: /usr/local/lib/fpc/2.4.0/units/i386-darwin/univint/Dialogs.ppu, /usr/local/lib/fpc/2.4.0/units/i386-darwin/fv/dialogs.ppu

could this be also part of the problem?

riko

  • New Member
  • *
  • Posts: 13
Re: Lazarus kills on startup
« Reply #23 on: May 21, 2010, 08:51:40 am »
maybe this could also be helpful...if i can help testing something let me know...

Code: [Select]
[0x0-0x16016].lazarus[187] *** Exception handlers were not properly removed. Some code has jumped or returned out of an NS_DURING...NS_HANDLER region without using the NS_VOIDRETURN or NS_VALUERETURN macros.
[0x0-0x16016].lazarus[187] lung/lazarus/debugger/debugger.pp
[0x0-0x16016].lazarus[187]   $0051FBB1  TDEBUGMANAGER__RUNDEBUGGER,  line 2547 of /Users/riko/Entwicklung/lazarus/ide/debugmanager.pas
[0x0-0x16016].lazarus[187]   $0051B992  TDEBUGMANAGER__ONRUNTIMER,  line 1359 of /Users/riko/Entwicklung/lazarus/ide/debugmanager.pas
[0x0-0x16016].lazarus[187] LAZARUS

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.company.project1          0x00020680 fpc_raiseexception + 0
1   com.company.project1          0x0007af24 SYSUTILS_RUNERRORTOEXCEPT$LONGINT$POINTER$POINTER + 1796
2   com.company.project1          0x00024728 FPC_BREAK_ERROR + 72
3   com.company.project1          0x0004457f UNIT1_TFORM1_$__BUTTON1CLICK$TOBJECT + 287 (unit1.pas:50)
4   com.company.project1          0x0015dd91 CONTROLS_TCONTROL_$__CLICK + 161 (control.inc:2267)
5   com.company.project1          0x001f7bef STDCTRLS_TBUTTONCONTROL_$__CLICK + 31 (buttoncontrol.inc:73)
6   com.company.project1          0x001f8266 STDCTRLS_TCUSTOMBUTTON_$__CLICK + 70 (buttons.inc:175)
7   com.company.project1          0x001f87c1 STDCTRLS_TBUTTON_$__CLICK + 17 (buttons.inc:342)
8   com.company.project1          0x001f7a6a STDCTRLS_TBUTTONCONTROL_$__WMDEFAULTCLICKED$TLMESSAGE + 26 (buttoncontrol.inc:27)
9   com.company.project1          0x0001f93a SYSTEM_TOBJECT_$__DISPATCH$formal + 154
10  com.company.project1          0x001533c0 CONTROLS_TWINCONTROL_$__WNDPROC$TLMESSAGE + 800 (wincontrol.inc:5149)
11  com.company.project1          0x001c54c9 LCLMESSAGEGLUE_DELIVERMESSAGE$TOBJECT$formal$$LONGINT + 185 (lclmessageglue.pas:112)
12  com.company.project1          0x001c55cc LCLMESSAGEGLUE_SENDSIMPLEMESSAGE$TCONTROL$LONGWORD$$LONGINT + 44 (lclmessageglue.pas:143)
13  com.company.project1          0x001c5a56 LCLMESSAGEGLUE_LCLSENDCLICKEDMSG$TCONTROL$$LONGINT + 22 (lclmessageglue.pas:522)
14  com.company.project1          0x0020c2a8 CARBONBUTTONS_TCARBONCUSTOMBUTTON_$__HIT$SMALLINT + 24 (carbonbuttons.pp:327)
15  com.company.project1          0x002005f4 CARBONPRIVATE_CARBONCONTROL_HIT$EVENTHANDLERCALLREF$EVENTREF$TCARBONWIDGET$$LONGINT + 212 (carbonprivatecontrol.inc:49)
16  com.apple.HIToolbox            0x972130a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
17  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
18  com.apple.HIToolbox            0x97234b55 SendEventToEventTarget + 52
19  com.apple.HIToolbox            0x97283f7a SendControlHit(HIView*, OpaqueEventRef*, short, unsigned long) + 296
20  com.apple.HIToolbox            0x97283dfb HIView::NotifyControlHit(OpaqueEventRef*, short, unsigned long) + 45
21  com.apple.HIToolbox            0x972e884b HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), OpaqueEventRef*, bool) + 245
22  com.apple.HIToolbox            0x972e9e04 HIView::ClickSelf(OpaqueEventRef*) + 368
23  com.apple.HIToolbox            0x97225e21 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2363
24  com.apple.HIToolbox            0x972130a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
25  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
26  com.apple.HIToolbox            0x97234b55 SendEventToEventTarget + 52
27  com.apple.HIToolbox            0x97282e46 HIView::Click(OpaqueEventRef*) + 480
28  com.apple.HIToolbox            0x97282c13 HandleClickAsHIView(OpaqueWindowPtr*, OpaqueEventRef*) + 151
29  com.apple.HIToolbox            0x972814f0 HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 491
30  com.apple.HIToolbox            0x97280ff3 HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 786
31  com.apple.HIToolbox            0x972808fe StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 93
32  com.apple.HIToolbox            0x972130a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
33  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
34  com.apple.HIToolbox            0x97234b55 SendEventToEventTarget + 52
35  com.apple.HIToolbox            0x9724663b ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
36  com.apple.HIToolbox            0x972134fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
37  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
38  com.apple.HIToolbox            0x97234b55 SendEventToEventTarget + 52
39  com.company.project1          0x00181fe2 CARBONINT_TCARBONWIDGETSET_$__APPPROCESSMESSAGES + 370 (carbonobject.inc:554)
40  com.company.project1          0x0003f8e6 FORMS_TAPPLICATION_$__HANDLEMESSAGE + 38 (application.inc:1222)
41  com.company.project1          0x0003fdb1 FORMS_TAPPLICATION_$__RUNLOOP + 65 (application.inc:1355)
42  com.company.project1          0x0018131d CARBONINT_EVENTLOOPEVENTHANDLER$EVENTHANDLERCALLREF$EVENTREF$POINTER$$LONGINT + 253 (carbonobject.inc:126)
43  com.apple.HIToolbox            0x972130a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
44  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
45  com.apple.HIToolbox            0x972121cf SendEventToEventTargetWithOptions + 58
46  com.apple.HIToolbox            0x97246d10 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
47  com.apple.HIToolbox            0x972134fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
48  com.apple.HIToolbox            0x97212370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
49  com.apple.HIToolbox            0x97234b55 SendEventToEventTarget + 52
50  com.apple.HIToolbox            0x973bddf7 ToolboxEventDispatcher + 86
51  com.apple.HIToolbox            0x973bdf2f RunApplicationEventLoop + 243
52  com.company.project1          0x00181e29 CARBONINT_TCARBONWIDGETSET_$__APPRUN$TAPPLICATIONMAINLOOP + 393 (carbonobject.inc:498)
53  com.company.project1          0x0003fd68 FORMS_TAPPLICATION_$__RUN + 104 (application.inc:1344)
54  com.company.project1          0x00011071 PASCALMAIN + 81 (project1.lpr:19)
55  com.company.project1          0x0002df05 FPC_SYSTEMMAIN + 69
56  com.company.project1          0x00010ff9 _start + 208
57  com.company.project1          0x00010f28 start + 40

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib              0x9312ab42 kevent + 10
1   libSystem.B.dylib              0x9312b25c _dispatch_mgr_invoke + 215
2   libSystem.B.dylib              0x9312a719 _dispatch_queue_invoke + 163
3   libSystem.B.dylib              0x9312a4be _dispatch_worker_thread2 + 240
4   libSystem.B.dylib              0x93129f41 _pthread_wqthread + 390
5   libSystem.B.dylib              0x93129d86 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x015818e0  ebx: 0x00000002  ecx: 0xbfffda48  edx: 0x0004457f
  edi: 0x015818e0  esi: 0x00000002  ebp: 0xbfffd5c8  esp: 0xbfffd59c
   ss: 0x0000001f  efl: 0x00000246  eip: 0x00020680   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0007a820

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
Re: Lazarus kills on startup
« Reply #24 on: May 22, 2010, 08:40:38 am »
sorry, i can't help. fpc.cfg has no influence. It is not the exception which is the problem, but the retrieval of info about it (what lazarus needs to show you a message). On other systems the used cast works. I've only a old mac-mini powerpc, so I cannot test/fix this atm.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Jonas Maebe

  • Hero Member
  • *****
  • Posts: 1058
Re: Lazarus kills on startup
« Reply #25 on: May 22, 2010, 04:42:26 pm »
My guess... you are on OSX intel 64bit ?

Small side note: there is no such thing as "Mac OS X Intel 64 bit". There are simply no different 32 and 64 bit versions of Mac OS X. Additionally, while as of Mac OS X 10.6 some Macs boot up with a 64 bit kernel (but not all 64 bit capable Macs do!), this does not have any influence whatsoever on the programs that you run (and that includes gdb).

The user space part of Mac OS X is 100% identical on a system booted with a 32 bit kernel and a system booted with a 64 bit kernel, and you can run 32 bit and 64 bit binaries on both (in fact, 64 bit binaries have been supported since Mac OS X 10.4, even though both Mac OS X 10.4 and 10.5 always booted a 32 bit kernel on all machines).

Jonas Maebe

  • Hero Member
  • *****
  • Posts: 1058
Re: Lazarus kills on startup
« Reply #26 on: May 22, 2010, 04:54:23 pm »
sorry, i can't help. fpc.cfg has no influence. It is not the exception which is the problem, but the retrieval of info about it (what lazarus needs to show you a message). On other systems the used cast works. I've only a old mac-mini powerpc, so I cannot test/fix this atm.

The used compiler is ppc386 (and the previously mentioned "unknown stabs" errors confirm that he is building a 32 bit app, since Stabs is not supported/used for 64 bit apps), while Lazarus is asking GDB to print a structure using $rdi (which is a 64 bit register). It seems that Lazarus is wrongly guessing that the application is a 64 bit rather than a 32 bit app.

codecaine

  • Newbie
  • Posts: 4
Re: Lazarus kills on startup
« Reply #27 on: July 13, 2010, 05:50:42 am »
I was getting the same error message about the printer. I do not use a print, but when I installed Adobe suite it puts a adobe printer installed on your system. I just when to system preferences then printers and removed it. Now my Lazarus starts up without dying. I do get another error talking about can't find unit interfaces used by project1. I am sure it is some compiler configurations I need to change. I run macbook pro with snow leopard.

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Lazarus kills on startup
« Reply #28 on: July 13, 2010, 09:01:17 am »
I do get another error talking about can't find unit interfaces used by project1.
You probably need to rebuild LCL.
Tools -> Configure Build Lazarus-> Quick Build Options.
* Select "Build LCL" in Build options
* Target should be set to carbon "default")
press build.

After this your project should compile successfully.


codecaine

  • Newbie
  • Posts: 4
Re: Lazarus kills on startup
« Reply #29 on: July 13, 2010, 09:12:46 am »
Thank you very much. When I go home after work I will try it. I will tell you the results tomorrow. :)

 

TinyPortal © 2005-2018