Page 1 of 2

love.exe not starting

Posted: Fri Jun 27, 2014 5:27 am
by Oniyasha
when i try to run love.exe ,nothing happen
to be exact the processes love.exe in task manager show that it is running with 50% cpu
but nothing is show

Re: love.exe not starting

Posted: Fri Jun 27, 2014 7:58 am
by Zilarrezko
If you're a reader, here's this.

Some video tutorials that show this process.

In Löve2D you have to write your own code using Löve's API (Unlike something like unity or blender). You can then either drag the folder containing the .lua files (there has to be a main.lua file somewhere in that folder).

Or you can compress the .lua files themselves (Not the folder containing the .lua files) and rename the .zip to a .love and double click the .love to run the game.

If you watch some of the tutorials I linked there, they explain quite a bit. Have Fun!


Although if you're already doing that, and no window is popping up. Than That's probably a bug and is out of my hands and into an admin's.

Re: love.exe not starting

Posted: Sat Jun 28, 2014 4:20 am
by Oniyasha
The main program itself not start

Re: love.exe not starting

Posted: Sat Jun 28, 2014 5:02 am
by Zilarrezko
Are you on a Mac? Windows? or a Linux Distribution?

Re: love.exe not starting

Posted: Sat Jun 28, 2014 11:07 am
by Oniyasha
I'm using Window.

Re: love.exe not starting

Posted: Sat Jun 28, 2014 1:39 pm
by mickeyjm
I've seen this before. Look at this thread

Re: love.exe not starting

Posted: Sun Jun 29, 2014 7:40 am
by Oniyasha
Already runing on 32-bit display and like I said, the fakesg does run (as show in the Task Manager) but no window or even error pop up.
I click the icon, the hour glass of the mouse spin once and nothing happen. So I don't think it the same as that thread.

Re: love.exe not starting

Posted: Sun Jun 29, 2014 8:08 am
by SneakySnake
What is this "fakesg" thing?

Did you try running vanilla LÖVE?
https://bitbucket.org/rude/love/downloa ... -win32.zip

Re: love.exe not starting

Posted: Sun Jun 29, 2014 5:27 pm
by Oniyasha
Yeah... LÖVE have the same problem

Re: love.exe not starting

Posted: Mon Jun 30, 2014 2:01 am
by lalorobot
Like mickeyjm said I have also seen this before it seems to be the exact same problem that arcwinolivirus had.
Now like in that post I suggest running the game from the console and checking if you have the same problem.

Now the cause of the problem seems to be this (look at the notes) I haven't checked if the source for the game is available but it doesn't seem like a problem you can solve without editing the source itself

Edit:
PS: Looking at the first line of the error I may be wrong