Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash on start #3

Closed
CBSkarmory opened this issue Jul 24, 2017 · 1 comment
Closed

crash on start #3

CBSkarmory opened this issue Jul 24, 2017 · 1 comment
Labels

Comments

@CBSkarmory
Copy link

CBSkarmory commented Jul 24, 2017

Ubuntu 17.04

After launching from terminal love $(pwd) in the livesim2 directory, I get a window with a blue screen and an error report as follows:

Error
Shellsha.lua:82 module 'deflatelua' not found ...

... it matches the output in the terminal window, which is linked in the pastebin here.

Image here

@MikuAuahDark
Copy link
Collaborator

MikuAuahDark commented Jul 24, 2017

It looks like your LOVE installation doesn't use LuaJIT. Shelsha is known to be problematic when it attempt to use fallback method. Upcoming v2.0 update (v2_update branch) no longer depends on it and hopefully fixes your problem.

AFAIK LOVE is supported only up to Ubuntu 16.04. Also usage of vanilla Lua 5.1 is discouraged in Live Simulator: 2, since you'll miss some advanced features without it

EDIT: It looks like you're running LOVE 0.9.2 or earlier. Live Simulator:2 requires LOVE 0.10.1 to run. You can use official LOVE PPA linked in love2d.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants