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

No need to use PPA on Ubuntu #2585

Open
cibersheep opened this issue Aug 22, 2022 · 5 comments
Open

No need to use PPA on Ubuntu #2585

cibersheep opened this issue Aug 22, 2022 · 5 comments

Comments

@cibersheep
Copy link

Install instruction on the web recommends to use a PPA for Löve, but it is not needed anymore.
On Ubuntu 20,04 and on, version are

sudo snap install love  # version 11.2+pkg-d332, or
sudo apt  install love  # version 11.3-1
@Hellmark
Copy link

Hellmark commented Nov 9, 2022

problem is, 11.3 won't run it. It crashes on start for me.

@cibersheep
Copy link
Author

What version of Ubuntu are you on?

@Hellmark
Copy link

22.04

When I start it, I get a popup message that it was meant for 0.9.1, and then it immediately crashes. Here's the console output.

This game indicates it was made for version '0.9.1' of LOVE.
It may not be compatible with the running version (11.3).
../src/intel/isl/isl.c:2220: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.
LOVE - Warning: hawk/application.lua:11: Using deprecated function love.filesystem.exists (replaced by love.filesystem.getInfo)
Error: [string "boot.lua"]:302: Failed to initialize filesystem: already initialized
stack traceback:
[C]: in function 'init'
[string "boot.lua"]:302: in function <[string "boot.lua"]:296>
[C]: in function 'xpcall'
[string "boot.lua"]:782: in function <[string "boot.lua"]:780>
[C]: in function 'xpcall'

@cibersheep
Copy link
Author

Ah, you may be using the old game.
You have to apply the PR with the update for the latest Löve

Look here: https://github.com/liberodark/hawkthorne-journey

or

#2571

and update the make file links to the data

TMXTAR = tmx2lua.linux.tar needs to be TMXTAR = tmx2lua.linux.tar.gz
and
$(wget) http://hawkthorne.github.com/tmx2lua/downloads/$(TMXTAR) needs to be $(wget) https://github.com/hawkthorne/tmx2lua/releases/download/v1.0.0/$(TMXTAR)

the make the project

@cibersheep
Copy link
Author

If you trust my skills, then you also can download the version I compiled here

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

No branches or pull requests

2 participants