lovebrew / lovepotion

LÖVE for Nintendo Homebrew
https://lovebrew.org
Other
543 stars 42 forks source link

[Bug]: Path on switch is invalid #233

Open Kiriox94 opened 4 months ago

Kiriox94 commented 4 months ago

Software Version

3.0.1

What Happened?

On version 3.0.1 of lovepotion when I launch it, whether it's the homebrew itself from the homebrew menu, or .love via the homebrew menu, it tells me that the path is invalid, which is not the case on version 3.0.0 image image

What was Expected?

That the screen indicating that there is no game or the game launches normally

Code to Reproduce

Any file called .love will do.

Console

Nintendo Switch

Firmware Version(s)

17.0.1

Custom Firmware Version

AMS 1.7.0

Execution Method

Homebrew Menu

Code of Conduct

TurtleP commented 2 months ago

Your issue description is a bit confusing. It seems like you're trying to use the filetype association stuff. When you want to use a .love file you want to run the associated file (the .love). It seems I simply forgot to reapply the check in 3.0.1 because I had to update boot.lua for some other important fixes.

You can try the newly pushed commit when the GitHub action completes, that should fix it.