Page 1 of 1

Un-able to distribute the game properly (Windows)

Posted: Sun Jun 19, 2011 3:27 pm
by Bananoflex1991
Hello,

At first I would like to thank you all I came here many times during the development of my love game and you guys helped me a lot :)
But right now I am having a problem I can't find the answer by myself.


My game works fine when I just slide the folder into the love.exe, but when I made it into a "game.exe" it didn't work.

So to sum up :
- When I slide the folder with my game into the love.exe file it works fine :)
- My "game.love" works
- I did this

Code: Select all

copy /b love.exe+game.love game.exe
and the "game.exe" gives me this when I run it :
pqSRD.jpeg
pqSRD.jpeg (38.56 KiB) Viewed 224 times
- I tried this :

Code: Select all

copy /b game.love+love.exe game.exe
and I get this error when I launch it "The version of the file is incompatible with the version of Windows. Read the system informations ti know if you need a x86 or a x64 version and contact the developers" (or something like that). I am running on Seven 64 bits and again "game.love" works.

Re: Un-able to distribute the game properly (Windows)

Posted: Sun Jun 19, 2011 3:37 pm
by bartbes
This is a bug in 0.7.1, please try with 0.7.2.

Re: Un-able to distribute the game properly (Windows)

Posted: Sun Jun 19, 2011 3:55 pm
by Bananoflex1991
Thank you for answering so quickly.
I just tried with the 0.7.2 and I have the same errors.

Re: Un-able to distribute the game properly (Windows)

Posted: Sun Jun 19, 2011 4:09 pm
by slime
Did you try the first or second copy operation? I think

Code: Select all

copy /b love.exe+game.love game.exe
is the correct one.

Re: Un-able to distribute the game properly (Windows)

Posted: Sun Jun 19, 2011 4:21 pm
by Bananoflex1991
I tried the correct one again and it worked.
Thank you all :)