Page 2 of 2

Re: Starting of any Love2d program is very slow

Posted: Tue Nov 01, 2016 6:54 pm
by gim
KeplerFinn wrote:Mine:
Yes, I'm running on a notebook.

Anyway, given the fact that it runs fast on 0.9.2 but slow on 0.10.1 makes this a regression issue, don't you think?
Well, it happens only to you, so hardly a regression.

You can try running procmon (from sysinternals suite) filter by love. Save both csv and PML and you can try uploading it here

Re: Starting of any Love2d program is very slow

Posted: Tue Nov 01, 2016 7:00 pm
by Nixola
It happens on a system where it didn't happen, so it technically is a regression.

Re: Starting of any Love2d program is very slow

Posted: Tue Nov 01, 2016 8:31 pm
by Fuzzlix
KeplerFinn wrote:Hi,

I'm running love 0.10.1 in Windows 7 using the simple command line instruction:

Code: Select all

love .
inside the directory containing a main.lua file
So your love.exe is in the search path? Which version is in the search path? May be v0.10.x finds some dll but its own?

Re: Starting of any Love2d program is very slow

Posted: Mon Apr 26, 2021 2:15 pm
by neortik
Hey did you checked your peripherals ? Someone told me my problem which is like yours comes from my keyboard and he have the same problem. When I launch a love2d program it works but after few seconds it began to load a lot and I have to wait like 1 minute. The solution I was told was to use a conf.lua with my program and to disable the joystick line. You should try it also try to see when you launch a program if it will work instantly if you pull out the USB of your keyboard. For me it works. But I don't want to do this all time so I have to use conf.lua and when I want to play games from people I have to put conf.lua too. But watch out if you want to use joystick features you have to enable the joystick line in conf.lua again and yes to wait a lot(in my case it will slow the program launch again)

I use the Zerobrane studio Ide maybe you have the same too ? Hope I can help you and other if they see this post.