WillNilges / inkpath

A plugin for transcribing hand-drawn notes, diagrams, and tables onto xournalpp documents
GNU General Public License v2.0
18 stars 1 forks source link

Lua Version skew crashes Inkpath (and by extension Xournalpp) #24

Open WillNilges opened 2 years ago

WillNilges commented 2 years ago

Looks like skewing between Lua 5.4 and Lua 5.3 crashes the plugin. I noticed this on Arch, but it probably applies everywhere. You must build Xournalpp and Inkpath with the same version of Lua.

So, target Lua 5.4 on Arch. I'm also going to try targeting Lua 5.4 on Debian and Ubuntu, but god knows if I can do it successfully.