Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much frustration, finally got the updates working... Issues was related to brand.properties file. be careful while creating brand.properties and brand.dtd files. Some utf editors will add a byte order mark(BOM) character into your file, and this will cause errors within XUL runners stri

Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much frustration, finally got the updates working... Issue was related to brand.properties file. be careful while creating brand.properties and brand.dtd files.Some utf editors will add a byte order mark(BOM) character, and this will cause errors within XUL runners stringbundle function

Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much work and frustration, I finally was able to get the updates working... Issue was related to brand.properties file. be careful while creating brand.properties and brand.dtd files.Some utf editors will add a byte order mark(BOM) character, and this will cause errors within XUL runner

Re: Xulrunner standalone application auto update stopped working

2014-10-06 Thread Neil
Manish wrote: Also we came across this error on console: Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIStringBundle.GetStringFromName] Source File: XStringBundle Line: 21 If you had a debug build you could try setting a breakpoint here: http://

Re: Xulrunner standalone application auto update stopped working

2014-10-05 Thread Josh Matthews
For what it's worth, the error from the console is coming from http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/stringbundle.xml#25 but I have no idea if that's related to your real problem or not. Cheers, Josh On 2014-10-04 3:16 AM, Manish wrote: Hi Guys, I have been wo

Xulrunner standalone application auto update stopped working

2014-10-04 Thread Manish
Hi Guys, I have been working on a desktop application named "AZARDI" which is based on xulrunner. It is an offline ePub Reader for all three major platforms (Windows, Mac, Linux). You can check it out at http://azardi.infogridpacific.com/. I have been deploying the application successfully wi