Re: [repost - desperate]What runs before ON STARTUP?

2019-10-08 Thread Vincent de Lachaux via 4D_Tech
Hi Chip, Be sure to set a stack size of 0 for each call of the new process command. This is very important especially on PC and with the 64-bit version vincent de lachaux ** 4D Internet Users Group (4D iNUG) Archive:

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-02 Thread Bernd Fröhlich via 4D_Tech
Chip Scheide: > Thanks! > I did use MCS to repair both the host and the component. > I removed both .indy files and tried again... > > Still not luck - still getting the stack space error. Have you tried as another user / on another computer? Just to make sure that it is not something in that

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Tom Benedict via 4D_Tech
I don’t know whether this has been mentioned yet, but have you run MSC on the component? Also, it’s a long shot, but have you deleted the .4DIndy file? I only mention that because I’ve seen it cause strange behavior. Tom Benedict > On Oct 1, 2019, at 07:16, Chip Scheide via 4D_Tech

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Chip Scheide via 4D_Tech
there was 1 plugin - I removed it from both the component and the host. I also removed a cache folder from the host plugins folder. Still no joy. I am still getting the out of stack space error, and having to force quit 4D. Chip On Tue, 1 Oct 2019 17:50:03 +0200, Peter Bozek wrote: > On Tue,

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Peter Bozek via 4D_Tech
On Tue, Oct 1, 2019 at 5:11 PM Chip Scheide via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > I am at a loss. > > Any plugins? They are initialised before On startup runs. -- Peter Bozek ** 4D Internet Users Group (4D iNUG)

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Chip Scheide via 4D_Tech
More info: I created a new empty database, I added the interpreted component The new database opens... Chip On Tue, 1 Oct 2019 11:11:40 -0400, Chip Scheide via 4D_Tech wrote: > Thanks John, > no luck. > > This was disabled, and there was no code in the component. > I enabled, and inserted 2

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Chip Scheide via 4D_Tech
Thanks John, no luck. This was disabled, and there was no code in the component. I enabled, and inserted 2 lines of code in the component in the database method: Trace alert("On Before Host Startup") neither of these executed, and I still get a stack space error... - I have repaired, and

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread John DeSoi via 4D_Tech
On Host Database Event database method? See the Security tab in the database settings to disable it. https://doc.4d.com/4Dv15/4D/15.6/On-Host-Database-Event-database-method.301-3818546.en.html John DeSoi, Ph.D. > On Oct 1, 2019, at 9:16 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> >

Re: [repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Maurice Inzirillo - AJAR via 4D_Tech
Hi Chip, You can try to put in place an ON ERROR CALL and logs the errors on your component. Did you already try this ? HTH Maurice Inzirillo -- AJAR S.A. https://ch-fr.4d.com twitter: ajar_info Tél : +41 (0)323422684 > On 1 Oct 2019, at 16:16, Chip Scheide via 4D_Tech

[repost - desperate]What runs before ON STARTUP?

2019-10-01 Thread Chip Scheide via 4D_Tech
I have a component which I am trying to debug. The host is interpreted, stand alone. When the component is compiled and built the host starts, but of course I can not trace the code in the component - from which I am getting an error message. When I swap in the interpreted version of the