Search Criteria
Package Details: runelite 1:1.5.42.1-1
Git Clone URL: | https://aur.archlinux.org/runelite.git (read-only, click to copy) |
---|---|
Package Base: | runelite |
Description: | Open source Old School RuneScape client. |
Upstream URL: | https://github.com/runelite/runelite |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jcstryker |
Maintainer: | jcstryker |
Last Packager: | jcstryker |
Votes: | 17 |
Popularity: | 0.65 |
First Submitted: | 2018-02-20 13:00 |
Last Updated: | 2019-11-29 01:34 |
Dependencies (4)
- java-environment (jdk5, jdk9-openj9-bin, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk10-openjdk-openj9-bin, jdk9, zulu-10-bin, jdk-devel, jdk10, jdk-dcevm, jdk8-arm, jdk8-arm64, jdk8-openjdk-shenandoah, jdk8-openjdk-jetbrains, jdk6, jdk-arm, jdk12-openj9-bin, zulu-12-bin, jetbrains-jre, jetbrains-jre8, java-openjdk-bin, jdk13-openj9-bin, java-openjdk-ea-bin, jdk8, jdk11, jdk8-openj9-bin, jdk7, jdk11-adoptopenjdk, zulu-embedded-jdk11, jdk, jdk-openj9-bin, jdk-adoptopenjdk, zulu-11-bin, jdk12, amazon-corretto-8, amazon-corretto-11, jdk11-openj9-bin, jdk8-jetbrains, jdk8-graalvm-bin, jdk7r1-j9-bin, jdk7-j9-bin, jdk8-j9-bin, jdk11-graalvm-bin, jdk11-openjdk-dcevm, jdk8-openjdk-dcevm, jdk-jetbrains, jdk-openjdk, jdk10-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- ttf-font (otf-inconsolata-dz, ttf-noto, neuropol-ttf, ttf-dejavu-emojiless, xolonium-fonts, ttf-droid-emojiless, ttf-nanumgothic_coding, ttf-noto-fonts-ib, ttf-dejavu-ib, pixeled-ttf, noto-fonts-lite, ttf-droid-ib, ttf-win7-fonts, ttf-ms-fonts, ttf-ms-win8, ttf-ms-win8-arabic, ttf-ms-win8-hebrew, ttf-ms-win8-sea, ttf-ms-win8-indic, ttf-ms-win8-japanese, ttf-ms-win8-korean, ttf-ms-win8-zh_cn, ttf-ms-win8-zh_tw, ttf-ms-win8-thai, ttf-ms-win8-other, ttf-google-fonts-opinionated-git, ttf-share-gf, ttf-oxygen-gf, ttf-noto-fonts-simple, ttf-droid-simple, ttf-oxygen, ttf-kids, ttf-gabriola, ttf-paratype, ttf-d2coding, ttf-ms-win10, ttf-ms-win10-japanese, ttf-ms-win10-korean, ttf-ms-win10-sea, ttf-ms-win10-thai, ttf-ms-win10-zh_cn, ttf-ms-win10-zh_tw, ttf-ms-win10-other, ttf-win10, nerd-fonts-dejavu-complete, ttf-liberation-sans-narrow, ttf-agave, macbuntu-theme, gnu-free-fonts, noto-fonts, ttf-bitstream-vera, ttf-croscore, ttf-dejavu, ttf-droid, ttf-liberation)
- maven (mvnvm) (make)
- gvfs (gvfs-nosystemd) (optional) – enable links
Latest Comments
1 2 3 Next › Last »
ThaChillera commented on 2019-08-03 16:44
Trying to start runelite, both on java 11 and 12, results in a crash with the error
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
Anyone experience a similar issue?
update: running with java 10 resolved the issue
update 2: The AppImage from runelite.net doesn't have this issue
Telavus commented on 2019-07-06 16:12
@jcstryker Doesn't seem to help for me. This might not be the best place to ask for troubleshooting, where would you reccomend me to go?
jcstryker commented on 2019-07-05 12:48
@telavus, I use the GPU plugin on a Vega64 without this issue. However I notice you have an older version of mesa, because you are using Manjaro not Arch. You might try installing mesa from Arch proper or the mesa-git package.
https://www.archlinux.org/packages/extra/x86_64/mesa/
https://aur.archlinux.org/packages/mesa-git/
Telavus commented on 2019-07-05 11:55
Anyone here that might have a remedy for this issue? https://github.com/runelite/runelite/issues/9254
abdulhakeem commented on 2019-06-04 13:36
Yeah I'm getting the same compile error as @Cheezers, not sure how to fix
EDIT:
I changed my default Java environment to Java 11, whereas it was set to Java 8 before
See the Wiki article on Java: https://wiki.archlinux.org/index.php/java#Change_default_Java_environment
I changed it with this command:
sudo archlinux-java set java-11-openjdk
This allowed me to install Runelite successfully without that compile error
Lekensteyn commented on 2019-03-23 23:57
Java 10 has a bug (see https://github.com/runelite/runelite/issues/3999), perhaps this package should just require java-runtime>=11?
Cheezers commented on 2019-03-04 09:01
Hi everyone, I'm a bit new with Linux and I tried to download this package, but Maven keeps throwing an error.
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.321 s [INFO] Finished at: 2019-03-04T09:49:50+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project launcher: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [ERROR]
I've added my Java-10-openjdk to the Java_home variable. This is the output of echo $JAVA_HOME: /usr/lib/jvm/java-10-openjdk/
mvn -version outputs: Apache Maven 3.6.0 (NON-CANONICAL_2018-11-06T03:14:22+01:00_root; 2018-11-06T03:14:22+01:00) Maven home: /opt/maven Java version: 10.0.2, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-10-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.20.11-1-manjaro", arch: "amd64", family: "unix"
Anyone know where I can fix this? (I'm kind of noob with Linux still)
I'm building the package with the package manager in Manjaro.
jeffhoe commented on 2019-03-01 01:27
@soalokin I tried building with java-10-openjdk and java-11-openjdk.. still failed. I wonder if its a permission issue (based on what the error is). I'm building it like I've always done -- wget the package, tar -xvf the package, cd to the directory, then makepkg -si.
soalokin commented on 2019-02-28 01:44
@jeffhoe try switching java environment to latest. That did it from me, I was using java-8-openjdk and build failed. But after switching to java-10-openjdk it was a success.
jeffhoe commented on 2019-02-25 18:24
Keep getting a build error. This has occurred the past 2 version so I've been using the runelite-launcher. Error list is much longer. Seems to be a directory error or something. Goes through all the files in runelite/src saying files not found... they're definitely there (ConfigManager for example).
[ERROR] /home/j-o/Documents/AURs/runelite/1:1.5.13-1/runelite/src/runelite-runelite-parent-1.5.13/runelite-client/src/main/java/net/runelite/client/config/ConfigManager.java:[66,36] package net.runelite.http.api.config does not exist [ERROR] /home/j-o/Documents/AURs/runelite/1:1.5.13-1/runelite/src/runelite-runelite-parent-1.5.13/runelite-client/src/main/java/net/runelite/client/config/ConfigManager.java:[68,2] cannot find symbol [ERROR] symbol: class Singleton [ERROR] /home/j-o/Documents/AURs/runelite/1:1.5.13-1/runelite/src/runelite-runelite-parent-1.5.13/runelite-client/src/main/java/net/runelite/client/config/ConfigManager.java:[69,2] cannot find symbol [ERROR] symbol: class Slf4j [ERROR] /home/j-o/Documents/AURs/runelite/1:1.5.13-1/runelite/src/runelite-runelite-parent-1.5.13/runelite-client/src/main/java/net/runelite/client/plugins/herbiboars/HerbiboarPlugin.java:[216,40] cannot find symbol [ERROR] symbol: class GameStateChanged [ERROR] location: class net.runelite.client.plugins.herbiboars.HerbiboarPlugin [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException> ==> ERROR: A failure occurred in build(). Aborting...