attempting to decompile the launcher

01/28/2012 20:08 justa#1
as the title says, I'm attempting to decompile the minecraft launcher, but I'm having problems..

what the problem is:

when I open the launcher and write username/password in the textboxes and press login, it will say in red above the text boxes and buttons in the login form "java.lang.NullPointerException" and in the console:
Code:
E:\Files\Minecraft\Client\Launcher\src>java net.minecraft.LauncherFrame
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at net.minecraft.TexturedPanel.paintComponent(TexturedPanel.java:42)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintChildren(Unknown Source)
        at javax.swing.JComponent.paint(Unknown Source)
        at javax.swing.JComponent.paintToOffscreen(Unknown Source)
        at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown S
ource)
        at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
        at javax.swing.RepaintManager.paint(Unknown Source)
        at javax.swing.JComponent._paintImmediately(Unknown Source)
        at javax.swing.JComponent.paintImmediately(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
        at javax.swing.RepaintManager.access$700(Unknown Source)
        at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
if someone could help me, tell me what the problem is, that would be great.

I attached the java files in the rar archive...
01/28/2012 20:12 False#2
Elitepvpers does not support illegal Things and dekompilen of Things is illegal ;)
01/29/2012 00:37 justa#3
mojang does however allow modding of their files... so to mod we have to decompile :D

otherwise i would like an admin to lock this topic
01/29/2012 00:40 False#4
Even the launcher?
Where can I find the decompiler?
01/29/2012 14:46 justa#5
the MCP is developed by users, not Mojang, or any of its employees..

so if decompiling the launcher is illegal, then decompiling the client/server is too.

[Only registered and activated users can see links. Click Here To Register...] read "Special thanks to"

btw I made my "own" launcher with c++ now and no more require help.