On Fri, 17 Mar 2000, Pierre Sahores wrote:
> "David C. Tremmel" wrote:
> >
> > I'm hoping that someone out there can help me narrow down a problem I
> > have with a project I'm working on.
> >
> > I have a (large, complicated) project that I am building as a
> > standalone. I'm using v. 2.2.5, and have worked mostly on a Mac (G3
> > w/ OS 8.6, G4 w/ OS 9), though I've tested it out on a WinNT machine
> > as well. The program works fine on both platforms in the development
> > environment. However, after I build the respective standalones, the
> > WinNT version works fine but the Mac version always gives me a Type 3
> > error warning after I quit (no errors occur while I'm using the
> > program). I've figured out what subset of things I have to do to
> > create this error, but I haven't got a good idea of what to look for
> > within that code. Has anyone else experience something similar &
> > have some insights as to what sort of problem I should be on the
> > lookout for?
> >
> > TIA,
> >
> > David Tremmel
> >
> > Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> > Info: http://www.xworlds.com/metacard/mailinglist.htm
> > Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>
>
> Try to catch the "quit" message and replace it with :
>
> on CleanQuit
> wait 5 ticks
> quit
> end CleanQuit
Not sure that'd help, but I could see how something like the following
could:
send "cleanQuit" to me in 10 milliseconds
That would be because it would allow time for the engine to clean up
things like deleted stacks before doing it's final shutdown. But this
would only help if you are deleting things just prior to executing the
"quit" command.
You should also send a StdLog (output from Macsbug) to
[EMAIL PROTECTED] any time you get a reproducible OS error like
this so that we can try to eliminate it from the engine.
Regards,
Scott
> (Not recently tested, yet using 2.3 on Linux)
>
> Regards, Pierre Sahores
>
> CRDP de l'academie de Creteil
> ASP, VPN & BTB servers design
>
> Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
>
********************************************************
Scott Raney [EMAIL PROTECTED] http://www.metacard.com
MetaCard: You know, there's an easier way to do that...
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.