Page 2 of 2

Re: LÖVE 11.5 released!

Posted: Mon Dec 04, 2023 11:09 pm
by kikonen
LÖVEly!

Re: LÖVE 11.5 released!

Posted: Tue Dec 05, 2023 6:30 am
by KIRINGAMES
Thank you very much for your work!

Re: LÖVE 11.5 released!

Posted: Wed Dec 06, 2023 2:39 am
by Lovingsoul1337
On my Nokia C12 with Android 12 the love2d app doesn't seem to work.

I have the main.lua saved at sdcard/lovegame

Made with ACode editor and just get the no game screen.

Can please anybody help me with this ?

Thanks in advance !

Re: LÖVE 11.5 released!

Posted: Thu Dec 07, 2023 8:47 am
by Pinko
I am the last one, to tell a difference between 11.4 and 11.5, but thank you, for your hard work! I love it.

Re: LÖVE 11.5 released!

Posted: Sun Dec 17, 2023 7:28 pm
by AlexCalv
Thank you! :awesome:

Re: LÖVE 11.5 released!

Posted: Sun Jan 28, 2024 12:06 am
by azoyan
Will we have a chance to get audio effects on iOS such as reverb in version 12?

If not, please explain why?

I read you comment on github:
In particular, OpenAL-Soft uses the LGPL license which is incompatible with iOS App Store distribution and other related parts of iOS app packaging and installation.
But I hear that Apple is bringing sideloading and alternate app stores to the iPhone

Re: LÖVE 11.5 released!

Posted: Sun Jan 28, 2024 5:58 am
by slime
azoyan wrote: Sun Jan 28, 2024 12:06 am Will we have a chance to get audio effects on iOS such as reverb in version 12?

If not, please explain why?
The comment still applies - OpenAL Soft's current LGPL license is incompatible with how iOS apps are distributed and exposed in the vast majority of situations. You're free to change your copy of love's Xcode project to use it, but you'd have to be absolutely sure your app complies with the license in that case.

Re: LÖVE 11.5 released!

Posted: Wed Jan 31, 2024 8:59 am
by Zerosum
Hello someone using Love2d here. could you mind making love2d or your recent version compatible with 32bit machines? that would be great.

Re: LÖVE 11.5 released!

Posted: Thu Apr 04, 2024 12:37 am
by kev30
hello i am new(bie) i have dl love 11.5 and start him no problem here but when a want start main.lua "hello world" text, i have this error:

Error

[love "boot.lua"]:328: No code to run
Your game might be packaged incorrectly.
Make sure main.lua is at the top level of the zip.


Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'

i have also test whit a game ArnesBreakout_v23 and if i use folder (text) he don"t work (same error 328) but if a use file in .love he work

if you have a solution to my problem, will be fine
best regards

Re: LÖVE 11.5 released!

Posted: Sat Apr 06, 2024 9:53 am
by dusoft
What system, provide details on how you launch it (graphical UI, from console etc.)