LÖVE 11.4 - out now!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
slime
Solid Snayke
Posts: 3129
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

LÖVE 11.4 - out now!

Post by slime »

LÖVE version 11.4 has been released!

This is primarily a bugfix release plus a small number of new features and changes. The main highlights are:
  • LuaJIT 2.1 is now used in all builds where LuaJIT is bundled with LÖVE (macOS, Windows, iOS, Android, Linux AppImage).
  • LÖVE now has native Apple Silicon / arm64 support on macOS.
  • Of the many fixes, the most important one is a memory corruption / crash fix for love.graphics.line and other line-rendering APIs.
The full changelog is available on the wiki, and download links are on the LÖVE homepage.

----

Work has also been progressing on LÖVE 12.0. We don't have a release date yet but you can see the latest in-progress changelog in the git repository, with a few more major features planned (e.g. basic HTTPS support and a Metal graphics backend) in addition to what's there already.

Happy new year!
User avatar
EngineerSmith
Prole
Posts: 38
Joined: Thu Dec 02, 2021 11:38 am
Contact:

Re: LÖVE 11.4 - out now!

Post by EngineerSmith »

Woot! Awesome finally I can use byteData:clone() 🦆
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: LÖVE 11.4 - out now!

Post by grump »

Holy shit, it finally happened.
* Changed all builds and platforms where LOVE provides LuaJIT to use LuaJIT 2.1 instead of 2.0.
Which platforms are not guaranteed to use 2.1?
User avatar
AuahDark
Party member
Posts: 107
Joined: Mon Oct 23, 2017 2:34 pm
Location: Indonesia
Contact:

Re: LÖVE 11.4 - out now!

Post by AuahDark »

Linux that distribute LOVE as part of their package manager may not use the latest LuaJIT version.
Profile. Do you encounter crashes in LÖVE Android and wanna send me logcats? Please hit me up in LÖVE Discord and send the full logcat file!
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: LÖVE 11.4 - out now!

Post by grump »

Hm, that is unfortunate. 2.1 supports 64-bit bitops but this means you can't rely on them being present when distributing plain love files.
User avatar
slime
Solid Snayke
Posts: 3129
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: LÖVE 11.4 - out now!

Post by slime »

You could check whether the distros that matter to you have 2.1 in their package managers - I think a lot (or most?) do these days.
User avatar
AuahDark
Party member
Posts: 107
Joined: Mon Oct 23, 2017 2:34 pm
Location: Indonesia
Contact:

Re: LÖVE 11.4 - out now!

Post by AuahDark »

grump wrote: Tue Jan 04, 2022 4:48 pm Hm, that is unfortunate. 2.1 supports 64-bit bitops but this means you can't rely on them being present when distributing plain love files.
Another option would be using the relocatable nature of the 11.4 AppImage. You can "fuse" your game with the 11.4 Linux binaries and distribute that along your game.
Profile. Do you encounter crashes in LÖVE Android and wanna send me logcats? Please hit me up in LÖVE Discord and send the full logcat file!
grump
Party member
Posts: 947
Joined: Sat Jul 22, 2017 7:43 pm

Re: LÖVE 11.4 - out now!

Post by grump »

AuahDark wrote: Tue Jan 04, 2022 5:07 pm Another option would be using the relocatable nature of the 11.4 AppImage. You can "fuse" your game with the 11.4 Linux binaries and distribute that along your game.
I am aware; I build and distribute an AppImage that runs LÖVE games for all versions from 0.8.0 to 11.3. That reminds me: I have to release an update soon.

My main concern is that 64-bit ops still require a fallback in libraries, and stuff posted as .love files only. Not a huge issue, just not ideal. Thanks for the info.
User avatar
uriid1
Prole
Posts: 10
Joined: Thu Jan 14, 2021 4:16 pm

Re: LÖVE 11.4 - out now!

Post by uriid1 »

Congratulations on the release!
Now I'm waiting for 12.0
LÖVE was a real discovery for me that year :)
ruairidx
Prole
Posts: 4
Joined: Sun Nov 28, 2021 6:49 am
Contact:

Re: LÖVE 11.4 - out now!

Post by ruairidx »

Nice one, especially the native Apple Silicon support!

Is there any way to detect the current running architecture (e.g. love.system.getArch() or something)? Currently I have a game using a compiled C library, gifcat, which instacrashes on 11.4 since my precompiled .so file is for x86_64 architectures (which worked fine on 11.3/Rosetta).

Code: Select all

Error: Thread error (Thread: 0x6000015e0a00)

deps/gifcat.lua:207: dlopen(/path/gifcatlib.so, 0x0006): tried: '/path/gifcatlib.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))
If there's a way to detect the architecture, then I can just compile multiple .so files for each architecture and dynamically load the correct one at runtime. Open to other solutions as well!

Thanks for all the hard work!
Post Reply

Who is online

Users browsing this forum: No registered users and 26 guests