<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:00:03 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-3090] Unable to play game unless LWJGL is manually replaced</title>
                <link>https://bugs.mojang.com/browse/MC-3090</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;If I delete ~/.minecraft, start the client, enter my login credentials and click login; The window turns black and stays that way. In other words: The game doesn&apos;t start and I am unable to play it.&lt;/p&gt;

&lt;p&gt;The problem seems to be LWJGL which is resolved if I replace it manually, with an updated version, in the bin folder. This also fixes stuck key issues that makes serious gameplay impossible. I&apos;ve heard the problem is that Mac OS X bugs out if it&apos;s updated, but wouldn&apos;t it be possible to download different versions depending on OS?&lt;/p&gt;

&lt;p&gt;Here&apos;s the console output:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;ante@Balthazar:~$ mv .minecraft/ .mc
ante@Balthazar:~$ XMODIFIERS= java -jar minecraft.jar
java.io.FileNotFoundException: /home/ante/.minecraft/lastlogin (Filen eller katalogen finns inte)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.&amp;lt;init&amp;gt;(FileInputStream.java:138)
	at net.minecraft.LoginForm.readUsername(LoginForm.java:131)
	at net.minecraft.LoginForm.&amp;lt;init&amp;gt;(LoginForm.java:76)
	at net.minecraft.LauncherFrame.&amp;lt;init&amp;gt;(LauncherFrame.java:30)
	at net.minecraft.LauncherFrame.main(LauncherFrame.java:158)
	at net.minecraft.MinecraftLauncher.main(MinecraftLauncher.java:13)
Exception in thread &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;-3&quot;&lt;/span&gt; java.lang.UnsatisfiedLinkError: /home/ante/.minecraft/bin/natives/liblwjgl.so: /home/ante/.minecraft/bin/natives/liblwjgl.so: fel ELF-klass: ELFCLASS32 (Possible cause: architecture word width mismatch)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;$NativeLibrary.load(Native Method)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary1(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1939)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary0(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1864)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1825)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Runtime&lt;/span&gt;.load0(&lt;span class=&quot;code-object&quot;&gt;Runtime&lt;/span&gt;.java:792)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;.load(&lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;.java:1059)
	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.&amp;lt;clinit&amp;gt;(Sys.java:98)
	at net.minecraft.client.Minecraft.F(SourceFile:1975)
	at asr.&amp;lt;init&amp;gt;(SourceFile:20)
	at net.minecraft.client.Minecraft.&amp;lt;init&amp;gt;(SourceFile:75)
	at asi.&amp;lt;init&amp;gt;(SourceFile:36)
	at net.minecraft.client.MinecraftApplet.init(SourceFile:36)
	at net.minecraft.Launcher.replace(Launcher.java:143)
	at net.minecraft.Launcher$1.run(Launcher.java:87)
ante@Balthazar:~$ XMODIFIERS= java -jar minecraft.jar
Exception in thread &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;-3&quot;&lt;/span&gt; java.lang.UnsatisfiedLinkError: /home/ante/.minecraft/bin/natives/liblwjgl.so: /home/ante/.minecraft/bin/natives/liblwjgl.so: fel ELF-klass: ELFCLASS32 (Possible cause: architecture word width mismatch)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;$NativeLibrary.load(Native Method)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary1(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1939)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary0(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1864)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.loadLibrary(&lt;span class=&quot;code-object&quot;&gt;ClassLoader&lt;/span&gt;.java:1825)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;Runtime&lt;/span&gt;.load0(&lt;span class=&quot;code-object&quot;&gt;Runtime&lt;/span&gt;.java:792)
	at java.lang.&lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;.load(&lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;.java:1059)
	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.&amp;lt;clinit&amp;gt;(Sys.java:98)
	at net.minecraft.client.Minecraft.F(SourceFile:1975)
	at asr.&amp;lt;init&amp;gt;(SourceFile:20)
	at net.minecraft.client.Minecraft.&amp;lt;init&amp;gt;(SourceFile:75)
	at asi.&amp;lt;init&amp;gt;(SourceFile:36)
	at net.minecraft.client.MinecraftApplet.init(SourceFile:36)
	at net.minecraft.Launcher.replace(Launcher.java:143)
	at net.minecraft.Launcher$1.run(Launcher.java:87)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>{code}&lt;br/&gt;
