Re: bug when creating my WindowCreator
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <w46dndPOUuUEmFfYnZ2dnUVZ_tHinZ2d__8462.49781684509$1170868317$gmane$org@mozilla.org> |
Sylvain Ferriol wrote: > but when i call windowWatcher.openWindow: > > Exception in thread "main" org.mozilla.xpcom.XPCOMException: The > function "openWindow" returned an error condition (0x80004005) Unfortunately, the error 0x80004005 is a generic error (NS_ERROR_FAILURE) [1], so that doesn't really tell us anything. You should consider building your own debug build of XULRunner, so that you can step into that method and debug what is going on. [1] To find out what an error code means, enter the value at http://twpol.dyndns.org/mozilla/misc/nserror. javier pedemonte