Page 5 of 5

Re: Love Builder - Automatic .love and Executable Creation

Posted: Fri Mar 04, 2011 3:30 pm
by baby_nux
in my ubuntu 10.10 doesn't work even with "cat love game.love > game".
only love with "no game" on screen.
any ubuntu user here?

PS: using love 0.7.1

sry for my english ^^

Re: Love Builder - Automatic .love and Executable Creation

Posted: Fri Mar 04, 2011 4:07 pm
by RPG
baby_nux wrote:in my ubuntu 10.10 doesn't work even with "cat love game.love > game".
only love with "no game" on screen.
any ubuntu user here?

PS: using love 0.7.1

sry for my english ^^
Confirm: Mandriva Linux< I do this:

Code: Select all

$ cat love data.love > game 
$ chmod +x game
$ ./game
and see love logo.

Re: Love Builder - Automatic .love and Executable Creation

Posted: Fri Mar 04, 2011 4:46 pm
by baby_nux
RPG wrote: Confirm: Mandriva Linux< I do this:

Code: Select all

$ cat love data.love > game 
$ chmod +x game
$ ./game
and see love logo.
thx for reply.

i was try, but doesn't work too. ( specially with love 0.7.1 )

but..
i was try previous version ( love 0.7.0 ) and it work well ^^.

so, if anyone have same problem like me in ubuntu 10.10 + love 0.7.1 then try with previous version ( love 0.7.0 ) will running smoothly ^^

sry for my english

Re: Love Builder - Automatic .love and Executable Creation

Posted: Fri Mar 04, 2011 5:26 pm
by Robin
That's all because bartbes went and broke the game merging. You can probably expect it to work in the next version, whenever that will be released.

Re: Love Builder - Automatic .love and Executable Creation

Posted: Sat Mar 05, 2011 9:50 am
by BlackBulletIV
You should be able to fix it by compiling the latest sources from the repository, downloading the latest build from http://love2d.org/builds/, or downloading the Mac build I have in Dropbox from here http://dl.dropbox.com/u/22660566/Love/love.app.zip.

Re: Love Builder - Automatic .love and Executable Creation

Posted: Sat Mar 05, 2011 10:23 pm
by Chief
1. I download the latest build

1.5 I run the .love to make sure it's the right .love file.

2. i did:

Code: Select all

copy /b love.exe + a.love game.exe
3. I run the game.exe (not love.exe)

4. I rage, the default screen appears!

What's going oooon!

EDIT:
OHOY! FIxed! Had to make the exe on a 32-bit windows. 64-bit does not work!