From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 17:58:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 690DEE90 for ; Thu, 10 Jan 2013 17:58:32 +0000 (UTC) (envelope-from sts@tp1.rub.de) Received: from mx5.rz.ruhr-uni-bochum.de (mi.ruhr-uni-bochum.de [134.147.64.33]) by mx1.freebsd.org (Postfix) with SMTP id C6BA6D42 for ; Thu, 10 Jan 2013 17:58:31 +0000 (UTC) X-Queued: (qmail 1254 invoked by alias); 10 Jan 2013 17:51:50 -0000 X-Queued: (qmail 1229 invoked by uid 109); 10 Jan 2013 17:51:50 -0000 X-Qmailscanner: from 134.147.240.78 by mx5.rz.ruhr-uni-bochum.de (envelope-from , uid 103) with qmail-scanner-2.01 (sophie: 3.05/3.37/4.83. Clear:RC:1(134.147.240.78):. Processed in 0.046447 secs); 10 Jan 2013 17:51:50 -0000 Received: from neo.tp1.ruhr-uni-bochum.de (134.147.240.78) by mx5.rz.ruhr-uni-bochum.de with SMTP; 10 Jan 2013 17:51:49 -0000 Received: from freebsd (ip-178-201-64-135.unitymediagroup.de [178.201.64.135]) (authenticated bits=0) by neo.tp1.ruhr-uni-bochum.de (8.14.4/8.14.4) with ESMTP id r0AHpaOg008430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 10 Jan 2013 18:51:48 +0100 Date: Thu, 10 Jan 2013 18:50:14 +0100 From: Stephan Schindel To: freebsd-questions@freebsd.org Subject: Getting Minecraft to work (9.1) Message-ID: <20130110185016.36fbb472@freebsd> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 17:58:32 -0000 Hey, i cannot get minecraft to work on 9.1. I installed the games/minecraft-client port and chose the USE_NATIVE_LIBS option, which is the default one. I started the launcher script and the launcher updated the minecraft files. However, after finishing, minecraft crashes instantly with the exeption: Exception in thread "Thread-5" java.lang.NoSuchMethodError: getPointer at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646) at java.lang.Runtime.load0(Runtime.java:787) at java.lang.System.load(System.java:1022) at org.lwjgl.Sys$1.run(Sys.java:69) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:65) at org.lwjgl.Sys.loadLibrary(Sys.java:81) at org.lwjgl.Sys.(Sys.java:98) at net.minecraft.client.Minecraft.F(SourceFile:1976) at asz.(SourceFile:20) at net.minecraft.client.Minecraft.(SourceFile:75) at asq.(SourceFile:38) at net.minecraft.client.MinecraftApplet.init(SourceFile:38) at net.minecraft.Launcher.replace(Launcher.java:136) at net.minecraft.Launcher$1.run(Launcher.java:79) I tried deactivating the USE_NATIVE_LIBS option, but that did not work either. Does minecraft work for you? I am running 9.1, amd64 and have got a NVidia card. Thanks, Stephan