Search Criteria
Package Details: tile-world 2.3.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tile-world.git (read-only, click to copy) |
|---|---|
| Package Base: | tile-world |
| Description: | Emulation of the game Chip's Challenge |
| Upstream URL: | https://tw2.bitbusters.club/ |
| Keywords: | game games |
| Licenses: | GPL-2.0-or-later |
| Submitter: | fukawi2 |
| Maintainer: | kleintux (denilsonsa) |
| Last Packager: | kleintux |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2009-02-04 05:24 (UTC) |
| Last Updated: | 2026-03-07 16:08 (UTC) |
Dependencies (3)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR) (make)
Required by (1)
- chips-cctools (optional)
Latest Comments
brycec commented on 2026-08-26 18:30 (UTC) (edited on 2026-08-26 18:42 (UTC) by brycec)
With 2.3.1-1, when
tworld2launches, it attempts to load data files, resources and sets from the AUR package directory (e.g. many errors similar toerror: /home/brycec/.cache/yay/tile-world/pkg/tile-world/usr/share/tworld/sets/CCLP3.dat-ms.dac: No such file or directory [/home/brycec/.cache/yay/tile-world/src/tworld-2.3.1/fileio.c:115]).The below patch resolves this by configuring CMake with the appropriate system prefix and then overriding the installation target to be that of the AUR packaging directory.
Edit to add some clarity:
tworld2 -dconfirms that the default directories are the temporary build directory:With the patch:
fukawi2 commented on 2016-02-29 01:26 (UTC)