@knubbe
Thanks. Something probably has changed recently (used to work fine with $src before). Updated
| Git Clone URL: | https://aur.archlinux.org/waraddonclient.git (read-only, click to copy) |
|---|---|
| Package Base: | waraddonclient |
| Description: | Warhammer Return of Reckoning Addon Client |
| Upstream URL: | https://github.com/Idrinth/WARAddonClient |
| Licenses: | MIT |
| Submitter: | Natherul |
| Maintainer: | xpander |
| Last Packager: | xpander |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-05-15 08:56 (UTC) |
| Last Updated: | 2025-11-11 11:45 (UTC) |
@knubbe
Thanks. Something probably has changed recently (used to work fine with $src before). Updated
Seems like $src on line 25 should be $srcdir.
$src seems to be null.
I installed without any problems after I cloned the repo and changed it locally.
Changed the permissions to 644 instead. Seems the client doesn't write to that file, but for whatever reason it needs to read it. If permissions are not there it gets denied and the addon client doesn't work.
Me and Xpander spoke and as I dont play the game at all I have dropped myself as maintainer.
@Thaodan
Is that a problem? The addonclient wants to write to log file is the problem. Since logs go to /var/log usually but you launch the addonclient as a normal user, it can't write to there otherwise. It would be possible to log to home folders but that's not really correct to do either i think. Any suggestions?
I dont remember why it logs to file anymore but the code you copied there it to make the logfile that the client need to work. There is probably a better way of doing that however, I do not play WAR anymore so its not something I would spend time on. Ill see if xpander want to take over it all or what to do with it.
touch /var/log/waraddonclient.log
chmod 777 /var/log/waraddonclient.log
what's going on here?
Make sure to run clean build, if your aurhelper has cache from previous builds.
Pinned Comments
xpander commented on 2021-05-27 07:10 (UTC)
Make sure to run clean build, if your aurhelper has cache from previous builds.