Package Details: etlegacy-mod 2.82.1-2

Git Clone URL: https://aur.archlinux.org/etlegacy.git (read-only, click to copy)
Package Base: etlegacy
Description: Wolfenstein: Enemy Territory 2.60b compatible client/server (etlegacy mod)
Upstream URL: http://www.etlegacy.com/
Licenses: custom, GPL3
Submitter: vorot93
Maintainer: jorgicio
Last Packager: jorgicio
Votes: 21
Popularity: 0.133058
First Submitted: 2015-08-17 02:35 (UTC)
Last Updated: 2024-06-02 21:00 (UTC)

Dependencies (18)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

sneakomatic commented on 2024-05-17 06:44 (UTC)

thanks vetu104! that worked out perfectly. Reinforce the offense!

vetu104 commented on 2024-05-15 21:35 (UTC)

@sneakomatic Launches for me if built with this makepkg.conf. Wp,-D_FORTIFY_SOURCE default was recently changed from 2 to 3 and it seemed to be the culprit. Gdb suggested that there is a buffer overflow in a string operation in the current release.

CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
        -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
        -fstack-clash-protection -fcf-protection \
        -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"

sneakomatic commented on 2024-05-08 13:56 (UTC) (edited on 2024-05-08 13:59 (UTC) by sneakomatic)

Hi,

if I run the binary I end up with the following error:

*** buffer overflow detected ***: terminated

DOUBLE SIGNAL FAULT: Received signal 6, exiting...

[1] 253728 segmentation fault (core dumped) etl.x86_64

Is there anything i can check why this happens ?

johnnybash commented on 2023-12-08 16:51 (UTC) (edited on 2023-12-08 16:51 (UTC) by johnnybash)

@jorgicio you have to change etlegacy-x86_64.service to etlegacy.x86_64.service in line 81

simona commented on 2023-09-21 22:17 (UTC)

install: cant execute stat of 'misc/etlegacy-x86_64.service': file or directory not exist

simona commented on 2023-09-21 08:47 (UTC)

==> ERROR: download protocol unknown: http
-> error downloading sources: /home/simona/.cache/yay/etlegacy
context: exit status 1

jorgicio commented on 2023-02-09 23:42 (UTC)

'cjson' added as a dependency. Thanks!

wooptoo commented on 2023-02-09 22:29 (UTC)

cjson is also required to build this.

vetu104 commented on 2022-08-31 22:55 (UTC)

At the time of this comment, game needs to be run with environment variable SDL_FRAMEBUFFER_ACCELERATION=false

Otherwise it will crash on launch.

https://github.com/etlegacy/etlegacy/issues/1996