Hi afukada,

I've run into something like that a long time ago and it's generally just
an error that the program exited immediately. I think in my case it was a
library I wasn't including in the frozen app that my development machine
had, but other machines didn't.

In order to get a more useful error, try cd'ing
to /Applications/FluencyCalculator.app/Contents/MacOS/ in a terminal and
then run whatever your executable is named directly in there. Hopefully
that can give you more specifics into what's wrong.

Take care,

-Dan

[image: Dyn logo, Dyn.com] <http://dyn.com/>
<http://twitter.com/dyn> <http://twitter.com/dyninc>   [image: Dyn facebook
account] <http://facebook.com/dyn>   [image: Dyn LinkedIn account]
<http://linkedin.com/company/dyn>

Dan McCombs  / Senior Software Engineer
 603 296 1568      @danmccombs <http://twitter.com/danmccombs/>

On Tue, Nov 10, 2015 at 8:15 PM, Fukada, Atsushi <afuk...@purdue.edu> wrote:

> Development Mac: OS Yosemite
> cx_freeze v.4.3.3
> Python v.3.4
> I used MacPorts to install these.
>
> I'm trying to package a program on a Mac that was developed on a Windows
> machine. The Windows version was frozen fine and works as expected. The Mac
> build (.app) works fine on the development computer, but when it's put on
> another Mac, it doesn't run. Double-clicking on the app does nothing.
> Executing from the command line produces the following error:
>
> LSOpenURLsWithRole() failed for the application
> /Applications/FluencyCalculator.app with error -10810.
>
> I researched LSOpenURLsWithRole() and error -10810, but didn't get
> anywhere. Does anyone know how to fix it?
>
> Thanks!
>
> afukada
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
------------------------------------------------------------------------------
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to