autonome / standalone

[OLD - NOT WORKING] Install websites as standalone apps on your computer in one click.
13 stars 4 forks source link

The generated applications aren't beeing loaded with Firefox Beta #9

Closed fturcheti closed 8 years ago

fturcheti commented 8 years ago

When I try to launch the generated applications, the process is aborted I get this kind of messages on the Console:

11/11/15 12:03:38,897 WindowServer[198]: _CGXRemoveWindowFromWindowMovementGroup: window 0x13e is not attached to window 0x16e
11/11/15 12:03:38,899 WindowServer[198]: _CGXRemoveWindowFromWindowMovementGroup: window 0x13e is not attached to window 0x16e
11/11/15 12:03:39,142 webapprt[1479]: MY WEBAPPRT BUILDID: 20151109145326
11/11/15 12:03:39,143 webapprt[1479]: found override firefox binary: org.mozilla.firefox
11/11/15 12:03:39,191 webapprt[1479]: Found runtime: /Applications/Firefox.app
11/11/15 12:03:39,191 webapprt[1479]: Looking for firefox ini file here: /Applications/Firefox.app/Contents/Resources/application.ini
11/11/15 12:03:39,208 webapprt[1479]: FIREFOX WEBAPPRT BUILDID: 20151109145326
11/11/15 12:03:39,209 webapprt[1479]: This Application has the newest webrt.  Launching!
11/11/15 12:03:39,209 webapprt[1479]: Set XUL_APP_FILE to: /Applications/Moodo.app/Contents/MacOS/webapp.ini
11/11/15 12:03:39,424 webapprt[1479]: WebappRT application.ini path: /Applications/Firefox.app/Contents/Resources/webapprt/webapprt.ini
11/11/15 12:03:39,426 webapprt[1479]: setting app profile: moodo-a80f3e6c5adbc8815760a50737d1b22a
11/11/15 12:03:39,000 kernel[0]: webapprt[1479] triggered unnest of range 0x7fff8b400000->0x7fff8b600000 of DYLD shared region in VM map 0xb18c2dd9d9799727. While not abnormal for debuggers, this increases system memory footprint until the target exits.
11/11/15 12:03:39,595 launchservicesd[80]: SecTaskLoadEntitlements failed error=22
11/11/15 12:03:39,635 launchservicesd[80]: SecTaskLoadEntitlements failed error=22
11/11/15 12:03:40,090 WindowServer[198]: Untrusted client (pid=1479) attempted to set debug options.
11/11/15 12:03:40,381 webapprt[1479]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.11.1. This is not a bug in Gestalt -- it is a documented limitation. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
11/11/15 12:03:40,381 webapprt[1479]: 0   CarbonCore                          0x00007fff8d10079f ___Gestalt_SystemVersion_block_invoke + 113
11/11/15 12:03:40,381 webapprt[1479]: 1   libdispatch.dylib                   0x00007fff996743c3 _dispatch_client_callout + 8
11/11/15 12:03:40,381 webapprt[1479]: 2   libdispatch.dylib                   0x00007fff996742bb dispatch_once_f + 67
11/11/15 12:03:40,381 webapprt[1479]: 3   CarbonCore                          0x00007fff8d08d09c _Gestalt_SystemVersion + 987
11/11/15 12:03:40,381 webapprt[1479]: 4   CarbonCore                          0x00007fff8d08c8b0 Gestalt + 139
11/11/15 12:03:40,381 webapprt[1479]: 5   XUL                                 0x0000000106131d81 vpx_reset_mmx_state + 528572
11/11/15 12:03:40,447 appleeventsd[53]: SecTaskLoadEntitlements failed error=22

I'm running Firefox 43.0b2 on OSX 10.11.1 (15B42).

fturcheti commented 8 years ago

I just tested it with Firefox 42 (the current stable version) and it worked. So, the bug is related with the use of the beta version.

autonome commented 8 years ago

Thanks Felipe! I tested on Firefox nightly and it worked OK. Can you provide the full URL that you are using?

On Fri, Nov 13, 2015 at 3:14 AM Felipe Turcheti notifications@github.com wrote:

I just tested it with Firefox 42 (the current stable version) and it worked. So, the bug is related with the use of the beta version.

— Reply to this email directly or view it on GitHub https://github.com/autonome/standalone/issues/9#issuecomment-156188203.

fturcheti commented 8 years ago

I just tried it again and it worked! So, I really don't know what happened. In the meantime, I installed and deleted Firefox stable for testing purposes but I really don't know if this is somehow related to the bug I first got.

But answering your question: I tried it with Moo.do (https://www.moo.do/app/). Now, although I'm able to launch the app, I still can't use it, as I pointed in #10. I hope you can help me.