<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:14:32 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-7447] Minecraft closed after login</title>
                <link>https://bugs.mojang.com/browse/MC-7447</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;I loged in then it loaded and it just closed never got to menu&lt;/p&gt;</description>
                <environment>Java 1.7 and 1.6 Oerating system: Windows Vista&lt;br/&gt;
And the version its all versions</environment>
        <key id="20238">MC-7447</key>
            <summary>Minecraft closed after login</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="7">Invalid</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="konnan1">Konnan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Jan 2013 01:36:43 +0100</created>
                <updated>Sun, 3 May 2015 06:20:17 +0200</updated>
                            <resolved>Mon, 14 Jan 2013 22:55:41 +0100</resolved>
                                    <version>Minecraft 1.4.6</version>
                    <version>Minecraft 1.4.7</version>
                    <version>Snapshot 13w02a</version>
                    <version>Snapshot 13w02b</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="36856" author="kumasasa" created="Mon, 14 Jan 2013 22:55:41 +0100"  >&lt;p&gt;This is a technical support issue; this site is for bug reports only. For technical support please use the &lt;a href=&quot;http://help.mojang.com/customer/portal/articles/364794-where-can-i-find-more-help-and-technical-support-&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mojang Support Center&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="36835" author="konnan1" created="Mon, 14 Jan 2013 21:39:34 +0100"  >&lt;p&gt;I looked in the log and it had nothing in it&lt;/p&gt;

&lt;p&gt;After I ran minecraft and Ect.&lt;/p&gt;</comment>
                            <comment id="36829" author="kumasasa" created="Mon, 14 Jan 2013 21:32:07 +0100"  >&lt;p&gt;Change the batchfile to&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;java -Xmx1g -Xms512M -cp Minecraft.exe net.minecraft.LauncherFrame &amp;gt; log.txt
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;then you&apos;ll find a &lt;b&gt;log.txt&lt;/b&gt; in your .minecraft directory (or whereever you&apos;ve stored that batch file) after you&apos;ve run Minecraft.&lt;/p&gt;</comment>
                            <comment id="36825" author="konnan1" created="Mon, 14 Jan 2013 21:30:27 +0100"  >&lt;p&gt;Allright, I removed the &quot;java&quot; part in front because it dident like that now its saying &quot;-Xmx1g is not recognized as a internal or external command&lt;/p&gt;</comment>
                            <comment id="36820" author="kumasasa" created="Mon, 14 Jan 2013 21:22:45 +0100"  >&lt;p&gt;Yes, the bat file won&apos;t change anything on the issue but the information in the console window is useful for finding the issue.&lt;br/&gt;
Mark it, copy it to whatever text file and attach it here.&lt;/p&gt;</comment>
                            <comment id="36819" author="konnan1" created="Mon, 14 Jan 2013 21:21:20 +0100"  >&lt;p&gt;Still closed...&lt;/p&gt;

&lt;p&gt;When I put it in %appdata%/.minecraft/&lt;/p&gt;</comment>
                            <comment id="36818" author="kumasasa" created="Mon, 14 Jan 2013 21:20:22 +0100"  >&lt;p&gt;any name ending with &lt;b&gt;.bat&lt;/b&gt; will do, for example &lt;b&gt;minecraft.bat&lt;/b&gt; or &lt;b&gt;my_little_batchfile.bat&lt;/b&gt;&lt;/p&gt;</comment>
                            <comment id="36677" author="kumasasa" created="Mon, 14 Jan 2013 08:07:19 +0100"  >&lt;p&gt;Start Minecraft with the following batch file:&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;java -Xmx1g -Xms512M -cp Minecraft.exe net.minecraft.LauncherFrame 
pause
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;(To create this: open Notepad, put the contents above inside and save it as &quot;minecraft.bat&quot; where your Minecraft.exe is on your harddisk, maybe in %appdata%/.minecraft/ )&lt;/p&gt;

&lt;p&gt;After running and crashing please attach the output of the console windows here.&lt;/p&gt;
</comment>
                            <comment id="36639" author="bljat" created="Mon, 14 Jan 2013 01:37:22 +0100"  >&lt;p&gt;Please do not mark unreleased versions as affected. You do not have access to this yet.&lt;/p&gt;</comment>
                    </comments>
                    <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_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i09bnb:</customfieldvalue>

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