<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomascoe</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thomascoe"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Thomascoe"/>
	<updated>2026-04-07T09:28:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Talk:Minecraft&amp;diff=18543</id>
		<title>Talk:Minecraft</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Talk:Minecraft&amp;diff=18543"/>
		<updated>2011-09-13T22:30:05Z</updated>

		<summary type="html">&lt;p&gt;Thomascoe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thomascoe, you have pleased me deeply. I have followed your instructions (with the modification that I used wget to download everything within Ubuntu Chroot) and have managed to launch Minecraft! Login works fine, but Minecraft crashes with the following error:&lt;br /&gt;
org.lwjgl.LWJGLException: Could not init GLX&lt;br /&gt;
&lt;br /&gt;
Minecraft reports my version of LWJGL is 2.4.2&lt;br /&gt;
&lt;br /&gt;
I just checked and all dependencies are present and up to date.&lt;br /&gt;
&lt;br /&gt;
I have also had aircraft force update and then recopied the .so files. Still no minecraft love. &lt;br /&gt;
Any thoughts?&lt;br /&gt;
&lt;br /&gt;
Daniel Ezell&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@Daniel thanks for the report, I'm glad someone could finally try it out. I do not own Minecraft so I was not able to actually start the game and try the game graphics for myself. I'll do a little digging and see what I can find but I am by no means experienced with graphics drivers so I'm not really sure where to proceed from here. You could try to actually install the liblwjgl package (in the Chroot, type &amp;quot;sudo apt-get install liblwjgl-java-jni&amp;quot;), but if that doesn't work a more experienced developer may have to provide some insight into getting the graphics drivers to properly function. I will do some more research on this and report back when I get a chance. - Thomas Coe&lt;/div&gt;</summary>
		<author><name>Thomascoe</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Minecraft&amp;diff=18525</id>
		<title>Minecraft</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Minecraft&amp;diff=18525"/>
		<updated>2011-09-13T11:51:32Z</updated>

		<summary type="html">&lt;p&gt;Thomascoe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Running Minecraft in webOS=&lt;br /&gt;
Instructions for running Minecraft.jar in an Ubuntu Chroot using Xecutah on webOS 3.x.&lt;br /&gt;
&lt;br /&gt;
==Set up an Ubuntu Chroot==&lt;br /&gt;
*Follow the instructions on the [[UbuntuChroot]] page.&lt;br /&gt;
&lt;br /&gt;
==Install the OpenJDK JRE==&lt;br /&gt;
*Open Xecutah, start XServer, XTerm, and the Ubuntu 11.04 Chroot (in that order). In the command line that opens, run the following commands:&lt;br /&gt;
 sudo apt-get install java-common&lt;br /&gt;
 sudo apt-get install default-jre&lt;br /&gt;
&lt;br /&gt;
This will allow Java applications to be executed within the Ubuntu Chroot.&lt;br /&gt;
&lt;br /&gt;
==Transfer Files to Device==&lt;br /&gt;
*Connect your device via USB to your computer and select 'USB Drive'&lt;br /&gt;
&lt;br /&gt;
===minecraft.jar===&lt;br /&gt;
1. Download minecraft.jar from [http://www.minecraft.net/download.jsp Minecraft.net].&lt;br /&gt;
&lt;br /&gt;
2. Copy minecraft.jar to the root directory of your device.&lt;br /&gt;
&lt;br /&gt;
===liblwjgl.so===&lt;br /&gt;
1. Download [https://launchpad.net/ubuntu/natty/armel/liblwjgl-java-jni/2.5+dfsg-3 liblwjgl-java-jni_2.5+dfsg-3_armel.deb].&lt;br /&gt;
&lt;br /&gt;
2. Open liblwjgl-java-jni_2.5+dfsg-3_armel.deb in an archive manager, such as 7zip.&lt;br /&gt;
&lt;br /&gt;
3. Navigate to data.tar.gz\data.tar\.\usr\lib\jni\ &lt;br /&gt;
&lt;br /&gt;
4. Extract liblwjgl.so from the archive.&lt;br /&gt;
&lt;br /&gt;
5. Copy liblwjgl.so to the root directory of your device.&lt;br /&gt;
&lt;br /&gt;
===libjinput.so===&lt;br /&gt;
1. Download [http://packages.debian.org/squeeze/armel/libjinput-jni libjinput-jni_20100502+dfsg-4_armel.deb].&lt;br /&gt;
&lt;br /&gt;
2. Open libjinput-jni_20100502+dfsg-4_armel.deb in an archive manager, such as 7zip.&lt;br /&gt;
&lt;br /&gt;
3. Navigate to data.tar.gz\data.tar\.\usr\lib\jni\&lt;br /&gt;
&lt;br /&gt;
4. Extract libjinput.so from the archive.&lt;br /&gt;
&lt;br /&gt;
5. Copy libjinput.so to the root directory of your device.&lt;br /&gt;
&lt;br /&gt;
==Copy minecraft.jar into your Ubuntu Chroot==&lt;br /&gt;
*Open Xecutah and start XServer and XTerm, but DO NOT start the Ubuntu Chroot.&lt;br /&gt;
&lt;br /&gt;
*In the open command line, type the following:&lt;br /&gt;
 cp /media/internal/minecraft.jar /media/ext3fs/ubuntu-natty-chroot/&lt;br /&gt;
&lt;br /&gt;
==Run Minecraft for the first time==&lt;br /&gt;
*In Xecutah, start XServer, XTerm, and the Ubuntu Chroot.&lt;br /&gt;
&lt;br /&gt;
*Type the following to launch minecraft.jar:&lt;br /&gt;
 java -jar minecraft.jar&lt;br /&gt;
&lt;br /&gt;
You should see the Minecraft Launcher open. Right now the game probably will not function as we have not yet replaced the liblwjgl.so and libjinput.so files. Go to card view and toss the card off the screen.&lt;br /&gt;
&lt;br /&gt;
==Replace liblwjgl.so and libjinput.so==&lt;br /&gt;
*Open Xecutah and start XServer and XTerm, but NOT the Ubuntu Chroot.&lt;br /&gt;
&lt;br /&gt;
*In the command prompt, type the following:&lt;br /&gt;
 cp -f /media/internal/liblwjgl.so /media/ext3fs/ubuntu-natty-chroot/root/.minecraft/bin/natives/&lt;br /&gt;
 cp -f /media/internal/libjinput.so /media/ext3fs/ubuntu-natty-chroot/root/.minecraft/bin/natives/&lt;br /&gt;
&lt;br /&gt;
If you wish, you may now delete minecraft.jar, liblwjgl.so, and libjinput.so off your USB drive as you will no longer need them.&lt;br /&gt;
&lt;br /&gt;
==Launch Minecraft==&lt;br /&gt;
*Open Xecutah and start XServer, XTerm, and the Ubuntu Chroot&lt;br /&gt;
*In the command prompt, type:&lt;br /&gt;
 java -jar minecraft.jar&lt;br /&gt;
&lt;br /&gt;
Minecraft should now launch properly.&lt;/div&gt;</summary>
		<author><name>Thomascoe</name></author>
	</entry>
</feed>