Search found 6 matches

by DTmg
Tue Mar 05, 2024 3:02 pm
Forum: Support and Development
Topic: Unusual crashing within the first few seconds of the game with no error message.
Replies: 7
Views: 1959

Re: Unusual crashing within the first few seconds of the game with no error message.

I am using windows 10, and I downloaded the 32-bit version of Löve2D 11.5, however I have not been able to reproduce the crash for a good while now on either version (the fixed quads version and the misused quads version). I'm trying to figure out how to consistently reproduce it, but it seems to ha...
by DTmg
Mon Mar 04, 2024 8:41 pm
Forum: Support and Development
Topic: Unusual crashing within the first few seconds of the game with no error message.
Replies: 7
Views: 1959

Re: Unusual crashing within the first few seconds of the game with no error message.

It happens on average maybe 1/5th of the times I open the game, so it's not a one-off. It's been happening for the past few days, so I figured I would ask here since I'm having trouble debugging it.
by DTmg
Mon Mar 04, 2024 6:04 pm
Forum: Support and Development
Topic: Unusual crashing within the first few seconds of the game with no error message.
Replies: 7
Views: 1959

Re: Unusual crashing within the first few seconds of the game with no error message.

Nice catch, I forgot that newQuad actually creates a new löve object. I've gone ahead and changed that (and it seems to be noticeably performing a bit better overall, so thanks!). However I keep running into the same issue, and I can't seem to pinpoint what might be causing it. It only happens at th...
by DTmg
Mon Mar 04, 2024 2:30 pm
Forum: Support and Development
Topic: Unusual crashing within the first few seconds of the game with no error message.
Replies: 7
Views: 1959

Unusual crashing within the first few seconds of the game with no error message.

I'm making a 2d survival game with randomly generated terrain (I swear I've never played terraria but that is besides the point) and I am running into a rather unusual issue: within the first few seconds of the game launching, more often than not it will freeze for a couple seconds and then close un...
by DTmg
Fri Dec 01, 2023 7:43 pm
Forum: Support and Development
Topic: How do I make LOVE's filesystem prioritize searching the game directory?
Replies: 2
Views: 1191

Re: How do I make LOVE's filesystem prioritize searching the game directory?

Ah ok, I completely missed that. Thank you, that solved the issue and I'm still able to access saved data when I need to!
by DTmg
Fri Dec 01, 2023 7:24 pm
Forum: Support and Development
Topic: How do I make LOVE's filesystem prioritize searching the game directory?
Replies: 2
Views: 1191

How do I make LOVE's filesystem prioritize searching the game directory?

I noticed some odd behavior when messing around with loading resources like images: LOVE 11.4's filesystem seems to prioritize searching for resources in the save directory over the actual loaded game's directory. What I mean by this, is when I go to read a file using any of the functions that follo...