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.
Search Criteria
Package Details: waraddonclient 1.14.0-2
Package Actions
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: | 2023-12-19 09:58 (UTC) |
Dependencies (1)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
Required by (0)
Sources (5)
Latest Comments
xpander commented on 2023-12-20 09:32 (UTC)
Natherul commented on 2023-12-19 08:37 (UTC)
Me and Xpander spoke and as I dont play the game at all I have dropped myself as maintainer.
xpander commented on 2023-12-19 08:24 (UTC)
@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?
Natherul commented on 2023-12-19 04:35 (UTC)
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.
Thaodan commented on 2023-12-18 22:34 (UTC)
touch /var/log/waraddonclient.log
chmod 777 /var/log/waraddonclient.log
what's going on here?
xpander commented on 2021-05-27 07:10 (UTC)
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.