Re: Can't launch apps?
Re: Can't launch apps?
- Subject: Re: Can't launch apps?
- From: Owen Jones <email@hidden>
- Date: Thu, 27 Feb 2003 14:36:47 -0500
- Organization: York University
Jonathan;
Ran into that recently with WO 5.1. In my case it came from using a WOTimer callback with an
incorrect method signature. The reflection failed and the app terminated. No exception reported, it
just up and quit with the same uninformative message you saw.
You should backtrack over recent changes - it could be a typo or a method change. At the very least
do a clean sweep of your build and rebuild from scratch (i.e. "make clean; make" in old style). A
complete rebuild will almost certainly catch method signature problems which a partial build will
miss. This is especially important with WO which uses the Reflection API so extensively.
Jonathan Rochkind wrote:
This is just my week for problems.
On my Windows machine with WO5.2, some of my applications now refuse to
launch. Other applications launch fine. I can't figure out the
difference. Those that refuse to launch, when I try to launch them they
just immediately quit. The output in the PBWO console just says, for
example:
> Running 'Portfolio.woa'...
> Finished running 'Portfolio.woa'.
Does anyone have any ideas?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
Regards, Owen Jones
------------ http://yucc.yorku.ca/~ojones -------------
---------- SETI@Home Stats: 5310WU/6.2yrs -----------
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.