Un-able to distribute the game properly (Windows)
Posted: Sun Jun 19, 2011 3:27 pm
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 and the "game.exe" gives me this when I run it :
- I tried this : 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.
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
Code: Select all
copy /b game.love+love.exe game.exe