You are not logged in.

#1 2011-06-15 17:13:13

bifnewman
Member
Registered: 2011-06-15
Posts: 1

Java/ATI driver issue with Minecraft on ArchLinux 64-bit

I am having an issue with Java on ArchLinux. I think it has something to do with my graphics drivers. I have an Alienware M17x R2. Here are my specs:
Intel Core i7 940XM
8GB 1333MHz RAM
Dual ATI 5870M in CrossFireX
ArchLinux 64-bit

I am using the open source ATI drivers (xf86-video-ati) and everything (ex. desktop compositing) is significantly faster than when I was running catalyst. I get an error when I launch minecraft though. It happens when I launch in the web browser and the jar. I also downloaded the AUR package which is essentially the same as the jar file with a shell script in the bin folder. I have also tried both OpenJDK6 and Oracle JDK/JRE and it happens on both. I have also tried replacing the lwjgl jars and putting the 64 bit so files in /opt/java/lib and renaming them to resemble the 32-bit filenames. Here is the console output from minecraft:

 Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-sans-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-sans-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/57-dejavu-serif.conf", line 1: no element found
java.net.UnknownHostException: login.minecraft.net
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:175)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    at java.net.Socket.connect(Socket.java:546)
    at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:579)
    at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:160)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:275)
    at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:332)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
    at net.minecraft.Util.excutePost(Util.java:80)
    at net.minecraft.LauncherFrame.login(LauncherFrame.java:96)
    at net.minecraft.LoginForm$5.run(LoginForm.java:117)
16 achievements
148 recipes
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: org.lwjgl.DefaultSysImplementation.getPointerSize()I
    at org.lwjgl.DefaultSysImplementation.getPointerSize(Native Method)
    at org.lwjgl.Sys.<clinit>(Sys.java:100)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:130)
    at net.minecraft.client.Minecraft.a(SourceFile:239)
    at net.minecraft.client.Minecraft.run(SourceFile:683)
    at java.lang.Thread.run(Thread.java:679)

Thanks,
Joey

Offline

Board footer

Powered by FluxBB