Hi, love user here for years. i never had issue like this. love always was fast on startup. But since my last PC (spect on the screenshot) love take too much time to start i have tried debugging it but nothing working.
Unload all modules as given here https://love2d.org/wiki/Config_Files
Only try running os.exit()
Repeat the timing until you find which module causes this.
BrotSagtMist wrote: ↑Fri Mar 28, 2025 11:17 pm
Unload all modules as given here https://love2d.org/wiki/Config_Files
Only try running os.exit()
Repeat the timing until you find which module causes this.
tried that but still take ~5 sec. to start
Screenshot from 2025-03-29 03-20-49.png (293.33 KiB) Viewed 391 times
Usually a long startup time is related to something plugged into your computer - either a gamepad (or something your OS joystick drivers recognize as one), or an audio device. Some Linux platform APIs in particular have a hard time dealing with some devices.