I just cannot open Love.exe

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
User avatar
tentus
Inner party member
Posts: 1060
Joined: Sun Oct 31, 2010 7:56 pm
Location: Appalachia
Contact:

Re: I just cannot open Love.exe

Post by tentus »

I forget that people install Love- I always use the "portable" exe. Generally speaking the less a program insists on messing with my computer, the happier I am. If I want a filetype to be associated, I'll associate it myself. I realize that's a me thing, but still, it's one of the reasons I use Love, it doesn't do more than it needs to do.
Kurosuke needs beta testers
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: I just cannot open Love.exe

Post by Robin »

So, with all the distractions:
tom282f3 wrote:Hello guys, here is my problem:
What exactly fails? Is it some Windows error message? Do you get a blue screen in the LÖVE window? Does it only run the no-game screen?

Just saying "FAIL" means we can't help you.
Help us help you: attach a .love.
User avatar
vernon
Prole
Posts: 18
Joined: Fri Oct 07, 2011 3:54 pm

Re: I just cannot open Love.exe

Post by vernon »

I rather post my problem here than open a new thread.

I work on a love project, and i want to make a shortcut for love.exe in the project's folder with the folder's path as parameter.
That should open my project nicely.
I find both the dragging method and opening from the cmd.exe method clunky, and I use total commander anyways which doesnt let the drag method work.

But for some reason, the shortcut parameter doesn't work. When I try other parameters, like --console, those work. But the folder path doesn't.
This is the target for my shortcut:
"C:\Program Files (x86)\LOVE\love.exe" c:\Users\Imi\PROGRAMMING\LOVE stuff\phys_draw\

What am I doing wrong?
User avatar
kikito
Inner party member
Posts: 3153
Joined: Sat Oct 03, 2009 5:22 pm
Location: Madrid, Spain
Contact:

Re: I just cannot open Love.exe

Post by kikito »

vernon wrote:I rather post my problem here than open a new thread.
Please open a separate thread.
When I write def I mean function.
User avatar
rokit boy
Party member
Posts: 198
Joined: Wed Jan 18, 2012 7:40 pm

Re: I just cannot open Love.exe

Post by rokit boy »

vernon wrote:I rather post my problem here than open a new thread.

I work on a love project, and i want to make a shortcut for love.exe in the project's folder with the folder's path as parameter.
That should open my project nicely.
I find both the dragging method and opening from the cmd.exe method clunky, and I use total commander anyways which doesnt let the drag method work.

But for some reason, the shortcut parameter doesn't work. When I try other parameters, like --console, those work. But the folder path doesn't.
This is the target for my shortcut:
"C:\Program Files (x86)\LOVE\love.exe" c:\Users\Imi\PROGRAMMING\LOVE stuff\phys_draw\

What am I doing wrong?

Code: Select all

START "C:\Program Files (x86)\LOVE\love.exe" .
should work
u wot m8
User avatar
vernon
Prole
Posts: 18
Joined: Fri Oct 07, 2011 3:54 pm

Re: I just cannot open Love.exe

Post by vernon »

kikito wrote:
vernon wrote:I rather post my problem here than open a new thread.
Please open a separate thread.
ok sir. I obey
User avatar
vernon
Prole
Posts: 18
Joined: Fri Oct 07, 2011 3:54 pm

Re: I just cannot open Love.exe

Post by vernon »

rokit boy wrote:
vernon wrote:I rather post my problem here than open a new thread.

I work on a love project, and i want to make a shortcut for love.exe in the project's folder with the folder's path as parameter.
That should open my project nicely.
I find both the dragging method and opening from the cmd.exe method clunky, and I use total commander anyways which doesnt let the drag method work.

But for some reason, the shortcut parameter doesn't work. When I try other parameters, like --console, those work. But the folder path doesn't.
This is the target for my shortcut:
"C:\Program Files (x86)\LOVE\love.exe" c:\Users\Imi\PROGRAMMING\LOVE stuff\phys_draw\

What am I doing wrong?

Code: Select all

START "C:\Program Files (x86)\LOVE\love.exe" .
should work
if i put start in the target of the shortcut it doesnt even work as a shortcut anymore. maybe i misunderstood it?
User avatar
rokit boy
Party member
Posts: 198
Joined: Wed Jan 18, 2012 7:40 pm

Re: I just cannot open Love.exe

Post by rokit boy »

vernon wrote:
rokit boy wrote:
vernon wrote:I rather post my problem here than open a new thread.

I work on a love project, and i want to make a shortcut for love.exe in the project's folder with the folder's path as parameter.
That should open my project nicely.
I find both the dragging method and opening from the cmd.exe method clunky, and I use total commander anyways which doesnt let the drag method work.

But for some reason, the shortcut parameter doesn't work. When I try other parameters, like --console, those work. But the folder path doesn't.
This is the target for my shortcut:
"C:\Program Files (x86)\LOVE\love.exe" c:\Users\Imi\PROGRAMMING\LOVE stuff\phys_draw\

What am I doing wrong?

Code: Select all

START "C:\Program Files (x86)\LOVE\love.exe" .
should work
if i put start in the target of the shortcut it doesnt even work as a shortcut anymore. maybe i misunderstood it?
make a bat file where all the .lua and all the other files are, then put this in it:

Code: Select all

START "C:\Program Files (x86)\LOVE\love.exe" "".
u wot m8
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 0 guests