&lt;a href=&apos;mailto:ante@Balthazar&apos;&gt;ante@Balthazar&lt;/a&gt;:~$ java -version&lt;br/&gt;
java version &amp;quot;1.7.0_09&amp;quot;&lt;br/&gt;
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)&lt;br/&gt;
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)&lt;br/&gt;
&lt;a href=&apos;mailto:ante@Balthazar&apos;&gt;ante@Balthazar&lt;/a&gt;:~$ cat /etc/os-release &lt;br/&gt;
NAME=&amp;quot;Ubuntu&amp;quot;&lt;br/&gt;
VERSION=&amp;quot;12.04.1 LTS, Precise Pangolin&amp;quot;&lt;br/&gt;
ID=ubuntu&lt;br/&gt;
ID_LIKE=debian&lt;br/&gt;
PRETTY_NAME=&amp;quot;Ubuntu precise (12.04.1 LTS)&amp;quot;&lt;br/&gt;
VERSION_ID=&amp;quot;12.04&amp;quot;&lt;br/&gt;
&lt;a href=&apos;mailto:ante@Balthazar&apos;&gt;ante@Balthazar&lt;/a&gt;:~$ uname -a&lt;br/&gt;
Linux Balthazar 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux&lt;br/&gt;
{code}</environment>
        <key id="14981">MC-3090</key>
            <summary>Unable to play game unless LWJGL is manually replaced</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="antennen">Antennen</reporter>
                        <labels>
                            <label>crash</label>
                    </labels>
                <created>Thu, 15 Nov 2012 13:53:10 +0100</created>
                <updated>Tue, 5 May 2015 05:25:07 +0200</updated>
                            <resolved>Fri, 19 Apr 2013 07:58:26 +0200</resolved>
                                    <version>Minecraft 1.4.4</version>
                                    <fixVersion>Snapshot 13w16a</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="61165" author="thuejk" created="Fri, 19 Apr 2013 09:22:27 +0200"  >&lt;p&gt;The fact that this &quot;invalid&quot; bug was fixed shows that it was not invalid in the first place. IMO the mods should be more careful with the &quot;invalid&quot; tag.&lt;/p&gt;</comment>
                            <comment id="27923" author="cubethethird" created="Wed, 12 Dec 2012 13:09:30 +0100"  >&lt;p&gt;Note that the path may vary depending on how java is installed.&lt;/p&gt;</comment>
                            <comment id="27905" author="kumasasa" created="Wed, 12 Dec 2012 07:58:49 +0100"  >&lt;p&gt;The execption &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;Exception in thread &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;-3&quot;&lt;/span&gt; java.lang.UnsatisfiedLinkError: /home/fsa/.minecraft/bin/natives/liblwjgl.so: /home/fsa/.minecraft/bin/natives/liblwjgl.so: &#1085;&#1077;&#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1100;&#1085;&#1099;&#1081; &#1082;&#1083;&#1072;&#1089;&#1089; ELF: ELFCLASS32 (Possible cause: architecture word width mismatch)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;is neither a Minecraft nor a LWJGL issue, it&apos;s just a configuration issue because the 32bit version of the native libraries are loaded instead of the 64bit versions and can be fixed by adding&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;export LD_LIBRARY_PATH=&lt;span class=&quot;code-quote&quot;&gt;&quot;/opt/java/jre/lib/amd64&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to rc.local or .bashrc or whatever.&lt;/p&gt;</comment>
                            <comment id="26450" author="fsa_tavda" created="Mon, 3 Dec 2012 19:48:37 +0100"  >&lt;p&gt;Confirm. Minecraft 1.4.5. Gentoo Linux:&lt;br/&gt;
Linux fsa-mobile 3.6.8-gentoo #1 SMP Tue Nov 27 12:54:36 YEKT 2012 x86_64 AMD Athlon(tm) X2 Dual-Core QL-65 AuthenticAMD GNU/Linux&lt;/p&gt;

