Page 2 of 2

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Wed Apr 20, 2016 7:45 am
by Jack5500
May I ask in which technology you implemented the application?

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Wed Apr 20, 2016 5:46 pm
by Ulydev
Just wanted to say thanks for this.
I've only had the opportunity to use it twice for now, but it is really great. Add an OS/X export and you have the best LÖVE packaging tool available.

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Wed Apr 20, 2016 6:30 pm
by unek
Jack5500 wrote:May I ask in which technology you implemented the application?
node.js
Ulydev wrote:Just wanted to say thanks for this.
I've only had the opportunity to use it twice for now, but it is really great. Add an OS/X export and you have the best LÖVE packaging tool available.
np
I'm still planning to add OS X and maybe even Android support as soon as I have some free time.

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Wed Apr 20, 2016 7:43 pm
by Ulydev
unek wrote:[I'm still planning to add OS X and maybe even Android support as soon as I have some free time.
I'd be happy to help you with the development, is there any repo I can contribute to?

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Thu Apr 21, 2016 4:51 am
by Jack5500
Ulydev wrote:
unek wrote:[I'm still planning to add OS X and maybe even Android support as soon as I have some free time.
I'd be happy to help you with the development, is there any repo I can contribute to?
Yup, I'd be interested as well

Re: LÖVE Executor - make .exes from .loves with a simple web app

Posted: Sun May 29, 2016 3:04 pm
by RamiLego4Game
Thanks man, You saved me a lot of time building projects ;)

Re: LÖVE Executor - make .exes from .loves with a simple web

Posted: Sun May 29, 2016 3:07 pm
by s-ol
unek wrote:
TheWaffleDimension wrote:I'm getting a fatal error with something about $DISPLAY.
Lol, probably means there's something wrong with the ico or your .love. Next time save the full error message please, maybe I can fix it.
No, it means the program can't find tbe gui environment in linux / he didnt start from within a graphical login session or the X server display info got lost some other way.

Re: LÖVE Executor - make .exes from .loves with a simple web

Posted: Sun Aug 28, 2016 5:11 pm
by unek
s-ol wrote:
unek wrote:
TheWaffleDimension wrote:I'm getting a fatal error with something about $DISPLAY.
Lol, probably means there's something wrong with the ico or your .love. Next time save the full error message please, maybe I can fix it.
No, it means the program can't find tbe gui environment in linux / he didnt start from within a graphical login session or the X server display info got lost some other way.
yeah i mean probably but it pretty much always means .ico or .love is wrong

Re: LÖVE Executor - make .exes from .loves with a simple web

Posted: Sun Aug 28, 2016 6:47 pm
by s-ol
unek wrote:
s-ol wrote:
unek wrote:
Lol, probably means there's something wrong with the ico or your .love. Next time save the full error message please, maybe I can fix it.
No, it means the program can't find tbe gui environment in linux / he didnt start from within a graphical login session or the X server display info got lost some other way.
yeah i mean probably but it pretty much always means .ico or .love is wrong
you mean errors in executor in general usually mean .ico or .love are broken? $DISPLAY is a very specific linux/X11 thing and the error is definetely unrelated to anything your code does (unless '$DISPLAY' is a variable in your code's context too maybe). http://gerardnico.com/wiki/linux/display