Package Details: tibia latest-1

Git Clone URL: https://aur.archlinux.org/tibia.git (read-only, click to copy)
Package Base: tibia
Description: fast-paced free massively multiplayer online role-playing game
Upstream URL: http://www.tibia.com
Keywords: cipsoft mmorpg
Licenses: custom
Submitter: Cameri
Maintainer: Cameri (TrialnError)
Last Packager: TrialnError
Votes: 13
Popularity: 0.000000
First Submitted: 2015-11-09 06:01 (UTC)
Last Updated: 2022-11-06 17:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »

mardab commented on 2020-04-06 19:07 (UTC) (edited on 2020-04-06 19:08 (UTC) by mardab)

Almost there...

install: cannot stat 'tibia.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
Error making: tibia

TrialnError commented on 2020-04-03 20:14 (UTC)

They added a note about being deprecating the launcher shellscript, which causes the fail in prepare().
Easily fixed, but it should be investigated if those patches are still necessary.

mardab commented on 2020-04-03 17:01 (UTC)

Well, I do have a different error, it seems that nothing is being unpacked, but even if I do it manually, makepkg fails the same

==> Starting prepare()...
[../PKGBUILD]                     Generating desktop file... ok
patching file start-tibia-launcher.sh
Hunk #1 FAILED at 7.
1 out of 1 hunk FAILED -- saving rejects to file start-tibia-launcher.sh.rej

victorperin commented on 2020-02-25 20:04 (UTC)

I think there's a problem with the last update. Does anyone got this error?

/opt/Tibia/Tibia: symbol lookup error: /opt/Tibia/plugins/platforms/libqxcb.so: undefined symbol: _ZdlPvm, version Qt_5

victorperin commented on 2019-12-03 16:02 (UTC)

I'm getting this error:

A critical error occurred while accessing a file:
I/O error on file /opt/Tibia/partial-package.json: Permission denied
Please reinstall Tibia.

Cameri commented on 2019-11-22 13:09 (UTC)

Looks like Cipsoft is preventing automatic downloads by seemingly looking at things like the User Agent.

theaifam5 commented on 2019-11-22 12:51 (UTC) (edited on 2019-11-22 12:52 (UTC) by theaifam5)

Downloading tibia.tar.gz...
curl: (22) The requested URL returned error: 503 Service Temporarily Unavailable
Warning: Transient problem: HTTP error Will retry in 3 seconds. 2 retries 
Warning: left.

Weird, from browser I can download.

PS. @TrialnError yes, AurWeb supports markdown code.

TrialnError commented on 2019-11-20 23:04 (UTC) (edited on 2019-11-20 23:06 (UTC) by TrialnError)

Thanks for the note victorperin. Will take a look at it. Would be nice if you could ellaborate why the changes to the default DLAGENTS is needed. Or where you get this specific DLAGENT.
Thank you :)

Edit: Oh and it killed the formatting of your patch. See Markdown notation how to add your patch in the comments without mangling it :) Dunno if the code include is supported on aurweb

Cameri commented on 2019-11-20 16:29 (UTC)

Applied the patch from @victorperin. Let me know if it is working.

victorperin commented on 2019-11-20 04:53 (UTC)

I fixed it by running this patch:

diff --git a/PKGBUILD b/PKGBUILD index 9066280..96354c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,13 +10,16 @@ license=('custom') depends=('glu' 'libgl' 'libice' 'libxext' 'openssl-1.0' 'pcre' 'qt5-base' 'qt5-declarative') makedepends=('gendesk' 'python-html2text')

-source=("${pkgname}.tar.gz::http://static.tibia.com/download/tibia.x64.tar.gz" - "${pkgname}-agreement.php::http://www.tibia.com/support/agreement.php" +DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u" + "${DLAGENTS[@]}") + +source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz" + "${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php" "01_openssl102.patch" "02_freetype.patch")

sha256sums=('SKIP' - '1200d3d5a77c8408a79a92c2fb4bdb5fa123b928aa036a32d2951e2459f0f7d9' + 'SKIP' 'e9e6cdd4e2954ae0838dc427a92871bb9cacdacb0523598c60287a05f8568d1f' '3cdf107369e4366aa5fc6d1b90ba0b41bd3d19abeb418fb85a693d74c3ece736')