&lt;p&gt;fsa@fsa-mobile ~/Games $ java -jar minecraft.jar &lt;br/&gt;
Exception in thread &quot;Thread-3&quot; java.lang.UnsatisfiedLinkError: /home/fsa/.minecraft/bin/natives/liblwjgl.so: /home/fsa/.minecraft/bin/natives/liblwjgl.so: &#1085;&#1077;&#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1100;&#1085;&#1099;&#1081; &#1082;&#1083;&#1072;&#1089;&#1089; ELF: ELFCLASS32 (Possible cause: architecture word width mismatch)&lt;br/&gt;
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)&lt;br/&gt;
	at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)&lt;br/&gt;
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)&lt;br/&gt;
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)&lt;br/&gt;
	at java.lang.Runtime.load0(Runtime.java:792)&lt;br/&gt;
	at java.lang.System.load(System.java:1059)&lt;br/&gt;
	at org.lwjgl.Sys$1.run(Sys.java:69)&lt;br/&gt;
	at java.security.AccessController.doPrivileged(Native Method)&lt;br/&gt;
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)&lt;br/&gt;
	at org.lwjgl.Sys.loadLibrary(Sys.java:81)&lt;br/&gt;
	at org.lwjgl.Sys.&amp;lt;clinit&amp;gt;(Sys.java:98)&lt;br/&gt;
	at net.minecraft.client.Minecraft.F(SourceFile:1975)&lt;br/&gt;
	at asr.&amp;lt;init&amp;gt;(SourceFile:20)&lt;br/&gt;
	at net.minecraft.client.Minecraft.&amp;lt;init&amp;gt;(SourceFile:75)&lt;br/&gt;
	at asi.&amp;lt;init&amp;gt;(SourceFile:36)&lt;br/&gt;
	at net.minecraft.client.MinecraftApplet.init(SourceFile:36)&lt;br/&gt;
	at net.minecraft.Launcher.replace(Launcher.java:134)&lt;br/&gt;
	at net.minecraft.Launcher$1.run(Launcher.java:78)&lt;/p&gt;</comment>
                            <comment id="23618" author="thuejk" created="Tue, 20 Nov 2012 15:54:29 +0100"  >&lt;p&gt;Minecraft is crashing. And would not crash if the Linux version was updated with a never version of LWJGL. Which Mojang could easily do. Saying that this is a &quot;troubleshooting and support&quot; request and not a bug report is absurd. When Mojang is integrating and distributing LWJGL as p0art of their game, LWJGL bugs and using the right version of LWJGL becomes Mojang&apos;s problem.&lt;/p&gt;</comment>
                            <comment id="22928" author="antennen" created="Sun, 18 Nov 2012 15:51:17 +0100"  >&lt;p&gt;I have since reported this updated to Ubuntu 12.10 (64 bit) Gnome remix. Once again I have Oracle Java 7 installed from the Webupd8 PPA. I am able to recreate this 100%. My reason for reporting was the concern that it affected all Linux users. I guess users that use the PPA can recreate this.&lt;/p&gt;

&lt;p&gt;I was upset this was closed without a second thought, and for no apparent reason. I have since not been able to find anyone else with the same issue. I brought it up on Reddit a couple of days ago.&lt;/p&gt;

&lt;p&gt;As far as I&apos;m concerned this &lt;em&gt;is&lt;/em&gt; a legit bug report, but I am not as concerned about its severity anymore since there doesn&apos;t seem to be that many affected by it.&lt;/p&gt;</comment>
                            <comment id="22871" author="evilseph" created="Sun, 18 Nov 2012 13:58:42 +0100"  >&lt;p&gt;Personally I feel that this is &lt;b&gt;possibly&lt;/b&gt; a bug report, but falls more under the realm of &quot;troubleshooting and support&quot; than that of a &quot;bug report&quot; and so I agree with the resolution of &apos;invalid&apos;. Furthermore, I can somewhat agree with CubeTheThird&apos;s rationale that you could go and submit a feature request to the Minecraft forums for the related reason he&apos;s explained above, however I also understand the confusion this suggestion has caused since it doesn&apos;t directly relate to this issue but is rather a possible solution moving forward.&lt;/p&gt;

&lt;p&gt;That being said, I feel that CubeTheThird&apos;s decision to Resolve this as Invalid is the correct decision and that further discussion on this topic should be moved over to a help request on the Minecraft Forums where the community can help you troubleshoot and investigate the issue.&lt;/p&gt;

&lt;p&gt;I hope this clears everything up for you and everyone else!&lt;/p&gt;</comment>
                            <comment id="22025" author="cubethethird" created="Fri, 16 Nov 2012 03:06:39 +0100"  >&lt;p&gt;I am not suggesting that this issue is a feature request. The version of LWJGL currently packaged with Minecraft is considered to be overall stable, which unfortunately means an update is required for linux. However, newer versions have shown to cause problems on other operating systems, and thus a newer version will not be packaged until issues are resolved. The fact that it is relatively easy to fix on linux systems also supports this. What you should suggest as a feature, as you indicated, is packaging different versions depending on the operating system. I agree this is a good idea for stability reasons, but that in itself is a request, hence posting it on the forums instead of here.&lt;/p&gt;</comment>
                            <comment id="21884" author="ezekielelin" created="Thu, 15 Nov 2012 21:22:05 +0100"  >&lt;p&gt;I agree with the OP, this is a bug report, not a feature request. CubeTheThird, can you explain?&lt;/p&gt;</comment>
                            <comment id="21768" author="antennen" created="Thu, 15 Nov 2012 14:25:28 +0100"  >&lt;p&gt;How can this not be the right place? The game is &lt;em&gt;unplayable&lt;/em&gt; (doesn&apos;t even start) out of the box on the supported platform Linux. Please explain why this isn&apos;t a bug?&lt;/p&gt;</comment>
                            <comment id="21764" author="cubethethird" created="Thu, 15 Nov 2012 14:18:26 +0100"  >&lt;p&gt;Unfortunately this really isn&apos;t the place to post this, and should be posted on the MC forums &lt;a href=&quot;http://goo.gl/7qGlN&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="28724">MC-13551</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16666">MC-4233</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17013">MC-4496</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i06b7b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>